@@ -32,21 +32,80 @@ Attention: The newest changes should be on top -->
3232
3333### Added
3434
35+
36+
37+ ### Changed
38+
39+
40+
41+ ### Fixed
42+
43+
44+ ## [ v1.6.1] - 2024-10-10
45+
46+ ### Changed
47+
48+ - REL: v1.6.1 [ #708 ] ( https://github.com/RocketPy-Team/RocketPy/pull/708 )
49+ - DEP: deprecate NOAA's RuC sounding [ #706 ] ( https://github.com/RocketPy-Team/RocketPy/pull/706 )
50+
51+ ### Fixed
52+
53+ - BUG: Fix Motor Zero Dry Mass Check [ #710 ] ( https://github.com/RocketPy-Team/RocketPy/pull/710 )
54+ - BUG: Fix Environment.max_expected_height for custom atmosphere [ #707 ] ( https://github.com/RocketPy-Team/RocketPy/pull/707 )
55+ - BUG: Initialize _ Controller Init Parameters [ #703 ] ( https://github.com/RocketPy-Team/RocketPy/pull/703 )
56+ - BUG: Rail Buttons Not Accepted in Add Surfaces [ #701 ] ( https://github.com/RocketPy-Team/RocketPy/pull/701 )
57+ - BUG: Vector encoding breaks MonteCarlo export. [ #704 ] ( https://github.com/RocketPy-Team/RocketPy/pull/704 )
58+ - BUG: Single Point Functions Can Not Be Defined [ #700 ] ( https://github.com/RocketPy-Team/RocketPy/pull/700 )
59+ - BUG: savetxt Not Accepting lambda Functions [ #698 ] ( https://github.com/RocketPy-Team/RocketPy/pull/698 )
60+
61+ ## [ v1.6.0] - 2024-09-29
62+
63+ ### Added
64+
65+ - REL: v1.6.0 [ #697 ] ( https://github.com/RocketPy-Team/RocketPy/pull/697 )
66+ - ENH: Generic Surfaces and Generic Linear Surfaces [ #680 ] ( https://github.com/RocketPy-Team/RocketPy/pull/680 )
67+ - ENH: Free-Form Fins [ #694 ] ( https://github.com/RocketPy-Team/RocketPy/pull/694 )
68+ - ENH: Expand Polation Options for ND Functions. [ #691 ] ( https://github.com/RocketPy-Team/RocketPy/pull/691 )
69+
70+ ## [ v1.5.0] - 2024-09-15
71+
72+ ### Added
73+
74+ - ENH: Adds Sensors classes [ #683 ] ( https://github.com/RocketPy-Team/RocketPy/pull/683 )
75+ - DOC: Cavour Flight Example [ #682 ] ( https://github.com/RocketPy-Team/RocketPy/pull/682 )
76+ - DOC: Halcyon Flight Example [ #681 ] ( https://github.com/RocketPy-Team/RocketPy/pull/681 )
77+ - ENH: Adds GenericMotor.load_from_eng_file() method [ #676 ] ( https://github.com/RocketPy-Team/RocketPy/pull/676 )
78+ - ENH: Introducing local sensitivity analysis [ #575 ] ( https://github.com/RocketPy-Team/RocketPy/pull/575 )
3579- ENH: Add STFT function to Function class [ #620 ] ( https://github.com/RocketPy-Team/RocketPy/pull/620 )
3680- ENH: Rocket Axis Definition [ #635 ] ( https://github.com/RocketPy-Team/RocketPy/pull/635 )
3781- ENH: Implement optional plot saving [ #597 ] ( https://github.com/RocketPy-Team/RocketPy/pull/597 )
3882
3983### Changed
4084
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 )
4385- DOC: New Environment class docs pages [ #644 ] ( https://github.com/RocketPy-Team/RocketPy/pull/644 )
4486
4587### Fixed
4688
89+ - ENH: Fix Orientation Param of Inertial Sensors [ #688 ] ( https://github.com/RocketPy-Team/RocketPy/pull/688 )
90+ - BUG: Zero Mass Flow Rate in Liquid Motors breaks Exhaust Velocity [ #677 ] ( https://github.com/RocketPy-Team/RocketPy/pull/677 )
91+ - DOC: Fix documentation dependencies [ #651 ] ( https://github.com/RocketPy-Team/RocketPy/pull/651 )
92+ - DOC: Fix documentation warnings [ #645 ] ( https://github.com/RocketPy-Team/RocketPy/pull/645 )
93+ - BUG: Rotational EOMs Not Relative To CDM [ #674 ] ( https://github.com/RocketPy-Team/RocketPy/pull/674 )
4794- BUG: Pressure ISA Extrapolation as "linear" [ #675 ] ( https://github.com/RocketPy-Team/RocketPy/pull/675 )
4895- BUG: fix the Frequency Response plot of Flight class [ #653 ] ( https://github.com/RocketPy-Team/RocketPy/pull/653 )
4996
97+ ## [ v1.4.3] - 2024-09-11
98+
99+ You can install this version by running ` pip install rocketpy==1.4.3 `
100+
101+ ### Changed
102+
103+ - REL: Bump versioning to RocketPy v1.4.3 [ #687 ] ( https://github.com/RocketPy-Team/RocketPy/pull/687 )
104+
105+ ### Fixed
106+
107+ - BUG: Rollback Prandtl-Glauert corrections for Tail and Nose. [ #685 ] ( https://github.com/RocketPy-Team/RocketPy/pull/685 )
108+
50109## [ v1.4.2] - 2024-08-03
51110
52111You can install this version by running ` pip install rocketpy==1.4.2 `
0 commit comments