Skip to content

Release v0.7.0

Compare
Choose a tag to compare
@sco1 sco1 released this 09 Sep 14:19
· 6 commits to main since this release
f2643f2

[0.7.0]

Added

  • #15 Add pyflysight.flysight_proc.FlysightV1 and pyflysight.flysight_proc.FlysightV1FlightLog container classes for interfacing with FlySight V1 track data & metadata
  • #30 Add optional normalization of GPS coordinates in plaintext log files
  • #34 Add CLI pipeline for parsing FlySight V2 flight logs into more user-friendly CSV files.

Changed

  • (Internal) #21 Utilize MkDocs for documentation generation
  • #15 FlySight V1 related parsing helpers now utilize pyflysight.flysight_proc.FlysightV1FlightLog instances rather than bare DataFrames
  • (Internal) Migrate to uv from poetry