summaryrefslogtreecommitdiff
path: root/Readme.rst
diff options
context:
space:
mode:
authorMario Mulansky <mario.mulansky@gmx.net>2018-06-09 13:36:50 -0700
committerMario Mulansky <mario.mulansky@gmx.net>2018-06-09 13:36:50 -0700
commit4fe9f4373a83902cedd297bd44bf8a97b7357df0 (patch)
treeb4041281815c1240cb515544b476a86e930cf736 /Readme.rst
parent5bdb7363ade21d4fb2bb27e070f45dec537c2de8 (diff)
Add directionality to docs, bump version
Diffstat (limited to 'Readme.rst')
-rw-r--r--Readme.rst9
1 files changed, 2 insertions, 7 deletions
diff --git a/Readme.rst b/Readme.rst
index 0422dad..74b014b 100644
--- a/Readme.rst
+++ b/Readme.rst
@@ -31,19 +31,14 @@ Additionally, depending on the used methods: ISI-distance [1], SPIKE-distance [2
Important Changelog
-----------------------------
+With version 0.6.0, the spike directionality and spike train order function have been added.
+
With version 0.5.0, the interfaces have been unified and the specific functions for multivariate computations have become deprecated.
With version 0.2.0, the :code:`SpikeTrain` class has been introduced to represent spike trains.
This is a breaking change in the function interfaces.
Hence, programs written for older versions of PySpike (0.1.x) will not run with newer versions.
-
-Upcoming Functionality
--------------------------
-
-In an upcoming release, new functionality for analyzing Synfire patterns based on the new measures SPIKE-Order and Spike-Train-Order method will become part of the PySpike library.
-The new measures and algorithms are described in `this preprint <https://arxiv.org/abs/1610.07986>`_.
-
Requirements and Installation
-----------------------------