Releases: fast-aircraft-design/FAST-OAD
Releases · fast-aircraft-design/FAST-OAD
v0.4.1-beta
Version 0.4.1-beta
- Prevents installation of OpenMDAO 3.2 and above for incompatibility reasons.
- In Breguet module, output values for climb and descent distances were 1000 times
too large (computation was correct, though).
v0.4.0-beta
Some changes in mass and performances components:
- The Breguet performance model can now be adjusted through input variables in the "settings" section.
- The mass-performance loop is now done through the "fastoad.loop.mtow" component.
v0.3.1-beta
- Adapted the FAST-OAD code to handle OpenMDAO version 3.1.1.
v0.3.0-beta
- In Jupyter notebooks, VariableViewer now has a column for input/output type.
- Changed base OAD process so that propulsion model can now be directly called
by the performance module instead of being a separate OpenMDAO component (which
is still possible, though). It prepares the import of FAST legacy
mission-based performance model.
v0.2.2-beta
Changed dependency requirement to have OpenMDAO version at most 3.1.0 (FAST-OAD is not yet compatible with 3.1.1)
v0.2.0b: Merge pull request #175 from fast-aircraft-design/problem-factory
Beta version of the first open-source release