@@ -28,17 +28,49 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
28
28
## [ Unreleased] - yyyy-mm-dd
29
29
30
30
<!-- These are the changes that were not release yet, please add them correctly.
31
- Attention: The newest changes should be on top -->
31
+ Attention: The newest changes should be on top -->
32
+
33
+ ## [ 1.3.0] - 2024-06-01
34
+
35
+ You can install this version by running ` pip install rocketpy==1.3.0 `
32
36
33
37
### Added
34
38
39
+ - DOC: Adds prometheus data, Spaceport America 2022 [ #601 ] ( https://github.com/RocketPy-Team/RocketPy/pull/601 )
40
+ - ENH: Pre-calculate attributes in Rocket class [ #595 ] ( https://github.com/RocketPy-Team/RocketPy/pull/595 )
41
+ - ENH: Complex step differentiation [ #594 ] ( https://github.com/RocketPy-Team/RocketPy/pull/594 )
42
+ - ENH: Exponential backoff decorator (fix #449 ) [ #588 ] ( https://github.com/RocketPy-Team/RocketPy/pull/588 )
43
+ - ENH: Function Validation Rework & Swap ` np.searchsorted ` to ` bisect_left ` [ #582 ] ( https://github.com/RocketPy-Team/RocketPy/pull/582 )
44
+ - ENH: Add new stability margin properties to Flight class [ #572 ] ( https://github.com/RocketPy-Team/RocketPy/pull/572 )
45
+ - ENH: adds ` Function.remove_outliers ` method [ #554 ] ( https://github.com/RocketPy-Team/RocketPy/pull/554 )
35
46
36
47
### Changed
37
48
49
+ - REL: Bump versioning to RocketPy v1.3.0 [ #614 ] ( https://github.com/RocketPy-Team/RocketPy/pull/614 )
50
+ - ENH: Adds StochasticModel.visualize_attributes() method [ #612 ] ( https://github.com/RocketPy-Team/RocketPy/pull/612 )
51
+ - DOC: Monte carlo documentation updates [ #607 ] ( https://github.com/RocketPy-Team/RocketPy/pull/607 )
52
+ - MNT: refactor u_dot parachute method [ #596 ] ( https://github.com/RocketPy-Team/RocketPy/pull/596 )
53
+ - BLD: Change setup.py to pyproject.toml [ #589 ] ( https://github.com/RocketPy-Team/RocketPy/pull/589 )
54
+ - DEP: delete deprecated rocketpy.tools.cached_property [ #587 ] ( https://github.com/RocketPy-Team/RocketPy/pull/587 )
55
+ - ENH: Flight simulation speed up [ #581 ] (https://github.com/RocketPy-Team/RocketPy/pull/581 )
56
+ - MNT: Modularize Rocket Draw [ #580 ] ( https://github.com/RocketPy-Team/RocketPy/pull/580 )
57
+ - DOC: Improvements of Environment docstring phrasing [ #565 ] ( https://github.com/RocketPy-Team/RocketPy/pull/565 )
58
+ - MNT: Refactor flight prints module [ #579 ] ( https://github.com/RocketPy-Team/RocketPy/pull/579 )
59
+ - DOC: Convert CompareFlights example notebooks to .rst files [ #576 ] ( https://github.com/RocketPy-Team/RocketPy/pull/576 )
60
+ - MNT: Refactor inertia calculations using parallel axis theorem [ #573 ] (https://github.com/RocketPy-Team/RocketPy/pull/573 )
61
+ - ENH: Optional argument to show the plot in Function.compare_plots [ #563 ] ( https://github.com/RocketPy-Team/RocketPy/pull/563 )
38
62
39
63
### Fixed
40
64
41
- ## [ v1.2.2] - 2024-03-09
65
+ - DOC: Solve Dependencies Conflicts and pyproject build [ #613 ] ( https://github.com/RocketPy-Team/RocketPy/pull/613 )
66
+ - BUG: Fixes nose cone bluffness issue #610 [ #611 ] ( https://github.com/RocketPy-Team/RocketPy/pull/611 )
67
+ - BUG: plot drag curves when function source is callable [ #599 ] ( https://github.com/RocketPy-Team/RocketPy/pull/599 )
68
+ - BUG: Fix minor type hinting problems [ #598 ] ( https://github.com/RocketPy-Team/RocketPy/pull/598 )
69
+ - BUG: Optional Dependencies Naming in pyproject.toml. [ #592 ] ( https://github.com/RocketPy-Team/RocketPy/pull/592 )
70
+ - BUG: Swap rocket.total_mass.differentiate for motor.total_mass_flow rate [ #585 ] ( https://github.com/RocketPy-Team/RocketPy/pull/585 )
71
+ - BUG: export_eng 'Motor' method would not work for liquid motors. [ #559 ] ( https://github.com/RocketPy-Team/RocketPy/pull/559 )
72
+
73
+ ## [ v1.2.2] - 2024-03-22
42
74
43
75
You can install this version by running ` pip install rocketpy==1.2.2 `
44
76
0 commit comments