Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.15 KB

File metadata and controls

22 lines (14 loc) · 1.15 KB

Release v0.9.15 (2026-02-02)

Features & Improvements

  • Optimize Field.to_bytes with b''.join for better performance. (#4)
  • Remove redundant record re-encoding verification from FitFile.from_bytes for improved performance. (#10)
  • Add proper logging for unknown base types in profile generation. (#17)
  • Add uv support and modernize CLI. (#18)

Bug Fixes

  • Fix test errors. (#2)
  • Optimize get_developer_field lookup and fix StopIteration bug. (#7)

Dependencies

  • Switch the build toolchain to UV (#19)

Miscellany

  • Add Codecov integration for code coverage reporting. (#11)
  • Improve test coverage. (#13)