Releases: pfizer-opensource/scikit-digital-health
Releases · pfizer-opensource/scikit-digital-health
Version 0.16.0
Changes
- Updated methods to allow either naive (time only) or aware (time + tz_name) time handling
What's Changed
- Version 0.15.5.post1 by @LukasAdamowicz in #158
- Version 0.15.5.post2 by @LukasAdamowicz in #159
- Version 0.15.5.post3 by @LukasAdamowicz in #160
- Version 0.16.0 by @LukasAdamowicz in #161
Full Changelog: 0.15.5...0.16.0
Version 0.16.0.post1
Changes
- Fix use of datetime instead of pandas.Timestamp to get todays date for activity plotting
Version 0.15.5.post3
Changes
- Fix way file is used if files=None in MultiReader
Version 0.15.5.post2
Changes
- Accel wear threshold detection checks if there is wear before adjusting for setup criteria
Version 0.15.5.post1
Changes
- Allow MultiReader to handle passing file instead of files
Version 0.15.5
Changes
- Added movement detection algorithm to context module
- Added ability to fill gaps when using the MultiReader
What's Changed
- Added motion detection. Split ambulation and motion into own files. Added tests. by @yiorg in #151
- create bug template by @LukasAdamowicz in #152
- Added additional motion detection algorithm and associated tests. by @yiorg in #153
- Version 0.15.5 by @LukasAdamowicz in #157
Full Changelog: 0.15.4...0.15.5
Version 0.15.4
Changes
- Added a reader class for Empatica AVRO files
- Updated minimum python version to 3.9
What's Changed
- Version 0.15.4 by @LukasAdamowicz in #150
Full Changelog: 0.15.3...0.15.4
Version 0.15.3
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
- Version 0.15.3 by @LukasAdamowicz in #149
Full Changelog: 0.15.2...0.15.3
Version 0.15.2
Changes
- Updated the ReadCSV function to use less memory in the case that timestamp gaps needed to be filled.
What's Changed
- Version 0.15.2 by @LukasAdamowicz in #148
Full Changelog: 0.15.1...0.15.2
Version 0.15.1
Changes
- Add arguments for handling weird timestamps to ReadCSV
- Update raw conversion for ReadCSV to be generic for any datastream
What's Changed
- Version 0.15.1 by @LukasAdamowicz in #147
Full Changelog: 0.15.0...0.15.1