@@ -35,16 +35,26 @@ Attention: The newest changes should be on top -->
35
35
-
36
36
37
37
### Changed
38
-
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 )
38
+
39
+ - ENH: Adding rocket radius to RailButtons class [ #643 ] ( https://github.com/RocketPy-Team/RocketPy/pull/643 )
43
40
44
41
### Fixed
45
42
46
43
-
47
44
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
+ - MNT: Refactor AeroSurfaces [ #634 ] ( https://github.com/RocketPy-Team/RocketPy/pull/634 )
54
+ - ENH: Environment class major refactor may 2024 [ #605 ] ( https://github.com/RocketPy-Team/RocketPy/pull/605 )
55
+ - MNT: Refactors the code to adopt flake8 [ #631 ] ( https://github.com/RocketPy-Team/RocketPy/pull/631 )
56
+ - MNT: Refactors the code to adopt pylint [ #621 ] ( https://github.com/RocketPy-Team/RocketPy/pull/621 )
57
+
48
58
## [ 1.4.0] - 2024-07-06
49
59
50
60
You 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`
93
103
- MNT: refactor u_dot parachute method [ #596 ] ( https://github.com/RocketPy-Team/RocketPy/pull/596 )
94
104
- BLD: Change setup.py to pyproject.toml [ #589 ] ( https://github.com/RocketPy-Team/RocketPy/pull/589 )
95
105
- 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 )
97
107
- MNT: Modularize Rocket Draw [ #580 ] ( https://github.com/RocketPy-Team/RocketPy/pull/580 )
98
108
- DOC: Improvements of Environment docstring phrasing [ #565 ] ( https://github.com/RocketPy-Team/RocketPy/pull/565 )
99
109
- MNT: Refactor flight prints module [ #579 ] ( https://github.com/RocketPy-Team/RocketPy/pull/579 )
100
110
- 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 )
102
112
- ENH: Optional argument to show the plot in Function.compare_plots [ #563 ] ( https://github.com/RocketPy-Team/RocketPy/pull/563 )
103
113
104
114
### Fixed
0 commit comments