Skip to content

Commit a4b42c3

Browse files
Merge pull request #762 from RocketPy-Team/rel/v1.8.0
REL: bumps up rocketpy version to 1.8.0
2 parents 6b46322 + 0cc64c8 commit a4b42c3

File tree

4 files changed

+21
-10
lines changed

4 files changed

+21
-10
lines changed

CHANGELOG.md

+18-7
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,22 @@ Attention: The newest changes should be on top -->
3232

3333
### Added
3434

35+
-
36+
37+
### Changed
38+
39+
-
40+
41+
### Fixed
42+
43+
-
44+
45+
## [v1.8.0] - 2025-01-20
46+
47+
To install this version, run `pip install rocketpy==1.8.0`
48+
49+
### Added
50+
3551
- DOC: EREBUS Flight Example [#757](https://github.com/RocketPy-Team/RocketPy/pull/757))
3652
- DOC: Lince Flight Example [#752](https://github.com/RocketPy-Team/RocketPy/pull/752)
3753
- DOC: Andromeda Flight Example [#754](https://github.com/RocketPy-Team/RocketPy/pull/754)
@@ -40,20 +56,15 @@ Attention: The newest changes should be on top -->
4056
- ENH: Allow for Alternative and Custom ODE Solvers. [#748](https://github.com/RocketPy-Team/RocketPy/pull/748)
4157
- ENH: Expansion of Encoders Implementation for Full Flights. [#679](https://github.com/RocketPy-Team/RocketPy/pull/679)
4258

43-
44-
4559
### Changed
60+
61+
- REL: bumps up rocketpy version to 1.8.0 [#762](https://github.com/RocketPy-Team/RocketPy/pull/762)
4662
- ENH: Display more information in MonteCarlo prints and plots [#760](https://github.com/RocketPy-Team/RocketPy/pull/760)
4763
- MNT: move piecewise functions to separate file [#746](https://github.com/RocketPy-Team/RocketPy/pull/746)
4864
- DOC: flight comparison improvements [#755](https://github.com/RocketPy-Team/RocketPy/pull/755)
4965

50-
### Fixed
51-
52-
-
53-
5466
## [v1.7.1] - 2024-12-07
5567

56-
5768
### Changed
5869

5970
- REL: update version to 1.7.1 in configuration files [#750](https://github.com/RocketPy-Team/RocketPy/pull/750)

docs/conf.py

+1-1
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.7.1"
30+
release = "1.8.0"
3131

3232

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

docs/user/installation.rst

+1-1
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.7.1
22+
pip install rocketpy==1.8.0
2323
2424
2525
Optional Installation Method: ``conda``

pyproject.toml

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

0 commit comments

Comments
 (0)