Skip to content

Releases: pfizer-opensource/scikit-digital-health

Version 0.16.0

05 Jun 16:23
ee94e19

Choose a tag to compare

Changes

  • Updated methods to allow either naive (time only) or aware (time + tz_name) time handling

What's Changed

Full Changelog: 0.15.5...0.16.0

Version 0.16.0.post1

05 Jun 19:03
579c0bd

Choose a tag to compare

Version 0.16.0.post1 Pre-release
Pre-release

Changes

  • Fix use of datetime instead of pandas.Timestamp to get todays date for activity plotting

Version 0.15.5.post3

30 May 14:45
ecde78b

Choose a tag to compare

Version 0.15.5.post3 Pre-release
Pre-release

Changes

  • Fix way file is used if files=None in MultiReader

Version 0.15.5.post2

30 May 14:25
7d8fab7

Choose a tag to compare

Version 0.15.5.post2 Pre-release
Pre-release

Changes

  • Accel wear threshold detection checks if there is wear before adjusting for setup criteria

Version 0.15.5.post1

30 May 14:05
881ffd7

Choose a tag to compare

Version 0.15.5.post1 Pre-release
Pre-release

Changes

  • Allow MultiReader to handle passing file instead of files

Version 0.15.5

29 May 18:18
d447e6e

Choose a tag to compare

Changes

  • Added movement detection algorithm to context module
  • Added ability to fill gaps when using the MultiReader

What's Changed

Full Changelog: 0.15.4...0.15.5

Version 0.15.4

08 May 14:51
45f07aa

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

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

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

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