Skip to content

Releases: jacobwilliams/nlesolver-fortran

2.2.0

04 Mar 04:03
2b5b934
Compare
Choose a tag to compare
  • The user can now provide a custom routine to solve the sparse linear system.

2.1.0

27 Jan 04:54
Compare
Choose a tag to compare
  • Added a sparse Broyden option
  • Added the LSMR solver as an option to solve the linear system.
  • only print Minimum alpha reached message when verbose=True
  • Readme updates
  • Doc string updates

2.0.0

23 Jan 04:33
Compare
Choose a tag to compare
  • Added new options for using sparse solvers (LSQR or LUSOL) for the linear system.
  • CI and Readme updates

1.1.1

10 Apr 18:04
Compare
Choose a tag to compare
  • No code changes, just CI and Readme updates

1.1.0

19 Mar 23:46
0cec2e7
Compare
Choose a tag to compare
  • Can now specify the real kind with a preprocessor flag (e.g., REAL32, REAL64, or REAL128).
  • The Fmin library is now a dependency in FPM.

1.0.0

21 Feb 14:42
Compare
Choose a tag to compare

Initial release