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