Skip to content

Releases: maroba/findiff

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.

Coefficients from given offsets

01 Feb 08:03
Compare
Choose a tag to compare

Coefficients can now also be calculated from given list of offsets.

Patch release

22 Dec 14:51
Compare
Choose a tag to compare

Minor bug fixes.

0.8.3 Patch version

10 Jul 14:57
Compare
Choose a tag to compare

Fixes TypeError issue for high accuracy order.