Releases: OxWearables/stepcount
Releases · OxWearables/stepcount
v2.1.0
What's Changed
- Additional summary metrics:
- Steps per day (min, med, max, avg).
- Walking per day (min, med, max, avg).
- Cadence (peak 1 min, peak 30 min)
- Use hyphen instead of underscore for output filenames: https://developers.google.com/style/filenames
- New entry point:
stepcount-collate-outputs
to collate outputs when processing several files.
v2.0.5
What's Changed
- Fixed column names of output files ddbadca
v2.0.4
What's Changed
- Fixed column names of output files c5ada3d
v2.0.3
What's Changed
- Bumped
actipy
to v2.0.1 which fixes a bug in the cleanup of temporary files.
v2.0.2
What's Changed
- Bumped
actipy==2.0.0
-- this fixes Windows incompatibility.
v2.0.1
What's Changed
- Fix: retrained random forest model, which broke after v2.0.0 b1c78dc
- Fix issue when missing
ResampleRate
(happens when file didn't need resampling) 22b37e3
- Skip check MD5 when user-specified model path 4bf50e2