Skip to content

v2.10.1

Compare
Choose a tag to compare
@marcomangano marcomangano released this 02 Jun 09:01
· 24 commits to main since this release
7101350

New Features

  • Save more variables by default in SNOPT history file by @nwu63 in #347

Maintenance and Bug Fixes

  • Remove callables from optProb only when serializing in History file by @nwu63 in #344
  • More tolerant scalar check by @nwu63 in #348
    • Note that this PR also removed some unnecessary type casting to real - see this comment. The behavior of pyOptSparse will not change but this PR could break a runscript if there is a bug on the user side (most likely, using an incorrect type for constraints or DV bounds)

Full Changelog: v2.10.0...v2.10.1