Releases: fast-aircraft-design/FAST-OAD_CS25
Releases · fast-aircraft-design/FAST-OAD_CS25
v0.8.1
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
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
- Created new loads discipline and updated tests by @enricostragiotti in #64
- Add global position evaluation of center chord by @enricostragiotti in #70
- Add the newly inserted ModelDomain.LOADS by @enricostragiotti in #71
Fixed
- Fix engine Y ratio description by @enricostragiotti in #61
- Hide explicit Codecov token by @enricostragiotti in #62
- Bump ruff version to 0.11.5 by @enricostragiotti in #63
- No more need for kink:span_ratio if impose_absolute_kink is true by @enricostragiotti in #67
Full Changelog: v0.7.6...v0.8.0
v0.7.6
Added
Full Changelog: v0.7.5...v0.7.6
v0.7.5
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
- @enricostragiotti made their first contribution in #55
Full Changelog: v0.7.4...v0.7.5