Releases: fgebhart/sportgems
Releases · fgebhart/sportgems
v0.7.0
What's Changed
- FIX: add --skip-existing flag to maturin publish to fix release pipeline by @fgebhart in #27
- DEP: Drop support for py3.7, add support for py3.10 by @fgebhart in #28
Full Changelog: v0.6.0...v0.7.0
v0.6.0
BLD: cross-compile sportgems for armv7 for python3.7, 3.8 and 3.9 and…
v0.3.0
Breaking Change
find_gem
was renamed to find_fastest_section
(in preparation of more interface functions to come)
- the output gem is a python object with the result as attributes instead of a tuple containing the results
- a rust fit parser was added (wip)
v0.2.4
Fixes
- handle edge cases (e.g. velocity or infinity is now suppressed)