v1.7.0
RocketPy v1.7.0 is out!
🚀New features
- Optional plot saving: Now you can save plots directly using an optional feature, making data visualization more flexible (#597).
- Callback function for Monte Carlo simulations: Added a callback feature to collect additional data during Monte Carlo simulations, offering more customization (#702).
📄Better Documentation
- Spherical caps documentation: Fixed and improved the explanation about tanks spherical caps (#728).
- RED Flight Example: Added detailed documentation for the RED flight example (#733).
- Faraday 2023 Flight Simulation: Included documentation on the Faraday 2023 flight sim (#734).
- Developer documentation enhancements: Improved clarity and structure for developer-related resources (#732).
🐛Bug fixes
- Sideslip angle and damping coefficient calculation: Fixed an issue impacting the accuracy of these calculations (#729).
- Wind speed alignment in weather models: Corrected the position of the
wind_speed
variable in forecast and reanalysis models (#735). - ECMWF weather model updates: Updated the variables dictionary for better compatibility (#736).
- Stochastic fins improvement: Resolved bugs allowing the use of multiple sets of stochastic fins (#737).
📝Pull Requests
Complete description of Pull Requests included in this version:
- MNT: refactoring the data folder by @Gui-FernandesBR in #721
- MNT: refactoring the data folder (#721) by @Gui-FernandesBR in #726
- ENH: Implement optional plot saving by @nalquas in #597
- DOC: fixed documentation about spherical caps by @alessio26gas in #728
- BUG: Sideslip Angle and Damping Coefficient Calculation by @MateusStano in #729
- ENH: Callback function for collecting additional data from Monte Carlo sims by @emtee14 in #702
- DOC: RED Flight Example by @LUCKIN13 in #733
- DOC: Faraday 2023 flight sim by @LUCKIN13 in #734
- BUG: forecast and reanalysis models - move wind_speed to correct position by @WilliamArmst in #735
- BUG: forecast and reanalysis models - update ECMWF weather model variables dictionary by @WilliamArmst in #736
- BUG: Allow multiple sets of stochastic fins by @WilliamArmst in #737
- MNT: Place filename save parameter to the end. by @phmbressan in #739
- DOC: improvements to developers documentation by @Gui-FernandesBR in #732
- GIT: updates develop from master by @Gui-FernandesBR in #740
- GIT: Updates master to v1.7.0 by @Gui-FernandesBR in #731
- REL: update version to 1.7.0 in configuration files by @Gui-FernandesBR in #741
New Contributors
We are happy to say welcome to our newest contributors!!
- @alessio26gas made their first contribution in #728
- @emtee14 made their first contribution in #702
- @WilliamArmst made their first contribution in #735
Full Changelog: v1.6.2...v1.7.0