File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,7 @@ Attention: The newest changes should be on top -->
3232
3333### Added
3434
35- - ENH: Generic Surfaces and Generic Linear Surfaces [ #680 ] ( https://github.com/RocketPy-Team/RocketPy/pull/680 )
36- - ENH: Free-Form Fins [ #694 ] ( https://github.com/RocketPy-Team/RocketPy/pull/694 )
37- - ENH: Expand Polation Options for ND Functions. [ #691 ] ( https://github.com/RocketPy-Team/RocketPy/pull/691 )
35+ -
3836
3937### Changed
4038
@@ -44,6 +42,14 @@ Attention: The newest changes should be on top -->
4442
4543-
4644
45+ ## [ v1.6.0] - 2024-09-29
46+
47+ ### Added
48+
49+ - ENH: Generic Surfaces and Generic Linear Surfaces [ #680 ] ( https://github.com/RocketPy-Team/RocketPy/pull/680 )
50+ - ENH: Free-Form Fins [ #694 ] ( https://github.com/RocketPy-Team/RocketPy/pull/694 )
51+ - ENH: Expand Polation Options for ND Functions. [ #691 ] ( https://github.com/RocketPy-Team/RocketPy/pull/691 )
52+
4753## [ v1.5.0] - 2024-09-15
4854
4955### Added
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.5 .0"
30+ release = "1.6 .0"
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[project ]
22name = " rocketpy"
3- version = " 1.5 .0"
3+ version = " 1.6 .0"
44description =" Advanced 6-DOF trajectory simulation for High-Power Rocketry."
55dynamic = [" dependencies" ]
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -2376,7 +2376,7 @@ def load_international_standard_atmosphere(self): # pragma: no cover
23762376 """
23772377 warnings .warn (
23782378 "load_international_standard_atmosphere() is deprecated in version "
2379- "1.5 .0 and will be removed in version 1.7.0. This method is no longer "
2379+ "1.6 .0 and will be removed in version 1.7.0. This method is no longer "
23802380 "needed as the International Standard Atmosphere is already calculated "
23812381 "when the Environment object is created." ,
23822382 DeprecationWarning ,
You can’t perform that action at this time.
0 commit comments