Skip to content

Latest commit

 

History

History
103 lines (71 loc) · 4.66 KB

CHANGELOG.md

File metadata and controls

103 lines (71 loc) · 4.66 KB

RocketPy Change Log

All notable changes to RocketPy project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased] - yyyy-mm-dd

Here we write upgrading notes for brands. It's a team effort to make them as straightforward as possible.

Added

Changed

  • ENH: Function Reverse Arithmetic Priority #488

Fixed

  • ENH: Parachute trigger doesn't work if "Apogee" is used instead of "apogee" #489

[v1.1.2] - 2023-11-25

You can install this version by running pip install rocketpy==1.1.2

Fixed

  • BUG: Function breaks if a header is present in the csv file #485

[v1.1.1] - 2023-11-23

You can install this version by running pip install rocketpy==1.1.1

Added

  • DOC: Added this changelog file #472
  • ENH: Prevent out of bounds Tanks from Instantiation #484 #484

Fixed

  • HOTFIX: Negative Static Margin #476
  • HOTFIX: 2D .CSV Function and missing set_get_value_opt call #478
  • HOTFIX: Tanks Overfill not Being Detected #479

[v1.1.0] - 2023-11-19

You can install this version by running pip install rocketpy==1.1.0

Added

  • DOC: Documentation for Function Class Usage #465
  • DOC: first simulation all_info #466
  • ENH: draw motors #436
  • DOC: add documentation for flight data export. #464
  • ENH: Add mass_flow_rate() to GenericMotor class #459
  • DOC: Add documentation on how to build the docs #452
  • ENH: new Flight.get_solution_at_time() method #441
  • ENH: rocket drawing 419
  • ENH: Adding Stability Margin with Mach dependency #377

Changed

  • ENH: Spherical Caps Included in Total Length #455
    • Important: This changes behavior of TankGeometry.add_spherical_caps()
  • ENH: Clean Plots and Prints sub packages init files #457
  • ENH: Add _MotorPlots Inheritance to Motor Plots Classes #456
  • DOC: organize flight examples folder #429
  • DOC: improve mass and inertia docs #445

Fixed

  • MNT: Refactor exhaust velocity calculation to avoid ZeroDivisionError #470
  • BUG: Fix find_input() Function to Return a Single Value #471
  • DOC: refactor dispersion analysis notebook #463
  • BUG: User input checks added for Function class #451
  • DOC: fix positions and coordinate system documentation page #454
  • MNT: fix env plots legends #440
  • BUG: flight.prints.max_values() fails when launching an EmptyMotor #438
  • BUG: Maintaining Extrapolation when Adding Discrete Functions with Constants #432
  • MNT: Fix env plots max heights #433