Skip to content

Releases: jchristopherson/nonlin

v2.0.1

13 Aug 20:52
8757e8b
Compare
Choose a tag to compare

This release updates the CMake build scripts and fixes a bug in the quasi-Newton solver.

v2.0.0

18 Jun 20:32
5c58f00
Compare
Choose a tag to compare

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

22 Jan 21:24
81a6d04
Compare
Choose a tag to compare

This release provides an update to the build scripts and to support updates made to upstream libraries.

v1.5.3

06 Sep 16:57
c534f2c
Compare
Choose a tag to compare

This release fixes a minor bug related to array indexing in the least-squares routine.

v1.5.2

28 Feb 21:41
1559032
Compare
Choose a tag to compare

Minor bug fix relating to CMake build scripts.

v1.5.1

22 Nov 19:50
72a027d
Compare
Choose a tag to compare
  • Added support for FPM
  • Minor code clean-up

Update and modernize

18 Apr 21:36
Compare
Choose a tag to compare

This release updates and modernizes the build scripts. The code is also cleaned up, and CI is added.

Added a C API

01 Apr 12:14
3714305
Compare
Choose a tag to compare

This release includes a C-friendly API allowing straight-forward use of the library by non-Fortran applications.

Minor Update

15 May 02:20
b4c1a45
Compare
Choose a tag to compare
  • 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

09 Dec 16:03
Compare
Choose a tag to compare

This release reconfigures the build release, and how submodules are handled.