Skip to content

Releases: RocketPy-Team/RocketPy

Release list

v0.9.6

Choose a tag to compare

@giovaniceotto giovaniceotto released this 05 Sep 03:08
6410eef

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

Choose a tag to compare

@giovaniceotto giovaniceotto released this 11 Aug 01:13

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.allInfo but 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