Releases: holgern/pyedflib
Releases · holgern/pyedflib
v0.1.38
v0.1.37
What's Changed
- Apply isort by @DimitriPapadopoulos in #209
- Apply a refurb suggestion that does improve the code by @DimitriPapadopoulos in #246
- Patch edflib.c on Windows to enable opening UTF-8 encoded paths by @myd7349 in #237
- Support Cython 3 by @musicinmybrain in #248
- apply patch for decimal precision min/max values by @skjerns in #252
New Contributors
- @myd7349 made their first contribution in #237
- @musicinmybrain made their first contribution in #248
Full Changelog: v0.1.36...v0.1.37
v0.1.36
v0.1.35 Add crop function and update to Python 3.12
What's Changed
- Add highlevel.crop_edf function by @raphaelvallat in #196
- Remove wheel from pyproject.toml by @cbrnr in #239
- Add support for Python 3.12 by @cbrnr in #240
New Contributors
- @raphaelvallat made their first contribution in #196
Full Changelog: v0.1.34...v0.1.35
v0.1.34 hotfix Cython restriction, docs updates, gender->sex
What's Changed
- add python 3.8 for wheel building by @skjerns in #220
- Update GitHub Actions by @DimitriPapadopoulos in #224
- bitbucket → github by @DimitriPapadopoulos in #223
- Enthought Canopy → Deployment Manager by @DimitriPapadopoulos in #222
- Update setup.py by @wenh06 in #227
- http:// → https:// by @DimitriPapadopoulos in #221
- Update Unicode handling for Python 3 by @DimitriPapadopoulos in #214
- introduces → introduced by @DimitriPapadopoulos in #229
- fix: update sphinx resource hyperlink by @emmanuel-ferdman in #217
- gender → sex by @DimitriPapadopoulos in #212
- hotfix Cython<3, else can't install by @skjerns in #234
New Contributors
- @wenh06 made their first contribution in #227
- @emmanuel-ferdman made their first contribution in #217
Full Changelog: v0.1.33...v0.1.34
v0.1.33 - fix numpy restriction
What's Changed
- remove mention of wavelet in doc by @alistairewj in #200
- fix workflows for external PRs by @skjerns in #206
- Upgrade Python code to Python 3 by @DimitriPapadopoulos in #203
- 3.7 <= Python <= 3.11 by @DimitriPapadopoulos in #204
- Update GitHub Actions by @DimitriPapadopoulos in #205
- Consistent line terminators by @DimitriPapadopoulos in #208
- Discard Python 2 leftovers by @DimitriPapadopoulos in #211
- Delete trailing spaces by @DimitriPapadopoulos in #213
- Remove dependency on the deprecated np.testing.Tester by @hofaflo in #216
- Update authors.py by @DimitriPapadopoulos in #210
New Contributors
- @alistairewj made their first contribution in #200
Full Changelog: v0.1.32...v0.1.33
v0.1.32
Full Changelog: v0.1.31...v0.1.32
v0.1.31
What's Changed
- change win2016 to win2019 as its deprecated by @skjerns in #173
- remove deprecated "mode" parameter by @skjerns in #172
- Fix writing of annotations in very long records by @skjerns in #176
- Support legacy EDF patient and recording fields by @mattbit in #184
- Update top-level LICENSE to BSD-3-Clause to match commit 365197e… by @dthkao in #186
- Remove commented code and merged from develop by @gcathelain in #188
- fix writing of decimal sample frequency by @skjerns in #159
- Fix typos found by codespell by @DimitriPapadopoulos in #191
New Contributors
- @mattbit made their first contribution in #184
- @gcathelain made their first contribution in #188
- @DimitriPapadopoulos made their first contribution in #191
Full Changelog: v0.1.28...v0.1.31