Skip to content

Commit

Permalink
Prepare Release 0.7.1 (#387)
Browse files Browse the repository at this point in the history
* Prepare Release 0.7.1

* Add MANIFEST.in
  • Loading branch information
mbeyeler committed Jun 22, 2021
1 parent 4509d2f commit 436ea95
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,3 @@
include AUTHORS LICENSE CONTRIBUTING* CODE_OF_CONDUCT* Makefile* MANIFEST.in setup* README.*
recursive-include doc *
recursive-include examples *
9 changes: 6 additions & 3 deletions doc/users/release_notes.rst
Expand Up @@ -9,8 +9,8 @@ Release Notes
**pulse2percept 0.6 was the last version to support Python <= 3.5.**
pulse2percept 0.7+ requires Python 3.6+.

v0.7.1 (2021, planned)
----------------------
v0.7.1 (2021-06-21)
-------------------

New features
~~~~~~~~~~~~
Expand All @@ -20,7 +20,9 @@ New features
Maintenance
~~~~~~~~~~~

* Speed up :py:meth:`pulse2percept.implants.ElectrodeArray.plot` that is used by all implants (:pull:`375`)
* Various implant usability and speed upgrades (:pull:`375`, :pull:`382`, :pull:`383`, :pull:`386`)
* Various stimulus usability and speed upgrades (:pull:`382`, :pull:`383`, :pull:`384`, :pull:`385`)
* Refactor common Cython functions and move them into a ``utils._fast_math`` submodule (:pull:`382`)
* Further speed up the :py:class:`~pulse2percept.models.AxonMapModel` build process (:pull:`369`)
* Improve documentation and usability of various :py:class:`~pulse2percept.models.AxonMapModel` methods (:pull:`370`)
* Disallow lambda<10 for :py:class:`~pulse2percept.models.AxonMapModel` (:pull:`370`)
Expand All @@ -30,6 +32,7 @@ Maintenance
Bug fixes
~~~~~~~~~

* Fix naming convention for :py:class:`~pulse2percept.implants.BVT24` electrodes (:pull:`380`)
* Fix issues with plotting and animating :py:class:`~pulse2percept.percepts.Percept` (:pull:`379`)
* Fix inconsistencies and missing parameters in the [Nanduri2012]_ dataset (:pull:`376`)
* Fix :py:meth:`pulse2percept.models.AxonMapModel.plot` for left eyes (:pull:`367`)
Expand Down
2 changes: 1 addition & 1 deletion pulse2percept/version.py
@@ -1 +1 @@
__version__ = '0.7.1.dev0'
__version__ = '0.7.1'

0 comments on commit 436ea95

Please sign in to comment.