Skip to content

Releases: pfizer-opensource/scikit-digital-health

Version 0.9.1

25 May 18:03
ac63074

Choose a tag to compare

Rename to scikit-digital-health (skdh)

Minor bug and typo fixes
Updated testing framework

Version 0.9.0

07 May 17:06
9775284

Choose a tag to compare

Changes

  • Activity classification has been fleshed out and now generates endpoints for sedentary/light/moderate/vigorous levels, as well as excluding sleep from the analysis (but reporting results per epoch during sleep if sleep is available)
  • sleep now has its own internal sleep-only wear detection
  • GeneActiv bin reader can now handle differing sampling frequency values between the header and data blocks
  • Axivity reader now can handle multiple bases and periods
  • fs is now a valid input, but if not provided is still computed from the timstamps

Version 0.8.1

01 Apr 14:24
52cfa00

Choose a tag to compare

Added additional date/time information to sit-to-stand output
Added start of activity metrics

Version 0.8.0

19 Feb 17:53
b90aabd

Choose a tag to compare

Changes:

  • Added wear detection algorithm for accelerometer only

Version 0.7.0

11 Feb 21:40
378cdac

Choose a tag to compare

Changes:

  • Add CalibrateAccelerometer method to auto-calibrate already collected at-home data
  • Add rolling statistics methods in utility submodule
  • Fix gait metric computation when using autocovariance functions (Gait Symmetry Index, Stride regularity, etc)
  • Use median for summaries of previously computed metrics (GSI, regularity, etc)
  • Add orientation correction (Moe-Nilsson 1998) as optional to Gait processing
  • ReadBin now returns a temperature array that is the same length as the time and acceleration arrays
  • Standardize file reader function/class names
  • Rolling mean and standard deviation now use almost no additional memory during computation
  • Fixed a bug in the rolling moment extensions that was causing segfaults (return dims freed before final use)

Version 0.6.3

13 Jan 15:29
1eecf9d

Choose a tag to compare

Merge pull request #29 from PfizerRD/lukas-dev

Fix uncaught exception if no gait bouts are available for a day

Version 0.6.2

12 Jan 18:08
b90831d

Choose a tag to compare

Remove cython feature extensions
Remove cython references/requirements in installation instructions

Version 0.6.1

12 Jan 17:42
c25ec7d

Choose a tag to compare

Bug fix for GeneActiv reader when base=0

Feature Refactor

11 Jan 18:21
d771432

Choose a tag to compare

Major changes:

  • Add new c/fortran extensions for features
  • Refactor core features to allow for n-dimensional array inputs

Version 0.5.1

11 Dec 16:05
23519b8

Choose a tag to compare

Changes

  • [Gait] Change CWT scale calculation to better match paper