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
Supports reading multi-frequency multi-segment records. #331
Supports plotting multi-frequency data using plot_wfdb. #348
Plots annotations on top of signals in plot functions. #345
Aligns signals horizontally in plot_wfdb if possible by default. #390
Correctly handles sample numbers > 2**31 in annotation files. #328
Fixes bugs when reading formats 8, 310, and 311. #327
Removes the ability for rdrecord and rdsamp to read EDF and WAV files. #370
Renames edf2mit, mit2edf, wav2mit, mit2wav, and csv2mit to read_edf, wfdb_to_edf, read_wav, wfdb_to_wav, and csv_to_wfdb respectively. #370 See also this note.
Moves the above format conversion functions to the wfdb.io.convert submodule. #370