Skip to content

Releases: MIT-LCP/wfdb-python

v3.1.0

27 Jul 11:24
1dd4b5c
Compare
Choose a tag to compare

Edits to the package include:

  • Relative imports converted to absolute imports
  • Added sampfreq function
  • Added signame function
  • Added ann2rr function
  • Added wav2mit function
  • Added wfdb2mat function
  • Added mit2edf function
  • Added mit2wav function

v3.0.1

08 Jun 17:15
Compare
Choose a tag to compare

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

1.1.0

05 Jun 14:21
Compare
Choose a tag to compare
  • Add capabilities to read and write all samples in records with multiple samples/frame
  • Large refactor of _signals.py functions for reading dat files
  • Reorganize tests and create additional ones for new functionality
  • Create subfolders within package

1.0.3

14 Apr 14:46
Compare
Choose a tag to compare
setup version

1.0.2

06 Apr 19:38
Compare
Choose a tag to compare
fix gain=0

1.0.1

05 Apr 18:12
Compare
Choose a tag to compare

Class based wfdb record and annotation objects. Now contains functions to read and write records and annotations.

0.1.2

07 Sep 19:29
Compare
Choose a tag to compare

Fixed python2 file download bug. Also readme is now rst.

First release

07 Sep 18:50
Compare
Choose a tag to compare
First release Pre-release
Pre-release
0.1.1

pip installable through pypi