Skip to content

Commit 08d6ff1

Browse files
alperyegmdenker
authored andcommitted
preparation for release 0.4.3 (#141)
1 parent dbfdde1 commit 08d6ff1

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# The short X.Y version.
5454
version = '0.4'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.4.2'
56+
release = '0.4.3'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

doc/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ To download and install manually, download the latest package from http://pypi.p
7373

7474
Then::
7575

76-
$ tar xzf elephant-0.4.2.tar.gz
77-
$ cd elephant-0.4.2
76+
$ tar xzf elephant-0.4.3.tar.gz
77+
$ cd elephant-0.4.3
7878
$ python setup.py install
7979
8080
or::

doc/release_notes.rst

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

5+
Elephant 0.4.3 release notes
6+
===========================
7+
March 2nd 2018
8+
9+
Other changes
10+
=============
11+
* Bug fixes in `spade` module:
12+
* Fixed an incompatibility with the latest version of an external library
13+
514
Elephant 0.4.2 release notes
615
===========================
716
March 1st 2018
@@ -20,8 +29,8 @@ New functions
2029
Other changes
2130
=============
2231
* Adapted the `setup.py` to automatically install the spade modules including the compiled `C` files `fim.so`
23-
* Included testing enviroment for MPI in `travis.yml`
24-
* Changed function argumens in `current_source_density.py` to `neo.AnalogSignal` instead list of `neo.AnalogSignal` objects
32+
* Included testing environment for MPI in `travis.yml`
33+
* Changed function arguments in `current_source_density.py` to `neo.AnalogSignal` instead list of `neo.AnalogSignal` objects
2534
* Fixes to travis and setup configuration files
2635
* Fixed bug in ISI function `isi()`, `statistics.py` module
2736
* Fixed bug in `dither_spikes()`, `spike_train_surrogates.py`

elephant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
except ImportError:
2929
pass
3030

31-
__version__ = "0.4.2"
31+
__version__ = "0.4.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
setup(
4242
name="elephant",
43-
version='0.4.2',
43+
version='0.4.3',
4444
packages=['elephant', 'elephant.test'],
4545
package_data={'elephant': [
4646
os.path.join('current_source_density_src', 'test_data.mat'),

0 commit comments

Comments
 (0)