Skip to content

Commit fe7b86d

Browse files
authored
Release v0.8.0 (#340)
1 parent 9e67193 commit fe7b86d

File tree

4 files changed

+31
-334
lines changed

4 files changed

+31
-334
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![](https://coveralls.io/repos/NeuralEnsemble/elephant/badge.png "Unit Test Coverage")
55
![](https://readthedocs.org/projects/elephant/badge/?version=latest "Documentation Status")
66
![](https://img.shields.io/pypi/v/elephant)
7-
![](https://img.shields.io/pypi/dd/elephant)
7+
![](https://img.shields.io/pypi/dm/elephant)
88
[![Gitter](https://badges.gitter.im/python-elephant/community.svg)](https://gitter.im/python-elephant/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
99

1010
*Elephant* package analyses all sorts of neurophysiological data:

doc/release_notes.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22
Release Notes
33
*************
44

5+
Elephant 0.8.0 release notes
6+
============================
7+
8+
New features
9+
------------
10+
* The `parallel` module is a new experimental module (https://github.com/NeuralEnsemble/elephant/pull/307) to run python functions concurrently. Supports native (pythonic) ProcessPollExecutor and MPI. Not limited to Elephant functional.
11+
* Added an optional `refractory_period` argument, set to None by default, to `dither_spikes` function (https://github.com/NeuralEnsemble/elephant/pull/297).
12+
* Added `cdf` and `icdf` functions in Kernel class to correctly estimate the median index, needed for `instantaneous_rate` function in statistics.py (https://github.com/NeuralEnsemble/elephant/pull/313).
13+
* Added an optional `center_kernel` argument, set to True by default (to behave as in Elephant <0.8.0 versions) to `instantaneous_rate` function in statistics.py (https://github.com/NeuralEnsemble/elephant/pull/313).
14+
15+
New tutorials
16+
-------------
17+
* Analysis of Sequences of Synchronous EvenTs (ASSET) tutorial: https://elephant.readthedocs.io/en/latest/tutorials/asset.html
18+
* Parallel module tutorial: https://elephant.readthedocs.io/en/latest/tutorials/parallel.html
19+
20+
Optimization
21+
------------
22+
* Optimized ASSET runtime by a factor of 10 and more (https://github.com/NeuralEnsemble/elephant/pull/259, https://github.com/NeuralEnsemble/elephant/pull/333).
23+
24+
Python 2.7 and 3.5 deprecation
25+
------------------------------
26+
Python 2.7 and 3.5 are deprecated and will not be maintained by the end of 2020. Switch to Python 3.6+.
27+
28+
Breaking changes
29+
----------------
30+
* Naming convention changes (`binsize` -> `bin_size`, etc.) in almost all Elephant functions (https://github.com/NeuralEnsemble/elephant/pull/316).
31+
32+
533
Elephant 0.7.0 release notes
634
============================
735

0 commit comments

Comments
 (0)