Skip to content

Commit

Permalink
Release 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Jul 1, 2020
1 parent 21ba3e7 commit 4340559
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
27 changes: 27 additions & 0 deletions doc/release/0.1.18-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
=============================
PyEDFlib 0.1.18 Release Notes
=============================

.. contents::


Authors
=======

* Holger Nahrstaedt
* skjerns
* MeNsaaH


Issues closed for v0.1.18
-------------------------
* Fix issue #72 - Numpy dependency

Pull requests for v0.1.18
-------------------------
* PR #71 - Add more tests
* PR #73 - Install Numpy during installation and not fail when not installed
* PR #74 - added warnings of exceeding min/max
* PR #75 - small fix
* PR #77 - Reading of files with accented chars
* PR #78 - fix highlevel bdf/edf
1 change: 1 addition & 0 deletions doc/source/release.0.1.18.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../release/0.1.18-notes.rst
4 changes: 3 additions & 1 deletion doc/source/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ Release Notes
release.0.1.11
release.0.1.12
release.0.1.15
release.0.1.16
release.0.1.16
release.0.1.17
release.0.1.18
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
MAJOR = 0
MINOR = 1
MICRO = 18
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

# Version of Numpy required for setup
Expand Down Expand Up @@ -262,7 +262,9 @@ def install_for_development(self):
setup(
name="pyEDFlib",
maintainer="Holger Nahrstaedt",
maintainer_email="holger@nahrstaedt.de",
maintainer_email="nahrstaedt@gmail.com",
author='Holger Nahrstaedt',
author_email='nahrstaedt@gmail.com',
url="https://github.com/holgern/pyedflib",
license="BSD",
description="library to read/write EDF+/BDF+ files",
Expand Down

0 comments on commit 4340559

Please sign in to comment.