Releases: stiles/pyfr24
Releases · stiles/pyfr24
Release list
Release v0.1.10
Added
--versionflag to CLI to display current package version
Fixed
- Critical bug fix:
flight-idscommand now works correctly- Was calling non-existent
/api/flight-idsendpoint (returned 404) - Now uses
/api/flight-summary/lightwithregistrationsparameter - Successfully retrieves all flight instances for a given aircraft registration and date range
- Was calling non-existent
- Fixed undefined
labelsargument insmart-exportinteractive selection that could cause AttributeError - Improved error handling for flight lookup by registration
v0.1.9
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:
--timezoneflag 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
Added
smart-exportCLI command for interactive export by flight number and date.- Automatic output directory naming for exports.
toplines.jsonsummary 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
v0.1.6 chore: bump version to 0.1.6 and update changelogs
v0.1.5
v0.1.4
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
pyfr24 0.1.2
This version adds support for KML exports.
CLI release
v0.1.1 Update Python version requirements