Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
170e89c
Merge pull request #869 from RocketPy-Team/master
phmbressan Nov 2, 2025
b451c38
Fix CSV column header spacing in FlightDataExporter (#865)
Copilot Nov 21, 2025
9da4565
Enh/custom warning no motor parachute aerosurface (#871)
Bizo883 Nov 26, 2025
157042d
Enh/motor thrustcurve api (#870)
Marchma0 Nov 27, 2025
8c732d4
ENH: Enable only radial burning (#815)
caioessouza Nov 27, 2025
704c796
ENH: Implementing 3-dof-simulation (#745)
aZira371 Nov 27, 2025
02c1827
ENH: Compatibility with MERRA-2 atmosphere reanalysis files #825 (#877)
Monta120 Nov 27, 2025
ae46e55
Enh/thrustcurve api cache (#881)
Monta120 Nov 27, 2025
d63add7
DOC: fix changelog after recent merges
Gui-FernandesBR Nov 27, 2025
0c8790e
ENH: Add save functionality to _MonteCarloPlots.all method (#884)
Copilot Nov 27, 2025
3cf266b
Fix parallel Monte Carlo simulation showing incorrect iteration count…
Copilot Nov 27, 2025
793e5f6
FIX documentation issues (#886)
Gui-FernandesBR Nov 27, 2025
2b6fa42
Feat/flight comparison (#888)
Monta120 Dec 2, 2025
b252199
Enh/bootstrapping for ci estimation (#897)
Marchma0 Dec 2, 2025
4ef7e77
FEAT/Rail Button Bending Moments (#901)
Monta120 Dec 3, 2025
afb3e3e
Env/flight axial acceleration (#876)
hogatata Dec 3, 2025
a5d67c7
ENH: add animations for motor propellant mass and tank fluid volumes …
Bizo883 Dec 3, 2025
607af52
ENH: reorganize changelog entries for clarity and consistency
Gui-FernandesBR Dec 3, 2025
45a7369
ENH: Add multi-dimensional drag coefficient support (Cd as function o…
Copilot Dec 3, 2025
14b9984
ENH: 3-dof lateral motion improvement (#883)
aZira371 Dec 3, 2025
6eaf99d
TST: add branch coverage for fin_flutter_analysis and fix keyword arg…
erielC Dec 4, 2025
eaa9181
MNT: net thrust addition to 3 dof in flight class (#907)
aZira371 Dec 4, 2025
a25fd25
Enh/automatically download images (#896)
C8H10O2 Dec 8, 2025
45a891e
ENH: Refactor Flight class to improve time node handling and sensor/c…
Gui-FernandesBR Dec 9, 2025
05d7f90
DOCs: Fix documentation build (#908)
Gui-FernandesBR Dec 15, 2025
ba77fd5
ENH: replace if elif else chains with match statement (#921)
tibisabau Dec 16, 2025
7a10e29
TST: Add acceptance tests for 3DOF flight simulation based on Bella L…
Copilot Dec 23, 2025
c4b03e8
MNT: ruff update
MateusStano Feb 24, 2026
10457f9
Fix incorrect indexing in max_acceleration_power_off_time (#898)
Copilot Feb 24, 2026
8cdb69f
BUG: Duplicate _controllers in Flight.TimeNodes.merge() (#931)
zuorenchen Feb 28, 2026
0df092d
ENH: Improve multi-variable drag compatibility, regular-grid handling…
MateusStano Mar 8, 2026
b41e7c3
REL: bump version to 1.12
MateusStano Mar 8, 2026
b0bc810
BUG: Fix missing titles in roll parameter plots for fin sets (#934)
Gui-FernandesBR Mar 8, 2026
37dd8de
DOC: HEDY Flight Example (#928)
theDiego21 Mar 8, 2026
e5fcc93
ENH: Air brakes controller functions now support 8-parameter signatur…
RahulKrishna145 Mar 9, 2026
1544355
REL: bump version to 1.12
MateusStano Mar 8, 2026
ccb19ab
Merge branch 'rel/v1.12.0' of https://github.com/RocketPy-Team/Rocket…
MateusStano Mar 9, 2026
1618fb0
MNT: Add pylint disable for too-many-statements in env test
MateusStano Mar 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ cython_debug/
# Docs
*.docx
*.pdf
docs/*.gif

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
Expand Down
5 changes: 1 addition & 4 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ recursive=no
# source root.
source-roots=

# When enabled, pylint would attempt to guess common misconfiguration and emit
# user-friendly hints instead of false-positive error messages.
suggestion-mode=yes

# Allow loading of arbitrary C extensions. Extensions are imported into the
# active Python interpreter and may run arbitrary code.
unsafe-load-any-extension=no
Expand Down Expand Up @@ -229,6 +225,7 @@ good-names=FlightPhases,
center_of_mass_without_motor_to_CDM,
motor_center_of_dry_mass_to_CDM,
generic_motor_cesaroni_M1520,
Re, # Reynolds number

# Good variable names regexes, separated by a comma. If names match any regex,
# they will always be accepted
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
"outerboundaryis",
"overshootable",
"planform",
"pointmassmotor",
"polystyle",
"powerseries",
"Prandtl",
Expand Down
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,52 @@ Attention: The newest changes should be on top -->

### Added

-

### Changed

-

### Fixed

-

## [v1.12.0] - 2026-03-08

### Added

- ENH: Air brakes controller functions now support 8-parameter signature [#854](https://github.com/RocketPy-Team/RocketPy/pull/854)
- TST: Add acceptance tests for 3DOF flight simulation based on Bella Lui rocket [#914] (https://github.com/RocketPy-Team/RocketPy/pull/914_
- ENH: Add background map auto download functionality to Monte Carlo plots [#896](https://github.com/RocketPy-Team/RocketPy/pull/896)
- MNT: net thrust addition to 3 dof in flight class [#907] (https://github.com/RocketPy-Team/RocketPy/pull/907)
- ENH: 3-dof lateral motion improvement [#883](https://github.com/RocketPy-Team/RocketPy/pull/883)
- ENH: Add multi-dimensional drag coefficient support (Cd as function of M, Re, α) [#875](https://github.com/RocketPy-Team/RocketPy/pull/875)
- ENH: Add save functionality to `_MonteCarloPlots.all` method [#848](https://github.com/RocketPy-Team/RocketPy/pull/848)
- ENH: add animations for motor propellant mass and tank fluid volumes [#894](https://github.com/RocketPy-Team/RocketPy/pull/894)
- ENH: Rail button bending moments calculation in Flight class [#893](https://github.com/RocketPy-Team/RocketPy/pull/893)
- ENH: Implement Bootstrapping for Confidence Interval Estimation [#891](https://github.com/RocketPy-Team/RocketPy/pull/897)
- ENH: Built-in flight comparison tool (`FlightComparator`) to validate simulations against external data [#888](https://github.com/RocketPy-Team/RocketPy/pull/888)
- ENH: Add persistent caching for ThrustCurve API [#881](https://github.com/RocketPy-Team/RocketPy/pull/881)
Comment on lines +50 to +60
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The v1.12.0 changelog entries have broken/mismatched links (e.g., [#914] link is missing a closing )/has a trailing _, and the confidence interval entry label [#891] points to PR #897). This will render incorrectly on GitHub/PyPI. Please fix the markdown link syntax and ensure the PR numbers match the URLs.

Copilot uses AI. Check for mistakes.
- ENH: Add axial_acceleration attribute to the Flight class [#876](https://github.com/RocketPy-Team/RocketPy/pull/876)
- ENH: custom warning no motor or aerosurface [#871](https://github.com/RocketPy-Team/RocketPy/pull/871)
- ENH: Add thrustcurve api integration to retrieve motor eng data [#870](https://github.com/RocketPy-Team/RocketPy/pull/870)
- ENH: Compatibility with MERRA-2 atmosphere reanalysis files [#825](https://github.com/RocketPy-Team/RocketPy/pull/825)
- ENH: Enable only radial burning [#815](https://github.com/RocketPy-Team/RocketPy/pull/815)

### Changed

- ENH: Improve multi-variable drag compatibility, regular-grid handling, and related tests/docs [#927](https://github.com/RocketPy-Team/RocketPy/pull/927/changes)
- ENH: replace if elif else chains with match statement [#921](https://github.com/RocketPy-Team/RocketPy/pull/921/changes)
- ENH: Refactor Flight class to improve time node handling and sensor/controllers [#843](https://github.com/RocketPy-Team/RocketPy/pull/843)

### Fixed

- DOC: Fix documentation build [#908](https://github.com/RocketPy-Team/RocketPy/pull/908)
- BUG: energy_data plot not working for 3 dof sims [[#906](https://github.com/RocketPy-Team/RocketPy/issues/906)]
- BUG: Fix CSV column header spacing in FlightDataExporter [#864](https://github.com/RocketPy-Team/RocketPy/issues/864)
- BUG: Fix parallel Monte Carlo simulation showing incorrect iteration count [#806](https://github.com/RocketPy-Team/RocketPy/pull/806)
- BUG: Fix missing titles in roll parameter plots for fin sets [#934](https://github.com/RocketPy-Team/RocketPy/pull/934)
- BUG: Duplicate _controllers in Flight.TimeNodes.merge() [#931](https://github.com/RocketPy-Team/RocketPy/pull/931)

## [v1.11.0] - 2025-11-01

Expand Down Expand Up @@ -71,6 +113,7 @@ Attention: The newest changes should be on top -->
## [v1.10.0] - 2025-05-16

### Added

- ENH: Support for ND arithmetic in Function class. [#810] (https://github.com/RocketPy-Team/RocketPy/pull/810)
- ENH: allow users to provide custom samplers [#803](https://github.com/RocketPy-Team/RocketPy/pull/803)
- ENH: Implement Multivariate Rejection Sampling (MRS) [#738] (https://github.com/RocketPy-Team/RocketPy/pull/738)
Expand Down
Loading