Skip to content

Latest commit

 

History

History
105 lines (83 loc) · 7.79 KB

CHANGELOG.md

File metadata and controls

105 lines (83 loc) · 7.79 KB

[UNRELEASED] - YYYY-MM-DD

Added

Changed

  • Split get_config function into get_config and get_config_value to get the entire configuration (as a dictionary) or an individual configuration key, respectively (#229 by Clemens Brunner)

Fixed

[0.5.8] - 2024-05-21

Changed

[0.5.7] - 2024-02-08

Added

[0.5.6] - 2023-12-22

Changed

[0.5.5] - 2023-06-01

Changed

[0.5.4] - 2023-04-13

Changed

[0.5.3] - 2022-12-05

Added

  • Do not redownload GUDB data sets if they are already stored locally (#112 by Clemens Brunner)
  • Add sleepecg.plot_ecg and sleepecg.ECGRecord.plot functions for plotting ECG with beat annotations (#116 by Clemens Brunner)

Changed

  • The detector benchmark example now requires only those packages that are actually used in the benchmark (#114 by Clemens Brunner)
  • The Pan-Tompkins detector detects flat data at the beginning of a recording to avoid messing up its thresholds (#87 by Raphael Vallat)
  • Switch documentation from Sphinx to MkDocs (#119 by Clemens Brunner)
  • Remove unnecessary detection of first zero-crossing in Pan-Tompkins detector (#120 by Clemens Brunner)
  • Move data_dir parameter in download_physionet to last position (#129 by Clemens Brunner)

Fixed

  • Fix bug where setting user config values lets get_config retrieve the wrong key (#123 by Florian Hofer)

[0.5.2] - 2022-08-02

Fixed

[0.5.1] - 2022-07-21

Added

  • Add more tests and documentation for the Pan-Tompkins detector (#89 by Raphael Vallat)

Changed

  • The preprocess_rri function no longer operates in-place and instead returns a copy of the input array (#91 by Raphael Vallat)

[0.5.0] - 2022-03-22

Added

[0.4.1] - 2022-01-14

Fixed

  • Fix reader_dispatch in examples/benchmark/utils.py not yielding anything (#68 by Florian Hofer)

[0.4.0] - 2022-01-11

Added

Changed

  • Export members of sleepecg.io to main package (#56 by Florian Hofer)
  • Reader functions now have records_pattern as their first parameter and data_dir is the last one (#65 by Florian Hofer)

[0.3.0] - 2021-08-25

Added

Changed

[0.2.0] - 2021-08-11

Added

Fixed

[0.1.0] - 2021-07-29

Added