Skip to content

Commit

Permalink
Release of version 0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Nov 11, 2021
1 parent 7216dc7 commit 056ebf3
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 2 deletions.
38 changes: 38 additions & 0 deletions doc/release/0.1.23-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
=============================
PyEDFlib 0.1.23 Release Notes
=============================

.. contents::

- Use cibuildwheel for wheel building

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
1 change: 1 addition & 0 deletions doc/source/release.0.1.23.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../release/0.1.23-notes.rst
6 changes: 5 additions & 1 deletion doc/source/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ Release Notes
release.0.1.16
release.0.1.17
release.0.1.18
release.0.1.19
release.0.1.19
release.0.1.20
release.0.1.21
release.0.1.22
release.0.1.23
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
MAJOR = 0
MINOR = 1
MICRO = 23
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

# Version of Numpy required for setup
Expand Down

0 comments on commit 056ebf3

Please sign in to comment.