From 4949d18ba4cd05b09f6b75738a185d9152a1dc0f Mon Sep 17 00:00:00 2001 From: MateusStano Date: Sun, 29 Sep 2024 20:44:44 +0200 Subject: [PATCH 1/5] REL: bump version v1.6 --- CHANGELOG.md | 12 +++++++++--- docs/conf.py | 2 +- pyproject.toml | 2 +- rocketpy/environment/environment.py | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5139933..cf4da0a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,9 +32,7 @@ Attention: The newest changes should be on top --> ### Added -- ENH: Generic Surfaces and Generic Linear Surfaces [#680](https://github.com/RocketPy-Team/RocketPy/pull/680) -- ENH: Free-Form Fins [#694](https://github.com/RocketPy-Team/RocketPy/pull/694) -- ENH: Expand Polation Options for ND Functions. [#691](https://github.com/RocketPy-Team/RocketPy/pull/691) +- ### Changed @@ -44,6 +42,14 @@ Attention: The newest changes should be on top --> - +## [v1.6.0] - 2024-09-29 + +### Added + +- ENH: Generic Surfaces and Generic Linear Surfaces [#680](https://github.com/RocketPy-Team/RocketPy/pull/680) +- ENH: Free-Form Fins [#694](https://github.com/RocketPy-Team/RocketPy/pull/694) +- ENH: Expand Polation Options for ND Functions. [#691](https://github.com/RocketPy-Team/RocketPy/pull/691) + ## [v1.5.0] - 2024-09-15 ### Added diff --git a/docs/conf.py b/docs/conf.py index eba8fcec2..d2a0c5413 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ author = "RocketPy Team" # The full version, including alpha/beta/rc tags -release = "1.5.0" +release = "1.6.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index f15abb333..7dc3899ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rocketpy" -version = "1.5.0" +version = "1.6.0" description="Advanced 6-DOF trajectory simulation for High-Power Rocketry." dynamic = ["dependencies"] readme = "README.md" diff --git a/rocketpy/environment/environment.py b/rocketpy/environment/environment.py index 39ce18532..e8b261f3e 100644 --- a/rocketpy/environment/environment.py +++ b/rocketpy/environment/environment.py @@ -2376,7 +2376,7 @@ def load_international_standard_atmosphere(self): # pragma: no cover """ warnings.warn( "load_international_standard_atmosphere() is deprecated in version " - "1.5.0 and will be removed in version 1.7.0. This method is no longer " + "1.6.0 and will be removed in version 1.7.0. This method is no longer " "needed as the International Standard Atmosphere is already calculated " "when the Environment object is created.", DeprecationWarning, From 218881531472804fd64b1d23cefa75fc31198de6 Mon Sep 17 00:00:00 2001 From: MateusStano Date: Sun, 29 Sep 2024 20:44:44 +0200 Subject: [PATCH 2/5] REL: bump version v1.6 --- CHANGELOG.md | 12 +++++++++--- docs/conf.py | 2 +- pyproject.toml | 2 +- rocketpy/environment/environment.py | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5139933..cf4da0a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,9 +32,7 @@ Attention: The newest changes should be on top --> ### Added -- ENH: Generic Surfaces and Generic Linear Surfaces [#680](https://github.com/RocketPy-Team/RocketPy/pull/680) -- ENH: Free-Form Fins [#694](https://github.com/RocketPy-Team/RocketPy/pull/694) -- ENH: Expand Polation Options for ND Functions. [#691](https://github.com/RocketPy-Team/RocketPy/pull/691) +- ### Changed @@ -44,6 +42,14 @@ Attention: The newest changes should be on top --> - +## [v1.6.0] - 2024-09-29 + +### Added + +- ENH: Generic Surfaces and Generic Linear Surfaces [#680](https://github.com/RocketPy-Team/RocketPy/pull/680) +- ENH: Free-Form Fins [#694](https://github.com/RocketPy-Team/RocketPy/pull/694) +- ENH: Expand Polation Options for ND Functions. [#691](https://github.com/RocketPy-Team/RocketPy/pull/691) + ## [v1.5.0] - 2024-09-15 ### Added diff --git a/docs/conf.py b/docs/conf.py index eba8fcec2..d2a0c5413 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ author = "RocketPy Team" # The full version, including alpha/beta/rc tags -release = "1.5.0" +release = "1.6.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index f15abb333..7dc3899ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rocketpy" -version = "1.5.0" +version = "1.6.0" description="Advanced 6-DOF trajectory simulation for High-Power Rocketry." dynamic = ["dependencies"] readme = "README.md" diff --git a/rocketpy/environment/environment.py b/rocketpy/environment/environment.py index 39ce18532..e8b261f3e 100644 --- a/rocketpy/environment/environment.py +++ b/rocketpy/environment/environment.py @@ -2376,7 +2376,7 @@ def load_international_standard_atmosphere(self): # pragma: no cover """ warnings.warn( "load_international_standard_atmosphere() is deprecated in version " - "1.5.0 and will be removed in version 1.7.0. This method is no longer " + "1.6.0 and will be removed in version 1.7.0. This method is no longer " "needed as the International Standard Atmosphere is already calculated " "when the Environment object is created.", DeprecationWarning, From f8f352c810aec6cbb92870fcc77cd44069ec4bd3 Mon Sep 17 00:00:00 2001 From: MateusStano <69485049+MateusStano@users.noreply.github.com> Date: Sun, 29 Sep 2024 20:52:10 +0200 Subject: [PATCH 3/5] Update rocketpy/environment/environment.py Co-authored-by: Gui-FernandesBR <63590233+Gui-FernandesBR@users.noreply.github.com> --- rocketpy/environment/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocketpy/environment/environment.py b/rocketpy/environment/environment.py index e8b261f3e..39ce18532 100644 --- a/rocketpy/environment/environment.py +++ b/rocketpy/environment/environment.py @@ -2376,7 +2376,7 @@ def load_international_standard_atmosphere(self): # pragma: no cover """ warnings.warn( "load_international_standard_atmosphere() is deprecated in version " - "1.6.0 and will be removed in version 1.7.0. This method is no longer " + "1.5.0 and will be removed in version 1.7.0. This method is no longer " "needed as the International Standard Atmosphere is already calculated " "when the Environment object is created.", DeprecationWarning, From 1e46cf2ec45b89470f0c8387c63e91e34b096502 Mon Sep 17 00:00:00 2001 From: MateusStano Date: Sun, 29 Sep 2024 20:53:16 +0200 Subject: [PATCH 4/5] DEV: update instalation --- docs/user/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/installation.rst b/docs/user/installation.rst index a19ba2379..c870cbcb8 100644 --- a/docs/user/installation.rst +++ b/docs/user/installation.rst @@ -19,7 +19,7 @@ If you want to choose a specific version to guarantee compatibility, you may ins .. code-block:: shell - pip install rocketpy==1.5.0 + pip install rocketpy==1.6.0 Optional Installation Method: ``conda`` From a72494bf30c221ae586af67abdd7268ea7a99e11 Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR <63590233+Gui-FernandesBR@users.noreply.github.com> Date: Sun, 29 Sep 2024 15:54:03 -0300 Subject: [PATCH 5/5] Update rocketpy/environment/environment.py --- rocketpy/environment/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocketpy/environment/environment.py b/rocketpy/environment/environment.py index e8b261f3e..39ce18532 100644 --- a/rocketpy/environment/environment.py +++ b/rocketpy/environment/environment.py @@ -2376,7 +2376,7 @@ def load_international_standard_atmosphere(self): # pragma: no cover """ warnings.warn( "load_international_standard_atmosphere() is deprecated in version " - "1.6.0 and will be removed in version 1.7.0. This method is no longer " + "1.5.0 and will be removed in version 1.7.0. This method is no longer " "needed as the International Standard Atmosphere is already calculated " "when the Environment object is created.", DeprecationWarning,