Skip to content

Releases: holgern/pyedflib

pyEDFlib v0.1.9

13 Jun 08:20

Choose a tag to compare

  • Fix proper reading of EDF/BDF files
  • Bug fixes
  • Improved error messages

Authors

  • Zaccharie Ramzi +
  • Holger Nahrstaedt

Issues closed for v0.1.9

  • #16 :Double rounding when writing to file leads to accumulating errors
  • #17 :Error with chb17b_69 in CHB-MIT (Physionet) Database

Pull requests for v0.1.9

  • #15 : Essentially corrected a typo in readme

pyEDFlib v0.1.8

10 May 13:19

Choose a tag to compare

PyEDFlib 0.1.8 Release Notes

  • Fix proper reading of EDF/BDF files
  • Fix writing of EDF/BDF files

Authors

  • Holger Nahrstaedt

Issues closed for v0.1.8

  • #11 : IOError: malloc error
  • #14 : CHB-MIT (Physionet) error - regular EDF not supported anymore

Pull requests for v0.1.8

pyEDFlib v0.1.7

28 Apr 10:05

Choose a tag to compare

  • Fix Crash on 64 Bit
  • Fix strings on python 3
  • Fix edf handle
  • Fix getSignalHeaders

Authors

  • Matthias Klumpp +
  • Holger Nahrstaedt
  • Jukka Zitting +

A total of 3 people contributed to this release.
People with a "+" by their names contributed a patch for the first time.
This list of names is automatically generated, and may not be fully
complete.

Issues closed for v0.1.7

  • #7 Handling of wrong paths
  • #8 Wrong and misleading docstring for setDatarecordDuration
  • #9 : How to close an already opened file?
  • #10 : Incorrect results from calling read_digital_signal when opening more than one file

Pull requests for v0.1.7

  • #12 : Fix getSignalHeaders
  • #13 : Don't crash when writing files on 64bit machines