Skip to content

Releases: fgebhart/sportgems

v0.8.0

26 Jul 20:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.8.0

v0.7.1

26 Feb 20:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

24 Feb 20:32
a72c23b
Compare
Choose a tag to compare

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

19 Jun 12:46
3f25cea
Compare
Choose a tag to compare
BLD: cross-compile sportgems for armv7 for python3.7, 3.8 and 3.9 and…

v0.5.0

03 Apr 11:22
Compare
Choose a tag to compare
release v0.5.0

v0.4.2

20 Mar 14:41
Compare
Choose a tag to compare
release v0.4.2.

v0.4.1

11 Mar 18:06
Compare
Choose a tag to compare

v0.4.0

08 Mar 08:03
8dfb962
Compare
Choose a tag to compare

v0.3.0

23 Feb 19:45
Compare
Choose a tag to compare

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

12 Jan 21:53
Compare
Choose a tag to compare

Fixes

  • handle edge cases (e.g. velocity or infinity is now suppressed)