-
-
Notifications
You must be signed in to change notification settings - Fork 247
Rel/v1.12.0 #935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
MateusStano
wants to merge
38
commits into
master
Choose a base branch
from
rel/v1.12.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Rel/v1.12.0 #935
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 b451c38
Fix CSV column header spacing in FlightDataExporter (#865)
Copilot 9da4565
Enh/custom warning no motor parachute aerosurface (#871)
Bizo883 157042d
Enh/motor thrustcurve api (#870)
Marchma0 8c732d4
ENH: Enable only radial burning (#815)
caioessouza 704c796
ENH: Implementing 3-dof-simulation (#745)
aZira371 02c1827
ENH: Compatibility with MERRA-2 atmosphere reanalysis files #825 (#877)
Monta120 ae46e55
Enh/thrustcurve api cache (#881)
Monta120 d63add7
DOC: fix changelog after recent merges
Gui-FernandesBR 0c8790e
ENH: Add save functionality to _MonteCarloPlots.all method (#884)
Copilot 3cf266b
Fix parallel Monte Carlo simulation showing incorrect iteration count…
Copilot 793e5f6
FIX documentation issues (#886)
Gui-FernandesBR 2b6fa42
Feat/flight comparison (#888)
Monta120 b252199
Enh/bootstrapping for ci estimation (#897)
Marchma0 4ef7e77
FEAT/Rail Button Bending Moments (#901)
Monta120 afb3e3e
Env/flight axial acceleration (#876)
hogatata a5d67c7
ENH: add animations for motor propellant mass and tank fluid volumes …
Bizo883 607af52
ENH: reorganize changelog entries for clarity and consistency
Gui-FernandesBR 45a7369
ENH: Add multi-dimensional drag coefficient support (Cd as function o…
Copilot 14b9984
ENH: 3-dof lateral motion improvement (#883)
aZira371 6eaf99d
TST: add branch coverage for fin_flutter_analysis and fix keyword arg…
erielC eaa9181
MNT: net thrust addition to 3 dof in flight class (#907)
aZira371 a25fd25
Enh/automatically download images (#896)
C8H10O2 45a891e
ENH: Refactor Flight class to improve time node handling and sensor/c…
Gui-FernandesBR 05d7f90
DOCs: Fix documentation build (#908)
Gui-FernandesBR ba77fd5
ENH: replace if elif else chains with match statement (#921)
tibisabau 7a10e29
TST: Add acceptance tests for 3DOF flight simulation based on Bella L…
Copilot c4b03e8
MNT: ruff update
MateusStano 10457f9
Fix incorrect indexing in max_acceleration_power_off_time (#898)
Copilot 8cdb69f
BUG: Duplicate _controllers in Flight.TimeNodes.merge() (#931)
zuorenchen 0df092d
ENH: Improve multi-variable drag compatibility, regular-grid handling…
MateusStano b41e7c3
REL: bump version to 1.12
MateusStano b0bc810
BUG: Fix missing titles in roll parameter plots for fin sets (#934)
Gui-FernandesBR 37dd8de
DOC: HEDY Flight Example (#928)
theDiego21 e5fcc93
ENH: Air brakes controller functions now support 8-parameter signatur…
RahulKrishna145 1544355
REL: bump version to 1.12
MateusStano ccb19ab
Merge branch 'rel/v1.12.0' of https://github.com/RocketPy-Team/Rocket…
MateusStano 1618fb0
MNT: Add pylint disable for too-many-statements in env test
MateusStano File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.