Skip to content

Releases: pfizer-opensource/scikit-digital-health

Version 0.15.0

28 Mar 17:22
fd38fc1

Choose a tag to compare

Changes

  • Add a MultiReader class to handle reading multiple files at once
  • Fix for an issue that could arise when reading CSVs and trying to fill gaps with timestamps that were not perfectly rounded to the sampling frequency date range values.
  • Updated the pipeline save file format
  • Removed ability to read pipeline files saved as JSON files
  • Fixed an issue for when no wear is detected with count wear detection
  • Updated apply_downsample to apply_resample with updated handling of up-sampling

What's Changed

Full Changelog: 0.14.2...0.15.0

Version 0.14.2

26 Mar 14:45
f006299

Choose a tag to compare

Changes

  • Update CSV reader to be able to handle generic data types, not just acceleration
  • Fixed a bug with the day window calculation where it could get stuck if a target value was exactly halfway between two consecutive timestamps
  • Updated pandas version
  • Consolidated requirements into pyproject.toml

What's Changed

Full Changelog: 0.14.1...0.14.2

Version 0.14.1.post1

01 Mar 20:41
7cc8962

Choose a tag to compare

Documentation fixes for readthedocs

Version 0.14.1

01 Mar 19:42
5e8ba50

Choose a tag to compare

Changes

  • Misc documentation fixes
  • APDM reader can now convert timestamps to local time

What's Changed

Full Changelog: 0.14.0...0.14.1

Version 0.14.0

07 Feb 20:16
01ab47d

Choose a tag to compare

Changes

  • Windowing of days is now consolidated into a single function, skdh.preprocessing.GetDayWindowIndices
  • skdh.io reader methods no longer return day indices

What's Changed

Full Changelog: 0.13.2...0.14.0

Version 0.13.2

24 Jan 19:18
d693574

Choose a tag to compare

Changes

  • Add the ability to pass a timezone into ReadCSV to convert to local time.
  • Move context detection to its own submodule

What's Changed

Full Changelog: 0.13.1...0.13.2

Version 0.13.02a2

12 Dec 20:34
4f8a152

Choose a tag to compare

Version 0.13.02a2 Pre-release
Pre-release

Changes

  • Fixed sleep not returning its results
  • Fixed issue with little/no data when computing actvitiy signal feature metrics

Version 0.13.2a1

12 Dec 19:03
59f9432

Choose a tag to compare

Version 0.13.2a1 Pre-release
Pre-release

Changes

-Add minutes output columns for total time, wear, and wear-wake time for activity outputs

  • Add various activity features - miscellaneous signal features, DFA alpha & ABI, and equal average bout duration threshold

Version 0.13.1

07 Dec 13:27
ba73652

Choose a tag to compare

Changes

  • Fixed shipping criteria not being checked when set to a boolean value (#125 )
  • Add date to the gait output
  • Add day start/end to the activity output
  • Added detrended fluctuation analysis
  • Fixed an issue with the Calibration function that would trigger with smaller amounts of data
  • Fixed an issue with GaitLumbar resulting from sampling frequency less than 40hz when trying to filter with a 20hz cutoff

What's Changed

Full Changelog: 0.13.0...0.13.1

Version 0.13.0

15 Nov 14:22
df0cf33

Choose a tag to compare

Changes

  • Gait v3

What's Changed

Full Changelog: 0.12.1...0.13.0