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
BLD: cross-compile sportgems for armv7 for python3.7, 3.8 and 3.9 and…
… release v0.6.0 (#26)
* cross-compile sportgems for armv7 for python3.7, 3.8 and 3.9
* bump version to 0.6.0 and add changelog entry
ENH: refactor search algorithm and climb factor (#19)
* make naming more use-case specific
* make search algorithm as generic as possible
* big refactoring, make algorithm agnostic to climb/velocity, add find climb in fit
* add python tests and docstrings
* enable passing custom exceptions from rust to python
* raise exception also in case no section was found
* remove valid attribute, no longer needed
* add changelog file