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
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