Release Notes for v1.9.0 🚀
What's Changed
Added
- ENH: Parallel mode for Monte-Carlo simulations 2 by @Gui-FernandesBR in [#768](#768)
- DOC: ASTRA Flight Example by @LUCKIN13 in [#770](#770)
- ENH: Add Eccentricity to Stochastic Simulations by @kevin-alcaniz in [#792](#792)
- ENH: Introduce the StochasticAirBrakes class by @kevin-alcaniz in [#785](#785)
Changed
- DEP: Remove Pending Deprecations and Add Warnings Where Needed by @MateusStano in [#794](#794)
- DOCS: Reshaped documentation (closes #659) by @Gui-FernandesBR in [#781](#781)
- MNT: EmptyMotor class inherits from Motor(ABC) by @Gui-FernandesBR in [#779](#779)
Fixed
- BUG: Do not allow drawing rockets with no aerodynamic surface by @Gui-FernandesBR in [#774](#774)
- BUG: Update flight simulation logic to include burn start time by @Gui-FernandesBR in [#778](#778)
- BUG: Fix get_instance_attributes for Flight objects containing a Rocket object without rail buttons by @leogrosa in [#786](#786)
- BUG: Fixed AGL altitude print for parachutes with lag by @L30-stack in [#788](#788)
- BUG: Fix the wind velocity factors usage and better visualization of uniform distributions in Stochastic Classes by @kevin-alcaniz in [#783](#783)
New Contributors
- @L30-stack made their first contribution in [#788](#788)
- @leogrosa made their first contribution in [#786](#786)
- @kevin-alcaniz made their first contribution in [#783](#783)
Full Changelog: [v1.8.0...v1.9.0](v1.8.0...v1.9.0)