Releases: OxWearables/actipy
Releases · OxWearables/actipy
actipy 3.4.2.post0
Full Changelog: v3.4.2...v3.4.2.post0
actipy 3.4.2
What's Changed
- fix(AxivityReader): add freq == 0 error check by @chanshing in #60
Full Changelog: v3.4.1...v3.4.2
actipy 3.4.1
What's Changed
- fix(_read_device): delete mmap object references preventing deletion of temporary directory by @chanshing in #59
Full Changelog: v3.4.0...v3.4.1
actipy 3.4.0
What's Changed
- deprecation: get_stationary_indicator by @chanshing in #54
- refactor: move qc() to processing module, rename to quality_control() and expose to users by @chanshing in #55
- fix(quality-control): check non-increasing timestamps first; dropna when computing wear time by @chanshing in #56
- fix(flag_nonwear): account for NA to calculate wear time stats by @chanshing in #58
- feat(quality-control): add new field DataSpan(days) by @chanshing in #57
Full Changelog: v3.3.0...v3.4.0
actipy 3.3.0
What's Changed
- feat: support to filter by start time, end time, skip days, and cut days by @chanshing in #51
- feat: split detect_nonwear: find_nonwear_segments and flag_nonwear by @chanshing in #53
Full Changelog: v3.2.1...v3.3.0
actipy 3.2.1
What's Changed
- fix(reader.qc): return data, info, not just info by @chanshing in #50
Full Changelog: v3.2.0...v3.2.1
actipy 3.2.0
What's Changed
- Add wear coverage to output properties of info.json file by @aidanacquah in #46
- fix(reader): fix wear coverage bug by @chanshing in #49
- refactor(reader): extract data qc logic to new function by @chanshing in #48
Full Changelog: v3.1.0...v3.2.0
actipy 3.1.0
What's Changed
- refactor(reader): handle empty files gracefully by @chanshing in #40
- feat(axivity6): support for Axivity 6 (gyroscope data) by @aidanacquah in #42
- refactor(read_device): skip return calibration coefficients by default by @chanshing in #45
- Read and extract cwa from command line by @aidanacquah in #43
New Contributors
- @aidanacquah made their first contribution in #42
Full Changelog: v3.0.8...v3.1.0
actipy 3.0.8
What's Changed
- refactor: better calibration error tolerance checks by @chanshing in #39
Full Changelog: v3.0.7...v3.0.8
actipy 3.0.7
What's Changed
- fix(geneactive): trim whitespace when parsing header by @chanshing in #38
Full Changelog: v3.0.6...v3.0.7