Skip to content

aircraftdetective Changelog

Note

The format of this log is based on Keep a Changelog.
This project adheres to Semantic Versioning.

0.0.6 (30. November 2025)

Bug Fixes

  • Fixed incorrect use of field MTOW instead of Payload/Range: MTOW in the calculations.aerodynamics.compute_lift_to_drag_ratio module.

0.0.5 (29. October 2025)

Improvements

  • Added processing.operations module with functions for operational metrics calculations based on A4A data.
  • Updated the operations tutorial.
  • Updated the engines tutorial.

0.0.4 (26. October 2025)

Improvements

  • Updated the calculations.allocation module to correctly implement the LMDI method for decomposition analysis.
  • Added first tutorial for aircraft weight metrics.

0.0.3 (08. August 2025)

Improvements

  • Added the calculations.aerodynamics module with functions for aerodynamic calculations.

0.0.2 (08. August 2025)

Improvements

  • Updated the publish_pypi.yml workflow to fix signing the package on PyPI.

0.0.1 (08. August 2025)

Note

Initial release, including only the calculations.engines functions.