Skip to content

Commit 9f2efa0

Browse files
Merge pull request #692 from RocketPy-Team/rel/v1.5.0
REL: bumps rocketpy version to v1.5.0
2 parents 0d6caf2 + e1b9299 commit 9f2efa0

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"Dyllon",
9797
"ECMWF",
9898
"edgecolor",
99+
"EOMs",
99100
"epsabs",
100101
"epsrel",
101102
"eqsv",
@@ -171,8 +172,8 @@
171172
"jupyter",
172173
"Kaleb",
173174
"Karman",
174-
"labelrotation",
175175
"Krasser",
176+
"labelrotation",
176177
"linalg",
177178
"linestyle",
178179
"linewidth",

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,20 @@ Attention: The newest changes should be on top -->
3232

3333
### Added
3434

35-
- ENH: Fix Orientation Param of Inertial Sensors [#688](https://github.com/RocketPy-Team/RocketPy/pull/688)
35+
-
36+
37+
### Changed
38+
39+
-
40+
41+
### Fixed
42+
43+
-
44+
45+
## [v1.5.0] - 2024-09-15
46+
47+
### Added
48+
3649
- ENH: Adds Sensors classes [#683](https://github.com/RocketPy-Team/RocketPy/pull/683)
3750
- DOC: Cavour Flight Example [#682](https://github.com/RocketPy-Team/RocketPy/pull/682)
3851
- 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 -->
4760

4861
### Fixed
4962

63+
- ENH: Fix Orientation Param of Inertial Sensors [#688](https://github.com/RocketPy-Team/RocketPy/pull/688)
5064
- BUG: Zero Mass Flow Rate in Liquid Motors breaks Exhaust Velocity [#677](https://github.com/RocketPy-Team/RocketPy/pull/677)
5165
- DOC: Fix documentation dependencies [#651](https://github.com/RocketPy-Team/RocketPy/pull/651)
5266
- DOC: Fix documentation warnings [#645](https://github.com/RocketPy-Team/RocketPy/pull/645)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "RocketPy Team"
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = "1.4.3"
30+
release = "1.5.0"
3131

3232

3333
# -- General configuration ---------------------------------------------------

docs/user/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you want to choose a specific version to guarantee compatibility, you may ins
1919

2020
.. code-block:: shell
2121
22-
pip install rocketpy==1.4.3
22+
pip install rocketpy==1.5.0
2323
2424
2525
Optional Installation Method: ``conda``

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rocketpy"
3-
version = "1.4.3"
3+
version = "1.5.0"
44
description="Advanced 6-DOF trajectory simulation for High-Power Rocketry."
55
dynamic = ["dependencies"]
66
readme = "README.md"

0 commit comments

Comments
 (0)