Skip to content

Commit

Permalink
preparation for release 0.4.3 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
alperyeg authored and mdenker committed Mar 2, 2018
1 parent dbfdde1 commit 08d6ff1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.4.2'
release = '0.4.3'

# 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.4.2.tar.gz
$ cd elephant-0.4.2
$ tar xzf elephant-0.4.3.tar.gz
$ cd elephant-0.4.3
$ python setup.py install
or::
Expand Down
13 changes: 11 additions & 2 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Release Notes
*************

Elephant 0.4.3 release notes
===========================
March 2nd 2018

Other changes
=============
* Bug fixes in `spade` module:
* Fixed an incompatibility with the latest version of an external library

Elephant 0.4.2 release notes
===========================
March 1st 2018
Expand All @@ -20,8 +29,8 @@ New functions
Other changes
=============
* Adapted the `setup.py` to automatically install the spade modules including the compiled `C` files `fim.so`
* Included testing enviroment for MPI in `travis.yml`
* Changed function argumens in `current_source_density.py` to `neo.AnalogSignal` instead list of `neo.AnalogSignal` objects
* Included testing environment for MPI in `travis.yml`
* Changed function arguments in `current_source_density.py` to `neo.AnalogSignal` instead list of `neo.AnalogSignal` objects
* Fixes to travis and setup configuration files
* Fixed bug in ISI function `isi()`, `statistics.py` module
* Fixed bug in `dither_spikes()`, `spike_train_surrogates.py`
Expand Down
2 changes: 1 addition & 1 deletion elephant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
except ImportError:
pass

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

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

0 comments on commit 08d6ff1

Please sign in to comment.