Alpha version for specialsauce 0.0.3.
The release can be installed from PyPi
python -m pip install --upgrade --pre specialsauce==0.0.3a1
Enhancements
- data loader module `datasets`, including `load_ngp_gap()`
- Training stress formulas from TrainingPeaks
- norm (enabling Normalized Pace and Normalized Power)
- Training Stress Score (TSS)
- Acute Training Load (ATL)
- Chronic Training Load (CTL)
Half-baked ideas
I would advise against using these, or even counting on them existing in the future.
- `core` module
- `notebooks/package_usage.ipynb`: example usage
- `notebooks/hilly_course_comparison.ipynb`: explore if a hilly course could ever be faster than a flat one
- `notebooks/everesting_slope.ipynb`: identify the terrain slope that minimizes energy expenditure for an everesting attempt.
- `util`: right now, this contains half-baked moving averages that replicate TrainingPeaks' implementations.