@@ -36,15 +36,25 @@ Attention: The newest changes should be on top -->
3636
3737### Changed
3838
39- - ENH: Insert apogee state into solution list during flight simulation [ #638 ] ( https://github.com/RocketPy-Team/RocketPy/pull/638 )
40- - ENH: Environment class major refactor may 2024 [ #605 ] ( https://github.com/RocketPy-Team/RocketPy/pull/605 )
41- - MNT: Refactors the code to adopt pylint [ #621 ] ( https://github.com/RocketPy-Team/RocketPy/pull/621 )
42- - MNT: Refactor AeroSurfaces [ #634 ] ( https://github.com/RocketPy-Team/RocketPy/pull/634 )
39+ -
4340
4441### Fixed
4542
4643-
4744
45+ ## [ v1.4.1] - 2024-07-20
46+
47+ You can install this version by running ` pip install rocketpy==1.4.1 `
48+
49+ ### Changed
50+
51+ - Bumps rocketpy version to 1.4.1 [ #646 ] ( https://github.com/RocketPy-Team/RocketPy/pull/646 )
52+ - ENH: Insert apogee state into solution list during flight simulation [ #638 ] ( https://github.com/RocketPy-Team/RocketPy/pull/638 )
53+ - ENH: Environment class major refactor may 2024 [ #605 ] ( https://github.com/RocketPy-Team/RocketPy/pull/605 )
54+ - MNT: Refactors the code to adopt flake8 [ #631 ] ( https://github.com/RocketPy-Team/RocketPy/pull/631 )
55+ - MNT: Refactors the code to adopt pylint [ #621 ] ( https://github.com/RocketPy-Team/RocketPy/pull/621 )
56+ - MNT: Refactor AeroSurfaces [ #634 ] ( https://github.com/RocketPy-Team/RocketPy/pull/634 )
57+
4858## [ 1.4.0] - 2024-07-06
4959
5060You can install this version by running ` pip install rocketpy==1.4.0 `
@@ -93,12 +103,12 @@ You can install this version by running `pip install rocketpy==1.3.0`
93103- MNT: refactor u_dot parachute method [ #596 ] ( https://github.com/RocketPy-Team/RocketPy/pull/596 )
94104- BLD: Change setup.py to pyproject.toml [ #589 ] ( https://github.com/RocketPy-Team/RocketPy/pull/589 )
95105- DEP: delete deprecated rocketpy.tools.cached_property [ #587 ] ( https://github.com/RocketPy-Team/RocketPy/pull/587 )
96- - ENH: Flight simulation speed up [ #581 ] (https://github.com/RocketPy-Team/RocketPy/pull/581 )
106+ - ENH: Flight simulation speed up [ #581 ] ( https://github.com/RocketPy-Team/RocketPy/pull/581 )
97107- MNT: Modularize Rocket Draw [ #580 ] ( https://github.com/RocketPy-Team/RocketPy/pull/580 )
98108- DOC: Improvements of Environment docstring phrasing [ #565 ] ( https://github.com/RocketPy-Team/RocketPy/pull/565 )
99109- MNT: Refactor flight prints module [ #579 ] ( https://github.com/RocketPy-Team/RocketPy/pull/579 )
100110- DOC: Convert CompareFlights example notebooks to .rst files [ #576 ] ( https://github.com/RocketPy-Team/RocketPy/pull/576 )
101- - MNT: Refactor inertia calculations using parallel axis theorem [ #573 ] (https://github.com/RocketPy-Team/RocketPy/pull/573 )
111+ - MNT: Refactor inertia calculations using parallel axis theorem [ #573 ] ( https://github.com/RocketPy-Team/RocketPy/pull/573 )
102112- ENH: Optional argument to show the plot in Function.compare_plots [ #563 ] ( https://github.com/RocketPy-Team/RocketPy/pull/563 )
103113
104114### Fixed
0 commit comments