pyOptSparse v2.1.1 release notes
This is a new patch release of pyOptSparse.
Bug fixes
- Fix for multiplier extraction (#103)
- Fix for complex value in optimization summary print out (#102)
- Fix bug in
setDVs
when setting a subset of DVs (#109)
Code Maintenance
- Added dependencies to
setup.py
(#106)
- Various documentation updates
- Temporarily removed official support for ParOpt (#112). The wrapper will still be provided by pyOptSparse, but we no longer test it until
ParOpt
provides stable releases, i.e. semantic versioning of the code.