Skip to content

Releases: stiles/pyfr24

Release v0.1.10

Choose a tag to compare

@stiles stiles released this 12 Oct 19:44

Added

  • --version flag to CLI to display current package version

Fixed

  • Critical bug fix: flight-ids command now works correctly
    • Was calling non-existent /api/flight-ids endpoint (returned 404)
    • Now uses /api/flight-summary/light with registrations parameter
    • Successfully retrieves all flight instances for a given aircraft registration and date range
  • Fixed undefined labels argument in smart-export interactive selection that could cause AttributeError
  • Improved error handling for flight lookup by registration

v0.1.9

Choose a tag to compare

@stiles stiles released this 02 Aug 19:49

What's Included in this release:

Enhanced Visualizations:

  • Professional chart design with clean typography
  • Multiple map backgrounds (CartoDB, ESRI satellite/topo, OSM)
  • Smart time formatting and intelligent tick intervals

Timezone conversion:

  • --timezone flag for CLI and API
  • Automatic DST handling
  • Readable timestamp formatting

Better charts:

  • Publication-ready speed and altitude profiles
  • Human-readable time labels (11:30 AM vs 11:30:00)
  • Comma-separated altitude values (35,000 ft)
  • Timezone indicators on charts

0.1.7

Choose a tag to compare

@stiles stiles released this 27 Apr 00:37

Added

  • smart-export CLI command for interactive export by flight number and date.
  • Automatic output directory naming for exports.
  • toplines.json summary file in each export directory.
  • Progress messages for summary, track fetching, and export steps.

Fixed

  • Correct date range handling for summary queries.

Improved

  • User feedback and workflow for CLI exports.

Version 0.1.6

Choose a tag to compare

@stiles stiles released this 18 Apr 18:38
v0.1.6

chore: bump version to 0.1.6 and update changelogs

v0.1.5

Choose a tag to compare

@stiles stiles released this 18 Apr 17:00

Fixed date handling and validation in client methods. Ensures consistent date formatting and better error messages.

v0.1.4

Choose a tag to compare

@stiles stiles released this 14 Apr 16:20

Added

  • Map visualization enhancements:
    • Customizable orientation options (16:9 horizontal, 9:16 vertical, or auto-detect)
    • Improved flight path styling with clean orange line (#f18851)
    • Adjusted figure dimensions for better display
  • Added Read the Docs documentation setup
    • Configuration files for automatic builds
    • Initial documentation structure
    • API reference framework

Changed

  • Updated map output to use 16:9 aspect ratio by default
  • Improved CLI help text for visualization options
  • Enhanced README with comprehensive examples for map customization

v0.1.3

Choose a tag to compare

@stiles stiles released this 12 Apr 16:28

Feature additions and improvements in this release include:

  • Added KML export functionality
  • Added flight IDs retrieval
  • Added CLI abbreviations
  • Updated documentation

pyfr24 0.1.2

Choose a tag to compare

@stiles stiles released this 11 Apr 00:14

This version adds support for KML exports.

CLI release

Choose a tag to compare

@stiles stiles released this 07 Apr 19:45
v0.1.1

Update Python version requirements