Releases: OxWearables/actipy
Releases · OxWearables/actipy
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
actipy 3.0.6
What's Changed
- docs: fix wrong docs by @chanshing in #30
- fix actigraph parsing by @angerhang in #34
New Contributors
- @angerhang made their first contribution in #34
Full Changelog: v3.0.5...v3.0.6
actipy 3.0.5
What's Changed
- fix: use squeeze(1) to handle dataframes of shape (1,1) by @chanshing in #27
Full Changelog: v3.0.4...v3.0.5
actipy 3.0.4
What's Changed
- fix: dtype conversion issue in detect_nonwear by @chanshing in #26
Full Changelog: v3.0.3...v3.0.4
actipy 3.0.3
What's Changed
- refactor: drop jpype, use subprocess.call() instead by @chanshing in #25
Full Changelog: v3.0.2...v3.0.3
actipy 3.0.2
What's Changed
- perf(NpyWriter): add support for Datetime dtype 570ea3d
Full Changelog: v3.0.1...v3.0.2
actipy 3.0.1
What's Changed
- Fix: restore fixing nonincr timestamps by @chanshing in #23
Full Changelog: v3.0.0...v3.0.1
actipy 3.0.0
What's Changed
- Performance improvements: Reduce memory usage by @chanshing in #22
Full Changelog: v2.1.1...v3.0.0
actipy 2.1.1
What's Changed
- Pytest: Create joblib test by @chanshing in #19
- Pytest: Add Windows tests by @chanshing in #20
- bugfix(processing.py): exclude unused columns in calibration by @chanshing in #21
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Axivity3 parser: read light data.
- Minor fixes
- Fix missing index name ('time')
- Fix lowpass filter inadvertently changing dtype.