Skip to content

Releases: mdolab/pyoptsparse

v1.2

05 Feb 23:16
91909c4
Compare
Choose a tag to compare

This is another minor release. Notable changes are:

  • sqlitedict is now an external dependency, no longer provided by pyoptsparse itself
  • a requirements.txt file is provided to facilitate installation of Python dependencies
  • IPOPT wrapper has been updated to work with Python 3 (we have not updated the version of IPOPT supported)
  • various minor documentation updates
  • pyoptsparse is now continuously tested on Travis-CI

v1.1

05 Dec 18:42
bb90d52
Compare
Choose a tag to compare

This release mainly provides the feature in PR #63, which allows for triggering of user-requested termination in SNOPT. See POEM 002 for the rationale and additional information.

Additional bug fixes:

v1.0

23 Oct 02:25
6d2ae0a
Compare
Choose a tag to compare

This is a release of the current codebase as we transition to using software versioning. As such, there are no major changes to the code, we are simply releasing the existing version as v1.0. The release_notes.md file highlights some recent changes.