NumDiff Versions Save

Modern Fortran Numerical Differentiation Library

1.8.0

4 months ago
  • added optional name output to get_finite_diff_formula
  • add a method to change the dpert array after initialization
  • some changes to avoid stack overflow on Windows for large arrays
  • Updates to tests
  • Updates to CI

1.7.0

1 year ago
  • Changed the class dummy variable intent to inout for the initialize routine, so that user variables are not destroyed.
  • Unit test and readme updates

1.6.0

2 years ago
  • Added the ability to specify the real kind via a preprocessor flag (REAL32, REAL64, or REAL128).

1.5.1

2 years ago
  • Added support for the Fortran Package Manager.

1.5.0

3 years ago

Latest Version.

1.1.0

6 years ago
  • Fixed a bug when using partitioning where the result would be incorrect because DSM was modifying the user-input sparsity pattern.
  • The info routine now also has the x vector as an input.
  • Added the ability to change the variable bounds after the class has been initialized.
  • Added the 6-point finite-difference methods.

1.0.0

7 years ago

Initial release.