Skip to content

Releases: jchristopherson/nonlin

Build Script Fix

16 Sep 13:14
Compare
Choose a tag to compare

This release fixes an oddity with the gfortran compiler on Windows. For some reason, the release builds using -O3 resulting in a segmentation fault; however, downgrading the aggressiveness of the optimization to a -O1 resulted in properly executing code. However, -O3 works as expected on Linux systems. Not exactly sure if this is a compiler bug, but a conditional statement has been placed in the build script checking to see if the code is being compiled on Windows, or anything else.

Minor Update - Build Script

12 Sep 16:43
Compare
Choose a tag to compare

This release fixes an issue with the release build on Windows using gfortran.

Notice, attached binaries were compiled with gfortran. The module (*.mod) files are also included.

Bug Fix

09 Sep 01:12
Compare
Choose a tag to compare

This release fixes a bug in the QR solver routine in the Levenberg-Marquardt code.

Minor Update

08 Sep 21:54
Compare
Choose a tag to compare

This release updates to the latest version of LINALG. Additionally, there are some documentation and code comment fixes.

Minor Update

13 Aug 19:58
Compare
Choose a tag to compare

This is a minor update that uses the 2008 standard "real64" to denote double-precision types.

Add Unconstrained Optimization Routines

11 Aug 18:14
Compare
Choose a tag to compare

This release adds multiple unconstrained optimization codes.

Initial Release

02 Jul 18:28
Compare
Choose a tag to compare

This is the initial release of the nonlin library.