Skip to content

Releases: jchristopherson/nonlin

v2.1.3

Choose a tag to compare

@jchristopherson jchristopherson released this 09 Jul 13:06
7d34fe5
  • Clean up CMake script
  • Improve CI
  • Add polynomial type constructors
  • Add polynomial division routine

v2.1.2

Choose a tag to compare

@jchristopherson jchristopherson released this 13 May 11:06
0289ab8

Update CMake script to require minimum version of LINALG.

v2.1.1

Choose a tag to compare

@jchristopherson jchristopherson released this 04 May 20:17
a52c5a5

Fix QR solution bug

v2.1.0

Choose a tag to compare

@jchristopherson jchristopherson released this 04 May 11:47
7cb2b4a

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

Choose a tag to compare

@jchristopherson jchristopherson released this 17 Mar 19:28
8e28108

Update .mod file install location

v2.0.1

Choose a tag to compare

@jchristopherson jchristopherson released this 13 Aug 20:52
8757e8b

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

v2.0.0

Choose a tag to compare

@jchristopherson jchristopherson released this 18 Jun 20:32
5c58f00

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

Choose a tag to compare

@jchristopherson jchristopherson released this 22 Jan 21:24
81a6d04

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

v1.5.3

Choose a tag to compare

@jchristopherson jchristopherson released this 06 Sep 16:57
c534f2c

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

v1.5.2

Choose a tag to compare

@jchristopherson jchristopherson released this 28 Feb 21:41
1559032

Minor bug fix relating to CMake build scripts.