Skip to content

OpenConcept 0.4.2

Compare
Choose a tag to compare
@eytanadler eytanadler released this 09 Jun 17:58
· 23 commits to main since this release

Fixes a bug that showed up with a new version of OpenAeroStruct from using the mesh in the surface dict to determine if the wing was a left or right wing. Previously, OpenConcept passed in a mesh of all zeros because OpenAeroStruct just used it to determine the shape. Now that OpenAeroStruct uses the values, we pass in a new dummy mesh that includes values to indicate it's a left wing.

Also makes changes to accommodate the name change of the default branch from master to main.

What's Changed

  • Changed relevant files for master branch name change to main by @eytanadler in #39
  • Added push to PyPI in GHA and fix OpenAeroStruct interface bug by @eytanadler in #40

Full Changelog: v0.4.1...v0.4.2