Skip to content

Releases: OxWearables/stepcount

v2.1.0

21 Mar 19:50
Compare
Choose a tag to compare

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

23 Feb 16:54
Compare
Choose a tag to compare

What's Changed

  • Fixed column names of output files ddbadca

v2.0.4

23 Feb 16:05
Compare
Choose a tag to compare

What's Changed

  • Fixed column names of output files c5ada3d

v2.0.3

17 Feb 16:02
Compare
Choose a tag to compare

What's Changed

  • Bumped actipy to v2.0.1 which fixes a bug in the cleanup of temporary files.

v2.0.2

15 Feb 16:31
Compare
Choose a tag to compare

What's Changed

  • Bumped actipy==2.0.0 -- this fixes Windows incompatibility.

v2.0.1

13 Feb 15:27
Compare
Choose a tag to compare

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

v2.0.0

10 Feb 21:39
Compare
Choose a tag to compare

First release!