Releases: OxWearables/stepcount
Releases · OxWearables/stepcount
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
stepcount 3.1.1
What's Changed
- feat: stepcount-generate-commands by @chanshing in #41
- fix: QAt IndexError by @chanshing in #42
Full Changelog: v3.1.0...v3.1.1
stepcount 3.1.0
What's Changed
- feat: steps Q1, Q2, Q3 At by @chanshing in #39
- Option:
--quiet/-qby @chanshing in #40
Full Changelog: v3.0.0...v3.1.0