You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds Python 3.13 and drops Python 3.9 support, along with a few quality of life improvements (for example, the NSRR token can now be stored in the config and/or in an environment variable).
This release removes an unnecessary pandas dependency, fixes issues with reading SHHS data, and gets rid of expected warnings during feature extraction.
This release adds a new function which plots ECG records together with (multiple) annotations. We also tweaked the Pan-Tompkins ECG detector to better handle flat data segments at the beginning of a recording. We also switched our documentation to MkDocs, which looks really nice! Finally, we fixed some minor issues and generally improved consistency of our functions – see our CHANGELOG.md for more details.
This release adds more documentation for the Pan-Tompkins R peak detector. Also, the preprocess_rri function now returns a copy instead of working in-place.
This release adds functions for evaluating, saving, and loading sleep stage classification models. WAKE-SLEEP and WAKE-REM-NREM classifiers trained on the MESA dataset are bundled with the package. Further changes include metadata feature extraction and support for Python 3.10.