Recent Releases of openconcept

openconcept - OpenConcept v1.2.2

What's Changed

  • Add missing packages to source docs by @hajdik in https://github.com/mdolab/openconcept/pull/77
  • Modified TMS components to allow external use by Dymos/Aviary by @kanekosh in https://github.com/mdolab/openconcept/pull/78

New Contributors

  • @hajdik made their first contribution in https://github.com/mdolab/openconcept/pull/77

Full Changelog: https://github.com/mdolab/openconcept/compare/v1.2.1...v1.2.2

- Python
Published by kanekosh 8 months ago

openconcept - OpenConcept 1.2.1

What's Changed

  • Fix the failing GitHub Actions by @eytanadler in https://github.com/mdolab/openconcept/pull/67
  • Fixed a typo and takeoff plotting by @kanekosh in https://github.com/mdolab/openconcept/pull/68
  • Fix build failure by @eytanadler in https://github.com/mdolab/openconcept/pull/69
  • Support latest OpenMDAO version by @kanekosh in https://github.com/mdolab/openconcept/pull/70
  • Fix GitHub Action build & Set upper bound on OM version by @kanekosh in https://github.com/mdolab/openconcept/pull/75

Full Changelog: https://github.com/mdolab/openconcept/compare/v1.2.0...v1.2.1

- Python
Published by kanekosh 9 months ago

openconcept - OpenConcept 1.2.0

This includes a host of new features, including transport aircraft weight and drag buildups. It also changes the range of required OpenMDAO versions to between 3.21 and 3.30 (inclusive) because of a previous GitHub Actions testing bug that wasn't actually testing the correct versions (the previous range didn't actually work despite passing tests).

What's Changed

  • Lots of new models for clean sheet aircraft design by @eytanadler in https://github.com/mdolab/openconcept/pull/64

Full Changelog: https://github.com/mdolab/openconcept/compare/v1.1.2...v1.2.0

- Python
Published by eytanadler almost 2 years ago

openconcept - OpenConcept 1.1.2

What's Changed

  • New 2024 Eytan 1st paper by @mariejvaucher in https://github.com/mdolab/openconcept/pull/60
  • Remove IndepVarComp from heat exchanger model so users can connect things to the DV values by @eytanadler in https://github.com/mdolab/openconcept/pull/61
  • Sparse partials for ExecComps by @kanekosh in https://github.com/mdolab/openconcept/pull/63
  • Changed Hx Value error to Analysis error for 3 instances. by @mariejvaucher in https://github.com/mdolab/openconcept/pull/62

New Contributors

  • @mariejvaucher made their first contribution in https://github.com/mdolab/openconcept/pull/60

Full Changelog: https://github.com/mdolab/openconcept/compare/v1.1.1...v1.1.2

- Python
Published by eytanadler about 2 years ago

openconcept - OpenConcept 1.1.1

Fixed duct with integrated heat exchanger (ImplicitCompressibleDuct).

What's Changed

  • Update codecov action version by @eytanadler in https://github.com/mdolab/openconcept/pull/52
  • Fix OpenMDAO install in GitHub Actions build by @eytanadler in https://github.com/mdolab/openconcept/pull/53
  • Adding OS specification to readthedocs build by @eytanadler in https://github.com/mdolab/openconcept/pull/55
  • RTD config update by @kanekosh in https://github.com/mdolab/openconcept/pull/56
  • Fix the failed GHA build by @eytanadler in https://github.com/mdolab/openconcept/pull/58
  • Fix duct by @eytanadler in https://github.com/mdolab/openconcept/pull/59

Full Changelog: https://github.com/mdolab/openconcept/compare/v1.1.0...v1.1.1

- Python
Published by eytanadler about 2 years ago

openconcept - OpenConcept 1.1.0

Overhauled the OpenAeroStruct aerodynamic surrogate model to allow users more flexibility in wing shape.

What's Changed

  • Extend OpenAeroStruct integration to arbitrary planforms by @eytanadler in https://github.com/mdolab/openconcept/pull/47

Full Changelog: https://github.com/mdolab/openconcept/compare/v1.0.2...v1.1.0

- Python
Published by eytanadler almost 3 years ago

openconcept - OpenConcept 1.0.2

What's Changed

  • Maintenance update (formatting, automated build, publications, and OpenMDAO updates) by @eytanadler in https://github.com/mdolab/openconcept/pull/45

Full Changelog: https://github.com/mdolab/openconcept/compare/v1.0.1...v1.0.2

- Python
Published by eytanadler about 3 years ago

openconcept - OpenConcept 1.0.1

What's Changed

  • updated aerodynamics init by @kanekosh in https://github.com/mdolab/openconcept/pull/43
  • Fixed heat exchanger coefficient used for pressure drop by @eytanadler in https://github.com/mdolab/openconcept/pull/44

New Contributors

  • @kanekosh made their first contribution in https://github.com/mdolab/openconcept/pull/43

Full Changelog: https://github.com/mdolab/openconcept/compare/v1.0.0...v1.0.1

- Python
Published by eytanadler over 3 years ago

openconcept - OpenConcept 1.0.0

This update reorganizes the OpenConcept interface to be more intuitive for users. It also formats and lints the codebase and adds more detailed documentation.

What's Changed

  • Docs overhaul and refactor to organize code by @eytanadler in https://github.com/mdolab/openconcept/pull/41
  • Formatting and linting by @eytanadler in https://github.com/mdolab/openconcept/pull/42

Full Changelog: https://github.com/mdolab/openconcept/compare/v0.4.2...v1.0.0

- Python
Published by eytanadler over 3 years ago

openconcept - OpenConcept 0.4.2

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 https://github.com/mdolab/openconcept/pull/39
  • Added push to PyPI in GHA and fix OpenAeroStruct interface bug by @eytanadler in https://github.com/mdolab/openconcept/pull/40

Full Changelog: https://github.com/mdolab/openconcept/compare/v0.4.1...v0.4.2

- Python
Published by eytanadler over 3 years ago

openconcept - OpenConcept 0.0.1

Initial OpenConcept release.

What's Changed

  • Fix python 2 division issue in the Simpson integraton component by @bbrelje in https://github.com/mdolab/openconcept/pull/4
  • First big batch of component tests and scipy 1.1.0 fix by @bbrelje in https://github.com/mdolab/openconcept/pull/5
  • Formatting updates by @bbrelje in https://github.com/mdolab/openconcept/pull/6
  • Enable automatic documentation by @bbrelje in https://github.com/mdolab/openconcept/pull/7
  • More docs updates by @bbrelje in https://github.com/mdolab/openconcept/pull/8

Full Changelog: https://github.com/mdolab/openconcept/commits/v0.0.1

- Python
Published by eytanadler over 3 years ago

openconcept - OpenConcept 0.4.1

Fixes old OpenMDAO usage to work with OpenMDAO 3.16.

What's Changed

  • Add compatibility for OpenMDAO 3.16 by @eytanadler in https://github.com/mdolab/openconcept/pull/37
  • Fix src_indices promotion workaround in OASAerostructDragPolarExact by @eytanadler in https://github.com/mdolab/openconcept/pull/38

Full Changelog: https://github.com/mdolab/openconcept/compare/v0.4.0...v0.4.1

- Python
Published by eytanadler over 3 years ago

openconcept - OpenConcept 0.4.0

Integration features and more advanced thermal components. Also includes OpenAeroStruct-based aerodynamic and aerostructural modeling.

What's Changed

  • Autotag by @bbrelje in https://github.com/mdolab/openconcept/pull/17
  • Automatic ODE integration by @bbrelje in https://github.com/mdolab/openconcept/pull/19
  • Added active thermal components and usage examples by @eytanadler in https://github.com/mdolab/openconcept/pull/20
  • Transition to Github Actions by @bernardopacini in https://github.com/mdolab/openconcept/pull/26
  • readthedocs Fix by @bernardopacini in https://github.com/mdolab/openconcept/pull/29
  • Lots of new thermal components, engine decks, updates for new OpenMDAO, and more by @eytanadler in https://github.com/mdolab/openconcept/pull/31
  • OpenAeroStruct aerodynamic and aerostructural modeling by @eytanadler in https://github.com/mdolab/openconcept/pull/32
  • Added reference to paper for OAS integration work by @eytanadler in https://github.com/mdolab/openconcept/pull/33
  • Migrate to RTD and Codecov and update package version to 0.4.0 by @eytanadler in https://github.com/mdolab/openconcept/pull/34

New Contributors

  • @bernardopacini made their first contribution in https://github.com/mdolab/openconcept/pull/26

Full Changelog: https://github.com/mdolab/openconcept/compare/v0.3.1...v0.4.0

- Python
Published by eytanadler over 3 years ago

openconcept - Last Python 2-compatible release

This is the last commit before backward-incompatible OpenMDAO 3 features are used. OM 3 doesn't support Python 2 anymore and Python 2 testing will be dropped.

- Python
Published by bbrelje over 3 years ago