Skip to content

Releases: jacobwilliams/NumDiff

1.8.0

26 Feb 23:19
07a4ad6
Compare
Choose a tag to compare
  • 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

07 Aug 18:38
Compare
Choose a tag to compare
  • 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

21 Mar 02:00
ff66550
Compare
Choose a tag to compare
  • Added the ability to specify the real kind via a preprocessor flag (REAL32, REAL64, or REAL128).

1.5.1

22 Nov 21:13
Compare
Choose a tag to compare
  • Added support for the Fortran Package Manager.

1.5.0

23 May 03:26
4d5325f
Compare
Choose a tag to compare

Latest Version.

1.1.0

02 Oct 01:50
Compare
Choose a tag to compare
  • 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

04 Dec 06:11
Compare
Choose a tag to compare

Initial release.