-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
============================= | ||
PyEDFlib 0.1.21 Release Notes | ||
============================= | ||
|
||
.. contents:: | ||
|
||
- Include unit tests into python package | ||
- Add manylinux builds | ||
- Fix unit test für ARM | ||
|
||
Authors | ||
======= | ||
|
||
* Holger Nahrstaedt | ||
* skjerns | ||
|
||
Issues closed for v0.1.21 | ||
------------------------- | ||
* Fix issue #99 - The pyedflib File Package does not support Chinese path | ||
* Fix issue #105 - Take hours/days to write signals into edf file using highlevel.write_edf? | ||
* Fix issue #109 - highlevel.read_edf fails with ValueError | ||
|
||
Pull requests for v0.1.21 | ||
------------------------- | ||
* PR #100 - adding unicode read/write tests + workaround windows unicode files | ||
* PR #103 - Verbose options default to False | ||
* PR #106 - add warnings for header length | ||
* PR #107 - Prevent fortran layout | ||
* PR #109 - Round sample rates up to 3 decimals not to int | ||
* PR #116 - fixed wrong variable use in rename_channel function |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.. include:: ../release/0.1.21-notes.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters