@@ -40,6 +40,7 @@ Attention: The newest changes should be on top -->
4040
4141### Fixed
4242
43+ - BUG: fix export ellipses to kml function [ #712 ] ( https://github.com/RocketPy-Team/RocketPy/pull/712 )
4344
4445## [ v1.6.1] - 2024-10-10
4546
@@ -76,7 +77,7 @@ Attention: The newest changes should be on top -->
7677- DOC: Halcyon Flight Example [ #681 ] ( https://github.com/RocketPy-Team/RocketPy/pull/681 )
7778- ENH: Adds GenericMotor.load_from_eng_file() method [ #676 ] ( https://github.com/RocketPy-Team/RocketPy/pull/676 )
7879- ENH: Introducing local sensitivity analysis [ #575 ] ( https://github.com/RocketPy-Team/RocketPy/pull/575 )
79- - ENH: Add STFT function to Function class [ #620 ] ( https://github.com/RocketPy-Team/RocketPy/pull/620 )
80+ - ENH: Add STFT function to Function class [ #620 ] ( https://github.com/RocketPy-Team/RocketPy/pull/620 )
8081- ENH: Rocket Axis Definition [ #635 ] ( https://github.com/RocketPy-Team/RocketPy/pull/635 )
8182
8283### Changed
@@ -179,7 +180,7 @@ You can install this version by running `pip install rocketpy==1.3.0`
179180- MNT: refactor u_dot parachute method [ #596 ] ( https://github.com/RocketPy-Team/RocketPy/pull/596 )
180181- BLD: Change setup.py to pyproject.toml [ #589 ] ( https://github.com/RocketPy-Team/RocketPy/pull/589 )
181182- DEP: delete deprecated rocketpy.tools.cached_property [ #587 ] ( https://github.com/RocketPy-Team/RocketPy/pull/587 )
182- - ENH: Flight simulation speed up [ #581 ] ( https://github.com/RocketPy-Team/RocketPy/pull/581 )
183+ - ENH: Flight simulation speed up [ #581 ] ( https://github.com/RocketPy-Team/RocketPy/pull/581 )
183184- MNT: Modularize Rocket Draw [ #580 ] ( https://github.com/RocketPy-Team/RocketPy/pull/580 )
184185- DOC: Improvements of Environment docstring phrasing [ #565 ] ( https://github.com/RocketPy-Team/RocketPy/pull/565 )
185186- MNT: Refactor flight prints module [ #579 ] ( https://github.com/RocketPy-Team/RocketPy/pull/579 )
@@ -196,7 +197,7 @@ You can install this version by running `pip install rocketpy==1.3.0`
196197- BUG: Fix minor type hinting problems [ #598 ] ( https://github.com/RocketPy-Team/RocketPy/pull/598 )
197198- BUG: Optional Dependencies Naming in pyproject.toml. [ #592 ] ( https://github.com/RocketPy-Team/RocketPy/pull/592 )
198199- BUG: Swap rocket.total_mass.differentiate for motor.total_mass_flow rate [ #585 ] ( https://github.com/RocketPy-Team/RocketPy/pull/585 )
199- - BUG: export_eng 'Motor' method would not work for liquid motors. [ #559 ] ( https://github.com/RocketPy-Team/RocketPy/pull/559 )
200+ - BUG: export_eng 'Motor' method would not work for liquid motors. [ #559 ] ( https://github.com/RocketPy-Team/RocketPy/pull/559 )
200201
201202## [ v1.2.2] - 2024-03-22
202203
@@ -226,7 +227,7 @@ You can install this version by running `pip install rocketpy==1.2.0`
226227- DOC: add juno3 flight example [ #513 ] ( https://github.com/RocketPy-Team/RocketPy/pull/513 )
227228- ENH: add Function.low_pass_filter method [ #508 ] ( https://github.com/RocketPy-Team/RocketPy/pull/508 )
228229- ENH: Air Brakes [ #426 ] ( https://github.com/RocketPy-Team/RocketPy/pull/426 )
229- -
230+ -
230231
231232### Changed
232233
0 commit comments