From e1b9299281a7a6ca45d7c273415511f25f01edb1 Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR Date: Sat, 14 Sep 2024 19:41:14 -0300 Subject: [PATCH] REL: bumps rocketpy version to v1.5.0 --- .vscode/settings.json | 3 ++- CHANGELOG.md | 16 +++++++++++++++- docs/conf.py | 2 +- docs/user/installation.rst | 2 +- pyproject.toml | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ddd0efc1f..62481957c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -96,6 +96,7 @@ "Dyllon", "ECMWF", "edgecolor", + "EOMs", "epsabs", "epsrel", "eqsv", @@ -171,8 +172,8 @@ "jupyter", "Kaleb", "Karman", - "labelrotation", "Krasser", + "labelrotation", "linalg", "linestyle", "linewidth", diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f18f49c..6826e98cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,20 @@ Attention: The newest changes should be on top --> ### Added -- ENH: Fix Orientation Param of Inertial Sensors [#688](https://github.com/RocketPy-Team/RocketPy/pull/688) +- + +### Changed + +- + +### Fixed + +- + +## [v1.5.0] - 2024-09-15 + +### Added + - ENH: Adds Sensors classes [#683](https://github.com/RocketPy-Team/RocketPy/pull/683) - DOC: Cavour Flight Example [#682](https://github.com/RocketPy-Team/RocketPy/pull/682) - DOC: Halcyon Flight Example [#681](https://github.com/RocketPy-Team/RocketPy/pull/681) @@ -47,6 +60,7 @@ Attention: The newest changes should be on top --> ### Fixed +- ENH: Fix Orientation Param of Inertial Sensors [#688](https://github.com/RocketPy-Team/RocketPy/pull/688) - BUG: Zero Mass Flow Rate in Liquid Motors breaks Exhaust Velocity [#677](https://github.com/RocketPy-Team/RocketPy/pull/677) - DOC: Fix documentation dependencies [#651](https://github.com/RocketPy-Team/RocketPy/pull/651) - DOC: Fix documentation warnings [#645](https://github.com/RocketPy-Team/RocketPy/pull/645) diff --git a/docs/conf.py b/docs/conf.py index bbab7deb7..eba8fcec2 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.4.3" +release = "1.5.0" # -- General configuration --------------------------------------------------- diff --git a/docs/user/installation.rst b/docs/user/installation.rst index c0655a2ea..a19ba2379 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.4.3 + pip install rocketpy==1.5.0 Optional Installation Method: ``conda`` diff --git a/pyproject.toml b/pyproject.toml index d252e6d70..f15abb333 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rocketpy" -version = "1.4.3" +version = "1.5.0" description="Advanced 6-DOF trajectory simulation for High-Power Rocketry." dynamic = ["dependencies"] readme = "README.md"