Releases: maroba/findiff
Releases · maroba/findiff
v0.12.0
v0.11.3: Minor fixes
v0.11.3
v0.11.2: Minor fixes
Fixed manual build of project when using --no-isolation
flag.
v0.11.1: Updated Docs
Resolves issue #80
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.