Skip to content

Commit

Permalink
Merge pull request #692 from RocketPy-Team/rel/v1.5.0
Browse files Browse the repository at this point in the history
REL: bumps rocketpy version to v1.5.0
  • Loading branch information
Gui-FernandesBR authored Sep 15, 2024
2 parents 0d6caf2 + e1b9299 commit 9f2efa0
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"Dyllon",
"ECMWF",
"edgecolor",
"EOMs",
"epsabs",
"epsrel",
"eqsv",
Expand Down Expand Up @@ -171,8 +172,8 @@
"jupyter",
"Kaleb",
"Karman",
"labelrotation",
"Krasser",
"labelrotation",
"linalg",
"linestyle",
"linewidth",
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9f2efa0

Please sign in to comment.