Releases: jacobwilliams/NumDiff
Releases · jacobwilliams/NumDiff
1.8.0
1.7.0
- Changed the class dummy variable intent to
inout
for theinitialize
routine, so that user variables are not destroyed. - Unit test and readme updates
1.6.0
- Added the ability to specify the real kind via a preprocessor flag (
REAL32
,REAL64
, orREAL128
).
1.5.1
- Added support for the Fortran Package Manager.
1.5.0
Latest Version.
1.1.0
- 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 thex
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
Initial release.