Skip to content

Commit

Permalink
Minor release 0.6.2 (NeuralEnsemble#215)
Browse files Browse the repository at this point in the history
* Added release notes

* Updated version numbers

* Updated release notes

* Updated release date.
  • Loading branch information
mdenker committed Apr 23, 2019
1 parent b9680d9 commit b0f328e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.1'
release = '0.6.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ To download and install manually, download the latest package from http://pypi.p

Then::

$ tar xzf elephant-0.6.1.tar.gz
$ cd elephant-0.6.1
$ tar xzf elephant-0.6.2.tar.gz
$ cd elephant-0.6.2
$ python setup.py install
or::
Expand Down
15 changes: 15 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ Release Notes
*************


Elephant 0.6.2 release notes
============================
April 23rd 2019

New functions
-------------
* `signal_processing` module
* New functions to calculate the area under a time series and the derivative of a time series.

Other changes
-------------
* Added support to initialize binned spike train representations with a matrix
* Multiple bug fixes


Elephant 0.6.1 release notes
============================
April 1st 2019
Expand Down
2 changes: 1 addition & 1 deletion elephant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
except ImportError:
pass

__version__ = "0.6.1"
__version__ = "0.6.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

setup(
name="elephant",
version='0.6.1',
version='0.6.2',
packages=['elephant', 'elephant.test'],
package_data={'elephant': [
os.path.join('current_source_density_src', 'test_data.mat'),
Expand Down

0 comments on commit b0f328e

Please sign in to comment.