@@ -33,21 +33,56 @@ Attention: The newest changes should be on top -->
3333### Added
3434
3535- ENH: Expansion of Encoders Implementation for Full Flights. [ #679 ] ( https://github.com/RocketPy-Team/RocketPy/pull/679 )
36+ - ENH: Generic Surfaces and Generic Linear Surfaces [ #680 ] ( https://github.com/RocketPy-Team/RocketPy/pull/680 )
37+ - ENH: Free-Form Fins [ #694 ] ( https://github.com/RocketPy-Team/RocketPy/pull/694 )
38+ - ENH: Expand Polation Options for ND Functions. [ #691 ] ( https://github.com/RocketPy-Team/RocketPy/pull/691 )
39+
40+ ### Changed
41+
42+ -
43+
44+ ### Fixed
45+
46+ -
47+
48+ ## [ v1.5.0] - 2024-09-15
49+
50+ ### Added
51+
52+ - ENH: Adds Sensors classes [ #683 ] ( https://github.com/RocketPy-Team/RocketPy/pull/683 )
53+ - DOC: Cavour Flight Example [ #682 ] ( https://github.com/RocketPy-Team/RocketPy/pull/682 )
54+ - DOC: Halcyon Flight Example [ #681 ] ( https://github.com/RocketPy-Team/RocketPy/pull/681 )
55+ - ENH: Adds GenericMotor.load_from_eng_file() method [ #676 ] ( https://github.com/RocketPy-Team/RocketPy/pull/676 )
56+ - ENH: Introducing local sensitivity analysis [ #575 ] ( https://github.com/RocketPy-Team/RocketPy/pull/575 )
3657- ENH: Add STFT function to Function class [ #620 ] ( https://github.com/RocketPy-Team/RocketPy/pull/620 )
3758- ENH: Rocket Axis Definition [ #635 ] ( https://github.com/RocketPy-Team/RocketPy/pull/635 )
3859
3960### Changed
4061
41- - DOC: Fix documentation dependencies [ #651 ] ( https://github.com/RocketPy-Team/RocketPy/pull/651 )
42- - DOC: Fix documentation warnings [ #645 ] ( https://github.com/RocketPy-Team/RocketPy/pull/645 )
4362- DOC: New Environment class docs pages [ #644 ] ( https://github.com/RocketPy-Team/RocketPy/pull/644 )
4463
4564### Fixed
4665
66+ - ENH: Fix Orientation Param of Inertial Sensors [ #688 ] ( https://github.com/RocketPy-Team/RocketPy/pull/688 )
67+ - BUG: Zero Mass Flow Rate in Liquid Motors breaks Exhaust Velocity [ #677 ] ( https://github.com/RocketPy-Team/RocketPy/pull/677 )
68+ - DOC: Fix documentation dependencies [ #651 ] ( https://github.com/RocketPy-Team/RocketPy/pull/651 )
69+ - DOC: Fix documentation warnings [ #645 ] ( https://github.com/RocketPy-Team/RocketPy/pull/645 )
4770- BUG: Rotational EOMs Not Relative To CDM [ #674 ] ( https://github.com/RocketPy-Team/RocketPy/pull/674 )
4871- BUG: Pressure ISA Extrapolation as "linear" [ #675 ] ( https://github.com/RocketPy-Team/RocketPy/pull/675 )
4972- BUG: fix the Frequency Response plot of Flight class [ #653 ] ( https://github.com/RocketPy-Team/RocketPy/pull/653 )
5073
74+ ## [ v1.4.3] - 2024-09-11
75+
76+ You can install this version by running ` pip install rocketpy==1.4.3 `
77+
78+ ### Changed
79+
80+ - REL: Bump versioning to RocketPy v1.4.3 [ #687 ] ( https://github.com/RocketPy-Team/RocketPy/pull/687 )
81+
82+ ### Fixed
83+
84+ - BUG: Rollback Prandtl-Glauert corrections for Tail and Nose. [ #685 ] ( https://github.com/RocketPy-Team/RocketPy/pull/685 )
85+
5186## [ v1.4.2] - 2024-08-03
5287
5388You can install this version by running ` pip install rocketpy==1.4.2 `
0 commit comments