Releases: OxWearables/stepcount
Releases · OxWearables/stepcount
stepcount 3.4.0
What's Changed
- feat: 95th percentile of cadence by @chanshing in #69
- fix(predict): handle zero-length X inputs by @chanshing in #70
- fix NoneType error by @chanshing in #71
- chore: silence warning 'Mean of empty slice' by @chanshing in #72
- feat: steps 5th & 95th ptiles at; refactor field names by @chanshing in #74
- fix: use only walking windows when calculating 95th cadence by @chanshing in #75
- feat: output minute-level data by @chanshing in #76
- feat: output enmo metrics by @chanshing in #77
Full Changelog: v3.3.1...v3.4.0
stepcount 3.3.1
What's Changed
- fix: peak cadence to nan when not enough data by @chanshing in #68
Full Changelog: v3.3.0...v3.3.1
stepcount 3.3.0
What's Changed
- feat: support specifying custom headers for CSV inputs by @chanshing in #66
Full Changelog: v3.2.5...v3.3.0
stepcount 3.2.5
What's Changed
- refactor: use mean for infer_freq but remove outliers by @chanshing in #64
- fix NaT freq issue when recording is extremely small by @chanshing in #65
Full Changelog: v3.2.4...v3.2.5
stepcount 3.2.4
What's Changed
- fix(hmm_utils): update module name MultinomialHMM -> CategoricalHMM after hmmlearn 0.3.0 by @chanshing in #63
Full Changelog: v3.2.3...v3.2.4
stepcount 3.2.3
What's Changed
- fix(read): handle filenames containing dots, confusing extension by @chanshing in #60
Full Changelog: v3.2.2...v3.2.3
stepcount 3.2.2
What's Changed
- build: bump version: hmmlearn 0.2.7 -> 0.3.* by @chanshing in #55
- ci: include macos in smoke tests by @chanshing in #56
Full Changelog: v3.2.1...v3.2.2
stepcount 3.2.1
What's Changed
- fix: use normal indexing instead of boolean indexing by @chanshing in #54
Full Changelog: v3.2.0...v3.2.1
stepcount 3.2.0
What's Changed
- Feature: Step Timings by @aidanacquah in #46
- Fix: update setup.py to require actipy>=3.0.5 to fix #49 by @muschellij2 in #50
- feat: add option to explicitly pass sample rate by @muschellij2 in #52
New Contributors
- @muschellij2 made their first contribution in #50
Full Changelog: v3.1.2...v3.2.0
stepcount 3.1.2
What's Changed
- docs: pypi-friendly urls by @chanshing in #43
- docs: pypi-friendly instructions by @chanshing in #44
- refactor: adjust overall estimates using weekdaily by @chanshing in #47
- refactor: adjust cadence using weekdaily stats by @chanshing in #48
Full Changelog: v3.1.1...v3.1.2