Release notes for v1.10.0
A major update to RocketPy library!
🚀 New Features
- RocketPy File: You can now save the relevant information from a RocketPy simulation to
.rpy
file for easier and faster reproducibility of the results. [#800] by @ArthurJWH - Custom Samplers: You can now provide custom samplers in Monte Carlo simulations. [#803] by @Lucas-Prates
- Multivariate Rejection Sampler: You can now re-sample previous Monte Carlo results under new distributions for faster analysis. [#738] by @Lucas-Prates
- Support for the RSE file: Support for the RSE file has been added to the library. [#798] by @juliomachad0
- Net Thrust corrections: RocketPy now takes into account the thrust dependence on the ambient pressure. [#789] by @kevin-alcaniz
- Enviroment from EnviromentAnalysis: You can now create a Environment object from EnvironmentAnalysis
🐛 Bug Fixes!
- Fixed unnecessary Gyroscope Rotation and wrong accelerometer rotation. [#811] by @MateusStano
- Fixed how reference pressure are handled for older
.rpy
files. [#808] by @phmbressan - Fixed non-overshootable simulations error on time parsing. [#807] by @phmbressan
- Fixed Wrong Phi Initialization For nose_to_tail Rockets. [#809] by @MateusStano
- Fixed
StochasticFlight
simulation bug when time_overshoot was None. [#805] by @Lucas-Prates
Full Changelog: v1.9.0...v1.10.0