Skip to content

Commit

Permalink
Release 0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Jan 21, 2022
1 parent d2c8f94 commit aed3c83
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
35 changes: 35 additions & 0 deletions doc/release/0.1.24-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
=============================
PyEDFlib 0.1.24 Release Notes
=============================

.. contents::

- 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
1 change: 1 addition & 0 deletions doc/source/release.0.1.24.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../release/0.1.24-notes.rst
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 = 24
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

# Version of Numpy required for setup
Expand Down

0 comments on commit aed3c83

Please sign in to comment.