Skip to content

v4.0.0

Compare
Choose a tag to compare
@cx1111 cx1111 released this 29 Jun 05:15
· 139 commits to main since this release
225d2a2
  • Supports reading WFDB records that contain FLAC signal files. #372
  • Switches to Poetry for package management. #356
  • Sets Python support to >=3.7
  • 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