Releases: pfizer-opensource/scikit-digital-health
Releases · pfizer-opensource/scikit-digital-health
Version 0.17.9
Changes
- Second potential fix for float precision cancellation when calculating moving SDev
Version 0.17.8
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
- Version 0.17.8 by @LukasAdamowicz in #190
Full Changelog: 0.17.7...0.17.8
Version 0.17.7
Changes
- Fixed ReadCSV so that it can take in inputs of sampling frequency and utilize it as appropriate
Version 0.17.6
Changes
- Fixed some formatting issues when printing statements about downsampling
Version 0.17.5
Changes
- Update to resampling to adjust AA filter based on if decimating (integer factor) or resampling (rational factor)
What's Changed
- Version 0.17.5 by @LukasAdamowicz in #187
Full Changelog: 0.17.4...0.17.5
Version 0.17.4
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
- Version 0.17.4 by @LukasAdamowicz in #186
Full Changelog: 0.17.3...0.17.4
Version 0.17.3
Changes
- Fixed a bug where trimming data with trim values outside data time could cause indexing issues
Version 0.17.2
Changes
- Fix for trimming data when ingesting files
What's Changed
- Version 0.17.2 by @LukasAdamowicz in #184
Full Changelog: 0.17.1...0.17.2
Version 0.17.1
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
- Version 0.17.1 by @LukasAdamowicz in #183
Full Changelog: 0.17.0...0.17.1
Version 0.17.0
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
- Version 0.17.0 by @LukasAdamowicz in #182
Full Changelog: 0.16.15...0.17.0