Rocketpy

Latest version: v1.9.0

Safety actively analyzes 722460 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.9.0

Added

- ENH: Parallel mode for monte-carlo simulations 2 [768](https://github.com/RocketPy-Team/RocketPy/pull/768)
- DOC: ASTRA Flight Example [770](https://github.com/RocketPy-Team/RocketPy/pull/770)
- ENH: Add Eccentricity to Stochastic Simulations [792](https://github.com/RocketPy-Team/RocketPy/pull/792)
- ENH: Introduce the StochasticAirBrakes class [785](https://github.com/RocketPy-Team/RocketPy/pull/785)

Changed

- DEP: Remove Pending Deprecations and Add Warnings Where Needed [794](https://github.com/RocketPy-Team/RocketPy/pull/794)
- DOCS: reshape docs (closes 659) [781](https://github.com/RocketPy-Team/RocketPy/pull/781)
- MNT: EmptyMotor class inherits from Motor(ABC) [779](https://github.com/RocketPy-Team/RocketPy/pull/779)

Fixed

- BUG: do not allow drawing rockets with no aerodynamic surface [774](https://github.com/RocketPy-Team/RocketPy/pull/774)
- BUG: update flight simulation logic to include burn start time [778](https://github.com/RocketPy-Team/RocketPy/pull/778)
- BUG: fixes get_instance_attributes for Flight objects containing a Rocket object without rail buttons [786](https://github.com/RocketPy-Team/RocketPy/pull/786)
- BUG: fixed AGL altitude print for parachutes with lag [788](https://github.com/RocketPy-Team/RocketPy/pull/788)
- BUG: fix the wind velocity factors usage and better visualization of uniform distributions in Stochastic Classes [783](https://github.com/RocketPy-Team/RocketPy/pull/783)

1.8.0

To install this version, run `pip install rocketpy==1.8.0`

Added

- DOC: EREBUS Flight Example [757](https://github.com/RocketPy-Team/RocketPy/pull/757))
- DOC: Lince Flight Example [752](https://github.com/RocketPy-Team/RocketPy/pull/752)
- DOC: Andromeda Flight Example [754](https://github.com/RocketPy-Team/RocketPy/pull/754)
- ENH: create a dataset of pre-registered motors. See 664 [744](https://github.com/RocketPy-Team/RocketPy/pull/744)
- DOC: add Defiance flight example [742](https://github.com/RocketPy-Team/RocketPy/pull/742)
- ENH: Allow for Alternative and Custom ODE Solvers. [748](https://github.com/RocketPy-Team/RocketPy/pull/748)
- ENH: Expansion of Encoders Implementation for Full Flights. [679](https://github.com/RocketPy-Team/RocketPy/pull/679)

Changed

- REL: bumps up rocketpy version to 1.8.0 [762](https://github.com/RocketPy-Team/RocketPy/pull/762)
- ENH: Display more information in MonteCarlo prints and plots [760](https://github.com/RocketPy-Team/RocketPy/pull/760)
- MNT: move piecewise functions to separate file [746](https://github.com/RocketPy-Team/RocketPy/pull/746)
- DOC: flight comparison improvements [755](https://github.com/RocketPy-Team/RocketPy/pull/755)

1.7.1

Changed

- REL: update version to 1.7.1 in configuration files [750](https://github.com/RocketPy-Team/RocketPy/pull/750)
- MNT: Refactor Tank's testing Assertion with CAD data. [678](https://github.com/RocketPy-Team/RocketPy/pull/678)

Fixed

- BUG: Correctly update atmospheric conditions after changing date and location [743](https://github.com/RocketPy-Team/RocketPy/pull/743)

1.7.0

Added

- DOC: GENESIS Flight Example [734](https://github.com/RocketPy-Team/RocketPy/pull/734)
- DOC: Camoes Flight Example [733](https://github.com/RocketPy-Team/RocketPy/pull/733)
- ENH: Callback function for collecting additional data from Monte Carlo sims [702](https://github.com/RocketPy-Team/RocketPy/pull/702)
- ENH: Implement optional plot saving [597](https://github.com/RocketPy-Team/RocketPy/pull/597)

Changed

- REL: update version to 1.7.0 in configuration files [741](https://github.com/RocketPy-Team/RocketPy/pull/741)
- MNT: Place filename save parameter to the end. [739](https://github.com/RocketPy-Team/RocketPy/pull/739)
- DOC: improvements to developers documentation [732](https://github.com/RocketPy-Team/RocketPy/pull/732)

Fixed

- BUG: Allow multiple sets of stochastic fins [737](https://github.com/RocketPy-Team/RocketPy/pull/737)
- BUG: forecast and reanalysis models - Update ECMWF dictionary values [736](https://github.com/RocketPy-Team/RocketPy/pull/736)
- BUG: forecast and reanalysis models - move wind_speed to correct position [735](https://github.com/RocketPy-Team/RocketPy/pull/735)
- BUG: Sideslip Angle and Damping Coefficient Calculation [729](https://github.com/RocketPy-Team/RocketPy/pull/729)
- DOC: fixed documentation about spherical caps [728](https://github.com/RocketPy-Team/RocketPy/pull/728)

1.6.2

Added

- ENH: add structural to total mass ratio for motor and rocket [713](https://github.com/RocketPy-Team/RocketPy/pull/713)

Changed

- REL: bumps up rocketpy version to v1.6.2 [724](https://github.com/RocketPy-Team/RocketPy/pull/724)

Fixed

- BUG: fix export ellipses to kml function [712](https://github.com/RocketPy-Team/RocketPy/pull/712)

1.6.1

Changed

- REL: v1.6.1 [708](https://github.com/RocketPy-Team/RocketPy/pull/708)
- DEP: deprecate NOAA's RuC sounding [706](https://github.com/RocketPy-Team/RocketPy/pull/706)

Fixed

- BUG: Fix Motor Zero Dry Mass Check [710](https://github.com/RocketPy-Team/RocketPy/pull/710)
- BUG: Fix Environment.max_expected_height for custom atmosphere [707](https://github.com/RocketPy-Team/RocketPy/pull/707)
- BUG: Initialize _Controller Init Parameters [703](https://github.com/RocketPy-Team/RocketPy/pull/703)
- BUG: Rail Buttons Not Accepted in Add Surfaces [701](https://github.com/RocketPy-Team/RocketPy/pull/701)
- BUG: Vector encoding breaks MonteCarlo export. [704](https://github.com/RocketPy-Team/RocketPy/pull/704)
- BUG: Single Point Functions Can Not Be Defined [700](https://github.com/RocketPy-Team/RocketPy/pull/700)
- BUG: savetxt Not Accepting lambda Functions [698](https://github.com/RocketPy-Team/RocketPy/pull/698)

Page 1 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.