Skip to content

Releases: mdolab/OpenAeroStruct

OpenAeroStruct v2.5.3

15 Feb 20:54
71045b3
Compare
Choose a tag to compare

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

Full Changelog: v2.5.2...v2.5.3

OpenAeroStruct v2.5.2

21 Aug 14:56
473232a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...v2.5.2

OpenAeroStruct v2.5.1

25 Jun 15:54
614dc6a
Compare
Choose a tag to compare

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 them x.item())

New Contributors

Full Changelog: v2.5.0...v2.5.1

OpenAeroStruct v2.5.0

08 Jun 20:35
Compare
Choose a tag to compare

This update includes automatic publishing of tagged version to the Python Package Index.

What's Changed

Full Changelog: v2.4.0...v2.5.0

OpenAeroStruct v2.4.0

09 May 22:11
d30e262
Compare
Choose a tag to compare

What's Changed

  • Added OpenVSP interface to generate OpenAeroStruct mesh from OpenVSP geometry by @timryanb in #385

Full Changelog: v2.3.3...v2.4.0

OpenAeroStruct v2.3.3

06 Apr 18:22
d794fb8
Compare
Choose a tag to compare
  • 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

30 Jan 21:40
a4f482c
Compare
Choose a tag to compare
  • 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

25 Aug 19:56
62b35e7
Compare
Choose a tag to compare
  • 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

01 Feb 21:24
cfa473c
Compare
Choose a tag to compare

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

28 Jan 23:54
2279e1b
Compare
Choose a tag to compare

This is a patch release for OpenAeroStruct. This includes minor bug fixes and new examples on the documentation. This version requires OpenMDAO 3.2+.