Skip to content

Releases: holgern/pyedflib

v0.1.16

18 Feb 13:29
Compare
Choose a tag to compare
  • Add high-level functions

Authors

  • Holger Nahrstaedt
  • skjerns

Issues closed for v0.1.16

  • Fix issue #64 - request to provide a sample script to de-identify edf

Pull requests for v0.1.16

  • PR #69 - Fix docstring of method setDigitalMaximum
  • PR #66 - Add support for PEP 517 & 518
  • PR #65 - Added high-level functions

v0.1.15

16 Oct 15:57
Compare
Choose a tag to compare
Release 0.1.15

v0.1.14

25 Oct 11:15
Compare
Choose a tag to compare
Prepare next release

v0.1.13

18 Jul 13:36
Compare
Choose a tag to compare
Next release 0.1.13

v0.1.12

18 Jul 13:36
Compare
Choose a tag to compare

pyEDFlib v0.1.11

16 Nov 14:14
Compare
Choose a tag to compare
  • Bug fixes

Authors

  • Holger Nahrstaedt
  • Steffen Heimes +

A total of 2 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.11

  • #21 : Cannot open file containing accented character on Windows

Pull requests for v0.1.11

  • #23 : Fixed Typo edfreader and improve edfwriter

pyEDFlib v0.1.10

04 Sep 15:13
Compare
Choose a tag to compare
  • Add function for access subset of data
  • Improved error messages

Authors

  • Holger Nahrstaedt

Issues closed for v0.1.10

  • #19 : IOError: the file is not EDF(+) or BDF(+) compliant (Label)
  • #20 : access subset of data

Pull requests for v0.1.10

pyEDFlib v0.1.9

13 Jun 08:20
Compare
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
Compare
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
Compare
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