Skip to content

Releases: mdolab/pyoptsparse

v2.8.3

22 May 03:08
4ae37e6
Compare
Choose a tag to compare

Bug fixes

  • Update funcs with values from the cache by @nwu63 in #302

Full Changelog: v2.8.2...v2.8.3

v2.8.2

22 Apr 20:26
7764324
Compare
Choose a tag to compare

New features

None

Bug fixes

  • Switch to shallow copy for options by @nwu63 in #298

Documentation

Maintenance

  • Updated YAML location to point from current directory by @nwu63 in #292

Full Changelog: v2.8.1...v2.8.2

v2.8.1

04 Apr 18:22
a4ae1b1
Compare
Choose a tag to compare

New Features

N/A

Bug fixes

Maintenance

Full Changelog: v2.8.0...v2.8.1

v2.8.0

12 Mar 18:52
4810136
Compare
Choose a tag to compare

New features

  • Add support for snstop and hot start in pySNOPT by @nwu63 in #284

Full Changelog: v2.7.0...v2.8.0

v2.7.0

24 Feb 16:01
9b538e9
Compare
Choose a tag to compare

New features

  • Add message attribute to Exceptions by @Laurentww in #277
  • Suppress SNOPT minor print log by @nwu63 in #279
  • Added iteration timing to history file by @nwu63 in #281
  • Enable hotStart option for ALPSO optimization by @Laurentww in #282

Full Changelog: v2.6.4...v2.7.0

v2.6.4

28 Nov 16:17
7b8a3ef
Compare
Choose a tag to compare

New features

None

Bug fixes

  • Remove deepcopy of sensitivity dict to improve performance (#275)
  • Fixed an issue for the save_tec func in OptView (#276)

Documentation

  • Added note in documentation on macOS/Windows builds (#274)

v2.6.3

05 Oct 18:17
a872c47
Compare
Choose a tag to compare

New features

None

Bugfix

  • Allow objFun pickling (#266)

Maintenance

  • Remove other linked libraries when building ipoptcore (#265)
  • Convert to f-strings (#271)
  • pyupgrade code (#270)
  • Update testing (#272)

Documentation

  • Add conda to docs (#267)

v2.6.2

18 May 21:57
a959ac9
Compare
Choose a tag to compare

Features

None

Bug fixes

  • Fixed IPOPT duplicate entries in the history file (#252)

Maintenance

  • Added testing coverage tool (#248, #249)
  • Refactored tests (#251)
  • Other maintenance (#247)

v2.6.1

30 Apr 21:56
781643d
Compare
Choose a tag to compare

Features

None

Bug fixes

  • Updated IPOPT printing (#233, #235)
  • Fixed complex casting in FD (#243)
  • Remove misleading Optimum key from terminal printout (#242)

Maintenance

  • Added type hinting (#230)
  • Updated docs(#234, #246)
  • Changed DeprecationWarning to the default warning (#236)
  • testflo updates (#237, #240)

v2.6.0

15 Apr 20:54
b07c867
Compare
Choose a tag to compare

Features

None

Bug fixes

  • Made stored function values real (#225)
  • Fix counters bug (#232)

Maintenance

  • Formatting updates + added isort (#226)

Backwards-incompatible changes

  • Removed NOMAD wrapper (#229)