File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3030<!-- These are the changes that were not released yet, please add them correctly.
3131Attention: The newest changes should be on top -->
3232
33+ ### Added
34+
35+
36+ ### Changed
37+
38+
39+ ### Fixed
40+
41+
42+ ## [ v1.10.0] - 2025-05-16
43+
3344### Added
3445- ENH: Support for ND arithmetic in Function class. [ #810 ] (https://github.com/RocketPy-Team/RocketPy/pull/810 )
3546- ENH: allow users to provide custom samplers [ #803 ] ( https://github.com/RocketPy-Team/RocketPy/pull/803 )
@@ -50,7 +61,7 @@ Attention: The newest changes should be on top -->
5061- BUG: Wrong Phi Initialization For nose_to_tail Rockets [ #809 ] ( https://github.com/RocketPy-Team/RocketPy/pull/809 )
5162- BUG: Fix StochasticFlight time_overshoot None bug [ #805 ] ( https://github.com/RocketPy-Team/RocketPy/pull/805 )
5263
53- ## v1.9.0 - 2025-03-24
64+ ## [ v1.9.0] - 2025-03-24
5465
5566### Added
5667
Original file line number Diff line number Diff line change 2727author = "RocketPy Team"
2828
2929# The full version, including alpha/beta/rc tags
30- release = "1.9 .0"
30+ release = "1.10 .0"
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[project ]
22name = " rocketpy"
3- version = " 1.9 .0"
3+ version = " 1.10 .0"
44description =" Advanced 6-DOF trajectory simulation for High-Power Rocketry."
55dynamic = [" dependencies" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments