@@ -28,17 +28,49 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2828## [ Unreleased] - yyyy-mm-dd
2929
3030<!-- 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 `
3236
3337### Added
3438
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 )
3546
3647### Changed
3748
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 )
3862
3963### Fixed
4064
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
4274
4375You can install this version by running ` pip install rocketpy==1.2.2 `
4476
0 commit comments