Skip to content

Releases: mdolab/pyoptsparse

v2.9.4

01 May 18:14
298c48c
Compare
Choose a tag to compare

New Features

  • Add ability to specify search path for SNOPT import with env var by @whophil in #338

Bug Fixes

  • Update informs list to be consistent with SNOPT 7.7 + updating docstrings for flake8 rst checks by @marcomangano in #333

Maintenance

  • Moved SNOPT time limit test to larger problem by @sseraj in #334
  • fix deprecation in alpso by @swryan in #336
  • Loosen tolerance on tests to support Mac ARM by @eirikurj in #339

New Contributors

Full Changelog: v2.9.3...v2.9.4

v2.9.3

27 Feb 19:45
52097c6
Compare
Choose a tag to compare

New features

  • Added inform to the string representation of the solution. by @robfalck in #320

Bug Fixes

  • Fix sol.fStar for NSGA2 by @nwu63 in #330

Maintenance

  • Black style fix for updated version by @ArshSaja in #327
  • Attempt to fix Windows build in GHA by @nwu63 in #328

New Contributors

Full Changelog: v2.9.2...v2.9.3

v2.9.2

21 Dec 17:55
6e56cd8
Compare
Choose a tag to compare

New features

  • Allow user to write stuff into iterDict by @nwu63 in #311

Maintenance

Documentation

  • Updated IPOPT build instructions for other linear solvers by @eytanadler in #312

New Contributors

Full Changelog: v2.9.1...v2.9.2

v2.9.1

18 Oct 19:47
09f4a19
Compare
Choose a tag to compare

Features

  • Enable user requested termination of IPOPT by @swryan in #305
  • Add enum for optimizers by @nwu63 in #309

Bug fixes

  • Hard code meson version for Windows build so that tests pass by @jackm97 in #310

Maintenance

  • Added debug info for installation by @nwu63 in #307
  • removed testing utils since they are added to baseclasses by @nwu63 in #308

New Contributors

Full Changelog: v2.9.0...v2.9.1

v2.9.0

18 Aug 15:10
7b98186
Compare
Choose a tag to compare

The only change for this release is the adoption of meson as the build system for pyOptSparse. This offers several benefits for end users, the main one being experimental support of Windows builds.

What's Changed

New Contributors

Full Changelog: v2.8.3...v2.9.0

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