Skip to content

Releases: OxWearables/actipy

actipy 3.4.2.post0

18 Dec 13:27
Compare
Choose a tag to compare

actipy 3.4.2

07 Dec 00:03
Compare
Choose a tag to compare

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

15 Nov 17:41
Compare
Choose a tag to compare

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

25 Oct 11:46
Compare
Choose a tag to compare

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

23 Oct 23:08
Compare
Choose a tag to compare

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

23 Oct 00:04
Compare
Choose a tag to compare

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

22 Oct 23:29
Compare
Choose a tag to compare

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

24 Jul 18:26
Compare
Choose a tag to compare

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

Full Changelog: v3.0.8...v3.1.0

actipy 3.0.8

10 Jul 16:06
Compare
Choose a tag to compare

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

10 Jul 14:34
Compare
Choose a tag to compare

What's Changed

  • fix(geneactive): trim whitespace when parsing header by @chanshing in #38

Full Changelog: v3.0.6...v3.0.7