Releases: maroba/findiff
Releases · maroba/findiff
v0.11.1: Updated Docs
Improved API
Introduces the Diff
class, allowing for easier definition of differential operators. Also allows to define grid and accuracies lazily.
v0.10.2: Minor fixes
- Support Python 3.12
- Change deprecated build system
v0.10: Introduce symbolic capabilities
v0.10.0 Fix Latex expression
v0.9.2 Minor fixes
- 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
- Human readable string representation for stencil sets.
v0.9.0 Generic Stencils
Create stencils in any number of dimensions using prescribed set of offset tuples.
Coefficients from given offsets
Coefficients can now also be calculated from given list of offsets.
Patch release
Minor bug fixes.
0.8.3 Patch version
Fixes TypeError issue for high accuracy order.