Skip to content

Releases: pfizer-opensource/scikit-digital-health

Version 0.17.9

22 May 13:26
09d4050

Choose a tag to compare

Changes

  • Second potential fix for float precision cancellation when calculating moving SDev

Version 0.17.8

21 May 16:22
019ced5

Choose a tag to compare

Changes

  • Trying fix for rolling SD calculation to address issue where consistent same values could result in accumulation of float precision errors resulting in negative variances/nan SD values

What's Changed

Full Changelog: 0.17.7...0.17.8

Version 0.17.7

02 May 19:07
917fc0d

Choose a tag to compare

Changes

  • Fixed ReadCSV so that it can take in inputs of sampling frequency and utilize it as appropriate

Version 0.17.6

25 Mar 12:33
f05a074

Choose a tag to compare

Changes

  • Fixed some formatting issues when printing statements about downsampling

Version 0.17.5

05 Mar 18:10
522b250

Choose a tag to compare

Changes

  • Update to resampling to adjust AA filter based on if decimating (integer factor) or resampling (rational factor)

What's Changed

Full Changelog: 0.17.4...0.17.5

Version 0.17.4

04 Mar 16:29
a0de3d6

Choose a tag to compare

Changes

  • Fixed the implementation for downsampling to better handle when the sampling period was much smaller than the start (basically all the time due to handling timestamps)

What's Changed

Full Changelog: 0.17.3...0.17.4

Version 0.17.3

22 Jan 18:18
e9a26c9

Choose a tag to compare

Changes

  • Fixed a bug where trimming data with trim values outside data time could cause indexing issues

Version 0.17.2

03 Dec 20:13
c56ce9c

Choose a tag to compare

Changes

  • Fix for trimming data when ingesting files

What's Changed

Full Changelog: 0.17.1...0.17.2

Version 0.17.1

21 Nov 17:33
a2b2764

Choose a tag to compare

Changes

  • Fixed an edge case with AP axis sign estimation when left/right median were the same
  • Added wake-wear time to the daily output of staudenmayer algorithm

What's Changed

Full Changelog: 0.17.0...0.17.1

Version 0.17.0

20 Nov 14:40
caccd24

Choose a tag to compare

Changes

  • Added a fix for AP sign axis implementation in the gait method that could cause the sign to be incorrectly calculated if there were too many varying height peaks in the ap signal

What's Changed

Full Changelog: 0.16.15...0.17.0