Skip to content

v1.4.1

Compare
Choose a tag to compare
@Gui-FernandesBR Gui-FernandesBR released this 20 Jul 22:12
· 339 commits to master since this release
cbd6a1d

This is a minor release of rocketpy, which means that a few changes were made to the source code, but no feature has been created.

Installation

You can install this specific version of rocketpy by running: pip install rocketpy==1.4.1

Summary of changes

  • ENH: Insert apogee state into solution list during flight simulation #638
    • This solves a problem where the free stream speed was not equals to zero at the apogee
  • ENH: Environment class major refactor may 2024 #605
    • The environment class has been completely refactored, without any breaking changes.
    • Removed deprecated all_plot_info_returned and all_info_returned methods
    • Reduced ~1000 code lines from the main rocketpy/environment/environment.py file, splitting the code into smaller files
  • MNT: Refactor AeroSurfaces #634
    • The AeroSurface class and its children has been re-organized in the package. No breaking changes were introduced.
  • We are adopting flake8 and pylint in our project. This will allow rocketpy to achieve an even higher level of readability, thus benefiting both developers and final users.

Pull Requests included in this release:

Full Changelog: v1.4.0...v1.4.1