Skip to content

Releases: OxWearables/actipy

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

actipy 3.0.6

12 Apr 06:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.5...v3.0.6

actipy 3.0.5

29 Dec 13:05
Compare
Choose a tag to compare

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

29 Nov 13:59
Compare
Choose a tag to compare

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

23 Nov 16:28
Compare
Choose a tag to compare

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

21 Nov 19:38
Compare
Choose a tag to compare

What's Changed

  • perf(NpyWriter): add support for Datetime dtype 570ea3d

Full Changelog: v3.0.1...v3.0.2

actipy 3.0.1

26 Sep 11:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

actipy 3.0.0

12 Sep 15:38
Compare
Choose a tag to compare

What's Changed

  • Performance improvements: Reduce memory usage by @chanshing in #22

Full Changelog: v2.1.1...v3.0.0

actipy 2.1.1

25 Jul 22:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

27 Jun 17:25
Compare
Choose a tag to compare

What's Changed

  • Axivity3 parser: read light data.
  • Minor fixes
    • Fix missing index name ('time')
    • Fix lowpass filter inadvertently changing dtype.