Releases: holgern/pyedflib
Releases · holgern/pyedflib
v0.1.26
- replace imp with importlib
- add missing MANIFEST.in (fixes #168)
Authors
- Holger Nahrstaedt
- skjerns
Issues closed for v0.1.26
- #165 DeprecationWarning (imp)
- #168 0.1.25 fails to configure: ValueError: 'pyedflib/_extensions/_pyedflib.pyx' doesn't match any files
Pull requests for v0.1.26
- #166 replace imp with imporlib
v0.1.25
v0.1.24
PyEDFlib 0.1.24 Release Notes
- Add support for python 3.10
- Remove version limit for numpy
Authors
- Holger Nahrstaedt
- skjerns
- hofaflo
- jcbsv
- cbrnr
Issues closed for v0.1.24
- #149 Support building with a system copy of edflib?
- #152 Error installing pyEDFlib 0.1.23 with python3.10
- #157 Problem loading EDF+ Patientname with Subfields starting with 'X' e.g. PatientCode='XYZ'
Pull requests for v0.1.24
- #147 np.float is deprecated
- #151 Fix false positive fortran order warning
- #153 Remove limit on numpy version
- #154 Build Python 3.10 wheels for aarch64
- #155 Run tests on Python 3.10
- #158 replace lines in accordance with edflib
- #160 Add tests for ChannelDoesNotExist Exception
- #162 Cleanup CIs
- #163 Remove appveyor, tox & add windows-2016
v0.1.23
Authors
- Holger Nahrstaedt
- skjerns
- LucaCerina
- wmvanvliet
- cfranklin11
- BlakeJC94
Issues closed for v0.1.23
- #145 Typo in write_edf documentation
- #142 set_physical_minimum return value is missing
- #133 Trigger UTF8-filename warning only if it's really the case
- #132 Add warning if header is too long or contains unrecognized header fields
Pull requests for v0.1.23
- #124 updated edfWriter:setSignalHeaders to update default dicts instead of overwriting
- #126 Fix annotation bytestring
- #127 Cleanup travis buildscript
- #125 non-empty data check in edfwriter to prevent unknown OS error
- #121 Fix sample frequencies for record duration != 1
- #134 add warnings if dmin/dmax/pmin/pmax is out of bounds
- #135 split up Errors in FileNotFoundError and OSError
- #136 suppress warnings in tests
- #114 Be less strict about prefilter fields
- #137 improved speedup write with F-contiguous arrays