Skip to content

Releases: fast-aircraft-design/FAST-OAD_CS25

v0.8.1

06 Feb 18:41

Choose a tag to compare

What's Changed

  • Add sizing_load_factor in the load module by @enricostragiotti in #73
  • Updating poetry to 2.0 and deprecating Python 3.9 by @enricostragiotti in #75
  • Corrected ft-m conversion in test files by @enricostragiotti in #74
  • Replace service_registry imports with oad. prefix pattern by @Copilot in #80
  • Use numpy instead of math library as default in the cs25 repo by @enricostragiotti in #83
  • Add isort linting rules to be consistent with FAST-OAD-core repo by @enricostragiotti in #84
  • Increased MDA robustness by allowing k_sfc extrapolation and addition of a warning for negative chords due to unfeasible wing geometry by @rparello in #87
  • Added compatibility with Python versions 3.13 and 3.14 by @enricostragiotti in #88

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

29 Aug 14:14
11b0e37

Choose a tag to compare

Warning

This PR contains some breaking changes due to the separation of the loads module from the mass module. Some variables have thus changed name. Additionally, loads are now expressed in N and no more in kg.

Added

Fixed

Full Changelog: v0.7.6...v0.8.0

v0.7.6

19 Mar 16:13

Choose a tag to compare

Added

  • Adding center virtual chord evaluation. (#59)
  • Update building and publishing workflow. (#58)

Full Changelog: v0.7.5...v0.7.6

v0.7.5

28 Feb 11:04

Choose a tag to compare

Modified

  • Added possibility to specify absolute Y engine position. (#55)
  • Added absolute positioning of kink and absolute trailing edge kink sweep angle. (#56)

Fixed

  • Update of CeRAS Notebook with description of the taxi-out and takeoff phases. (#54)

New Contributors

Full Changelog: v0.7.4...v0.7.5

v0.7.4

27 Nov 14:24

Choose a tag to compare

Modified:

  • Added tuning factor for ratio between MLW and MZFW. (#51)

v0.7.3

12 Nov 10:17

Choose a tag to compare

Modified:

  • Added scaling factors for tuning HTP and VTP areas (#49)

v0.7.2

18 Oct 06:39

Choose a tag to compare

Modified:

  • Python 3.12 is now supported. (#48)
  • Python 3.8, that reached end of life, is no longer supported. (#48)

v0.7.1

01 Oct 14:48

Choose a tag to compare

Fixed:

  • Incorrect comments in a datafile for CeRAS notebook would cause crash with FAST-OAD-core 1.8+. (#47)

v0.7.0

01 Oct 12:18

Choose a tag to compare

Fixed:

  • Fixed tail geometry (Warning: slight but noticeable changes in tail CG, hence in overall data). (#45)

v0.6.1

01 Aug 05:57

Choose a tag to compare

Added:

  • Compatibility with Python 3.11. (#43)