Skip to content

Releases: OxWearables/actipy

v2.0.4

07 Jun 13:58
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Fixed missing temperature column.

v2.0.3.post2

19 Apr 19:21
Compare
Choose a tag to compare
workflows: setup-python@v4 & py 3.x

v2.0.3.post1

19 Apr 17:47
Compare
Choose a tag to compare
dont run on push tags

v2.0.3.post0

19 Apr 17:25
Compare
Choose a tag to compare
update package metadata

v2.0.3

21 Mar 20:45
Compare
Choose a tag to compare

What's Changed

  • Use group_keys=False to shut Pandas FutureWarning

v2.0.2

21 Mar 20:42
Compare
Choose a tag to compare

What's Changed

  • Fix bug in detect_nonwear: When input file is too small, stationary_len can become an empty series whose dtype defaults to float in Pandas, making comparison with timedelta types fail.

v2.0.1

17 Feb 15:56
Compare
Choose a tag to compare

What's Changed

  • Fix bug: force copy when loading parsed data, otherwise cleanup of temporary files fails 6a32d7e

v2.0.0

15 Feb 16:08
Compare
Choose a tag to compare

What's Changed

  • Reverted major changes since v0.0.2 involving out-of-memory computation using memmap and tempfile because these were causing issues in Windows, and sometimes in Linux-based clusters. This is a temporary resolution while we look into this.

v1.1.0

01 Oct 06:06
Compare
Choose a tag to compare

What's Changed

  • Minimal required version is now Python 3.8. This is to be able to require numpy>=1.22 which has a vulnerability patch. 3f8ae33
  • More flexible dependencies 3f8ae33
  • Include extra_requires=... in setup.py. Now can use pip install actipy[dev], pip install actipy[dev,docs] etc. for easier dev setup. 7e47fff

v1.0.1 (BROKEN)

01 Oct 05:58
Compare
Choose a tag to compare

This version is BROKEN due to a wrong compiled java code. Use 1.0 or 1.1 instead.

What's Changed

  • Fix critical bug when not enough calibration samples crashed program.
  • Minor improvements to docs, fix typos, etc.