You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Optimize `Field.to_bytes` with `b''.join` for better performance. ([#4](https://github.com/shaonianche/python_fit_tool/issues/4))
6
+
- Remove redundant record re-encoding verification from `FitFile.from_bytes` for improved performance. ([#10](https://github.com/shaonianche/python_fit_tool/issues/10))
7
+
- Add proper logging for unknown base types in profile generation. ([#17](https://github.com/shaonianche/python_fit_tool/issues/17))
8
+
- Add uv support and modernize CLI. ([#18](https://github.com/shaonianche/python_fit_tool/issues/18))
9
+
10
+
### Bug Fixes
11
+
12
+
- Fix test errors. ([#2](https://github.com/shaonianche/python_fit_tool/issues/2))
13
+
- Optimize `get_developer_field` lookup and fix `StopIteration` bug. ([#7](https://github.com/shaonianche/python_fit_tool/issues/7))
14
+
15
+
### Dependencies
16
+
17
+
- Switch the build toolchain to UV ([#19](https://github.com/shaonianche/python_fit_tool/issues/19))
18
+
19
+
### Miscellany
20
+
21
+
- Add Codecov integration for code coverage reporting. ([#11](https://github.com/shaonianche/python_fit_tool/issues/11))
22
+
- Improve test coverage. ([#13](https://github.com/shaonianche/python_fit_tool/issues/13))
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
> **Note**: This is a community-maintained fork. The original package was removed from PyPI by its author and cannot be restored. This repository continues development and publishing under the same package name.
2
+
1
3
A library for reading and writing Garmin FIT files.
0 commit comments