Skip to content

Releases: pfizer-opensource/scikit-digital-health

Version 0.15.4

08 May 14:51
45f07aa
Compare
Choose a tag to compare

Changes

  • Added a reader class for Empatica AVRO files
  • Updated minimum python version to 3.9

What's Changed

Full Changelog: 0.15.3...0.15.4

Version 0.15.3

19 Apr 17:09
6f832fd
Compare
Choose a tag to compare

Changes

  • Added option to provide the fill value for filling gaps when reading CSVs
  • Added checks for too small computation axes when computing bouts for activity metrics

What's Changed

Full Changelog: 0.15.2...0.15.3

Version 0.15.2

08 Apr 14:22
b171b64
Compare
Choose a tag to compare

Changes

  • Updated the ReadCSV function to use less memory in the case that timestamp gaps needed to be filled.

What's Changed

Full Changelog: 0.15.1...0.15.2

Version 0.15.1

29 Mar 15:35
144b9b2
Compare
Choose a tag to compare

Changes

  • Add arguments for handling weird timestamps to ReadCSV
  • Update raw conversion for ReadCSV to be generic for any datastream

What's Changed

Full Changelog: 0.15.0...0.15.1

Version 0.15.0

28 Mar 17:22
fd38fc1
Compare
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
Compare
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
Compare
Choose a tag to compare

Documentation fixes for readthedocs

Version 0.14.1

01 Mar 19:42
5e8ba50
Compare
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
Compare
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
Compare
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