Skip to content

v3.0.1

Compare
Choose a tag to compare
@Lucas-Mc Lucas-Mc released this 08 Jun 17:15

Edits to the package include:

  • Replaced Physiobank as the host of all record and header files with PhysioNet (“pb_dir" is now “pn_dir”… NOTE: This is a breaking change. The package now references content on the new PhysioNet platform, instead of the archived Physiobank. As a result of updates to the original datasets, the output may not match the output of previous versions.)
  • Removed Python 2 support. Now, only Python 3.5+ is supported.
  • Ability to read 24-bit data files
  • Customizable xlabels for plotting (plot_items)
  • Modify signal datatype (float64/32/16 or int64/32/16/8 depending on whether the signal is physical or not) for faster processing (rdrecord, rdsamp)
  • Read EDF files and convert them to WFDB format (edf2mit)
  • Bug fixes (resample_ann freezing, nested RECORDS download, reading non-UTF characters, syntax errors, value errors)

Further edits include:

  • Improved documentation
  • Addition of classifiers in PyPi for enhanced searching
  • Increased adherence to PEP-8 guidelines in the source code