Skip to content

Releases: maroba/findiff

v0.12.0

17 Dec 12:34
Compare
Choose a tag to compare

Implements periodic boundary conditions.

v0.11.3: Minor fixes

14 Dec 19:23
Compare
Choose a tag to compare

v0.11.2: Minor fixes

12 Dec 19:59
Compare
Choose a tag to compare

Fixed manual build of project when using --no-isolation flag.

v0.11.1: Updated Docs

11 Dec 18:05
Compare
Choose a tag to compare
Resolves issue #80

Improved API

11 Dec 11:42
feb2c81
Compare
Choose a tag to compare

Introduces the Diff class, allowing for easier definition of differential operators. Also allows to define grid and accuracies lazily.

v0.10.2: Minor fixes

24 Sep 06:55
Compare
Choose a tag to compare
  • Support Python 3.12
  • Change deprecated build system

v0.10: Introduce symbolic capabilities

18 Jul 15:03
97a94cc
Compare
Choose a tag to compare
v0.10.0

Fix Latex expression

v0.9.2 Minor fixes

11 Aug 06:03
Compare
Choose a tag to compare
  • fix bug for stencil sets of linear combination of differential operators
  • when generating a stencil set, pass down accuracy in FinDiff definition, not in method call

v0.9.1 Minor fixes

10 Aug 18:51
Compare
Choose a tag to compare
  • Human readable string representation for stencil sets.

v0.9.0 Generic Stencils

29 Jul 12:05
Compare
Choose a tag to compare

Create stencils in any number of dimensions using prescribed set of offset tuples.