Stepcount

Latest version: v3.7.2

Safety actively analyzes 627310 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

3.7.2

What's Changed
* fix: use median in impute_days for cadence only by chanshing in https://github.com/OxWearables/stepcount/pull/112
* fix: field name is missing ')' by chanshing in https://github.com/OxWearables/stepcount/pull/113
* refactor: add 'Filename' column; rename 'time' column by chanshing in https://github.com/OxWearables/stepcount/pull/114


**Full Changelog**: https://github.com/OxWearables/stepcount/compare/v3.7.1...v3.7.2

3.7.1

What's Changed
* fix: use Int64Dtype, StringDtype to prevent int cast to float when NAs by chanshing in https://github.com/OxWearables/stepcount/pull/111


**Full Changelog**: https://github.com/OxWearables/stepcount/compare/v3.7.0...v3.7.1

3.7.0

What's Changed
* feat: add `--exclude-wear-below` option to exlude days with insufficient wear time by chanshing in https://github.com/OxWearables/stepcount/pull/97
* feat: option --exclude-first-last to exclude first or last day, or both by chanshing in https://github.com/OxWearables/stepcount/pull/98
* ci: use artifacts to prevent http request rate limit exceeded by chanshing in https://github.com/OxWearables/stepcount/pull/99
* refactor: improve how ssl model is loaded by chanshing in https://github.com/OxWearables/stepcount/pull/100
* refactor(ssl): check model loaded first, then check len(X) by chanshing in https://github.com/OxWearables/stepcount/pull/101
* ci: use artifacts for model weights (the joblib files) for reuse by chanshing in https://github.com/OxWearables/stepcount/pull/103
* ci: remove install.yaml by chanshing in https://github.com/OxWearables/stepcount/pull/104
* feat(impute_missing): option to skip full missing days in imputation by chanshing in https://github.com/OxWearables/stepcount/pull/105
* tweaks to adjusted estimates by chanshing in https://github.com/OxWearables/stepcount/pull/106
* fix(skip_full_missing_days): fix bug all() -> any() by chanshing in https://github.com/OxWearables/stepcount/pull/107
* more flexible NA handling when adjusted estimation by chanshing in https://github.com/OxWearables/stepcount/pull/108
* change impute_days default median -> mean by chanshing in https://github.com/OxWearables/stepcount/pull/109


**Full Changelog**: https://github.com/OxWearables/stepcount/compare/v3.6.0...v3.7.0

3.6.0

What's Changed
* Update README.md by KPCOFGS in https://github.com/OxWearables/stepcount/pull/92
* feat: field "Covers24hOK" to check 24h coverage by chanshing in https://github.com/OxWearables/stepcount/pull/95

New Contributors
* KPCOFGS made their first contribution in https://github.com/OxWearables/stepcount/pull/92

**Full Changelog**: https://github.com/OxWearables/stepcount/compare/v3.5.0...v3.6.0

3.5.0

What's Changed
* chore: deprecate median ptiles at; shorten field names by chanshing in https://github.com/OxWearables/stepcount/pull/78
* fix: zero-out predicted steps < steptol by chanshing in https://github.com/OxWearables/stepcount/pull/79
* fix: impute walking separately by chanshing in https://github.com/OxWearables/stepcount/pull/80
* fix: use only walking windows when calculating max by chanshing in https://github.com/OxWearables/stepcount/pull/81
* Fix cadence's `steptol`: normalize to steps/min by chanshing in https://github.com/OxWearables/stepcount/pull/83
* Fix to use `.agg(_aggfn)` instead of `.aggfn()` to correctly handle NAs by chanshing in https://github.com/OxWearables/stepcount/pull/84
* Use coarser grid in imputation: 1-min -> 5-min grid by chanshing in https://github.com/OxWearables/stepcount/pull/85
* Fix cadence adjustment by chanshing in https://github.com/OxWearables/stepcount/pull/86
* Use `.total_seconds()` instead of `.seconds`; Fix `.sum()` of all-NaN to return NaN by chanshing in https://github.com/OxWearables/stepcount/pull/87
* chore(enmo): promptly downsample to reduce computation and memory by chanshing in https://github.com/OxWearables/stepcount/pull/89
* fix(enmo): use .agg(_aggfn) instead of .aggfn() to skipna properly by chanshing in https://github.com/OxWearables/stepcount/pull/90
* Concat ENMO and steps columns into one output dataframe/CSV by chanshing in https://github.com/OxWearables/stepcount/pull/91


**Full Changelog**: https://github.com/OxWearables/stepcount/compare/v3.4.0...v3.5.0

3.4.0

What's Changed
* feat: 95th percentile of cadence by chanshing in https://github.com/OxWearables/stepcount/pull/69
* fix(predict): handle zero-length X inputs by chanshing in https://github.com/OxWearables/stepcount/pull/70
* fix NoneType error by chanshing in https://github.com/OxWearables/stepcount/pull/71
* chore: silence warning 'Mean of empty slice' by chanshing in https://github.com/OxWearables/stepcount/pull/72
* feat: steps 5th & 95th ptiles at; refactor field names by chanshing in https://github.com/OxWearables/stepcount/pull/74
* fix: use only walking windows when calculating 95th cadence by chanshing in https://github.com/OxWearables/stepcount/pull/75
* feat: output minute-level data by chanshing in https://github.com/OxWearables/stepcount/pull/76
* feat: output enmo metrics by chanshing in https://github.com/OxWearables/stepcount/pull/77


**Full Changelog**: https://github.com/OxWearables/stepcount/compare/v3.3.1...v3.4.0

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.