Releases: jchristopherson/nonlin
Releases · jchristopherson/nonlin
v2.0.1
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
Update and modernize
This release updates and modernizes the build scripts. The code is also cleaned up, and CI is added.
Added a C API
This release includes a C-friendly API allowing straight-forward use of the library by non-Fortran applications.
Minor Update
- Added a single-variable Newton solver
- Cleaned up code by implementing submodules
- Added significantly more examples and improved documentation to illustrate how to use the library
- Cleaned up build script and installation instructions
Minor Release - Reconfigure Build Script
This release reconfigures the build release, and how submodules are handled.