Releases: RocketPy-Team/RocketPy
Releases · RocketPy-Team/RocketPy
Release list
v0.9.6
Bug Fixes
- Fixed bug where air density was always equal to 1.0 for parachute drag force calculation.
Acknowledgements
- Special thanks to Isabela Maria Mendes Lopes for identifying the bug!
v0.9.5
Bug Fixes
- Updated NOAA atmospheric model addresses so that they can keep working with the new NOAA distribution system.
Enhancements
-
Reorganized the flight class:
-
Created several different functions to plot related variables. Can be very useful when you do not want to use
Flight.allInfobut want sever plots with kinematics or attitude info, for example. -
Started implementing methods to take into account a new flight phase: when the rocket has only one rail button still in the launch rail. Equations of motion still need to be altered.
-
Acknowledgements
- Special thanks to @Gui-FernandesBR for the enhancements.