Releases: mdolab/OpenAeroStruct
OpenAeroStruct v2.5.3
This patch updates the oldest allowed versions of the dependencies and relaxes the upper bound on OpenMDAO to now allow the newest versions. It also makes changes to the automated testing system to regularly test the newest and oldest supported package versions.
What's Changed
- Allow newest version of OpenMDAO by @eytanadler in #400
Full Changelog: v2.5.2...v2.5.3
OpenAeroStruct v2.5.2
OpenAeroStruct v2.5.1
What's Changed
- Added info to setup.py for PyPI by @eytanadler in #388
- Added lower bounds to numpy and scipy versions by @eytanadler in #390
- Update aerostruct_groups.py by @acmarta in #392 (also removes deprecated calls to NumPy's
asscalar(x)
and replaces themx.item()
)
New Contributors
Full Changelog: v2.5.0...v2.5.1
OpenAeroStruct v2.5.0
This update includes automatic publishing of tagged version to the Python Package Index.
What's Changed
- Add push to the Python Package Index by @eytanadler in #387
Full Changelog: v2.4.0...v2.5.0
OpenAeroStruct v2.4.0
What's Changed
Full Changelog: v2.3.3...v2.4.0
OpenAeroStruct v2.3.3
- Bug fix for symmetric wings on the right side of the symmetric plane (previously, only the left wings worked correctly)
- Documentation updates
- Code style updates
OpenAeroStruct v2.3.2
- Works with OpenMDAO versions from 3.2.0 up to 3.16.0
- Internally updated various NumPy and OpenMDAO syntax to resolve some deprecation warnings (no OpenAeroStruct API changes)
OpenAeroStruct v2.3.1
- This version works with OpenMDAO v3.2.0 - 3.10.0.
- We made a code style update. API remains the same as the previous release (v2.3.0)
OpenAeroStruct v2.3.0
This is a minor release for OpenAeroStruct. The new feature in this version is the ground effect implementation. Please refer to the documentation page for details.
OpenAeroStruct v2.2.2
This is a patch release for OpenAeroStruct. This includes minor bug fixes and new examples on the documentation. This version requires OpenMDAO 3.2+.