Releases: jchristopherson/nonlin
Releases · jchristopherson/nonlin
v2.1.2
v2.1.1
Fix QR solution bug
v2.1.0
This release adds a new least-squares solver that utilizes a Powell-type trust-region approach that respects box-type constraints on each variable.
v2.0.2
Update .mod file install location
v2.0.1
This release updates the CMake build scripts and fixes a bug in the quasi-Newton solver.
v2.0.0
This release contains a major change to the module structure of the library. Additionally, the interface to the solver routines has been updated to allow communication with the user-defined routines.
v1.5.4
This release provides an update to the build scripts and to support updates made to upstream libraries.
v1.5.3
This release fixes a minor bug related to array indexing in the least-squares routine.
v1.5.2
Minor bug fix relating to CMake build scripts.
v1.5.1
- Added support for FPM
- Minor code clean-up