From 4fe9f4373a83902cedd297bd44bf8a97b7357df0 Mon Sep 17 00:00:00 2001 From: Mario Mulansky Date: Sat, 9 Jun 2018 13:36:50 -0700 Subject: Add directionality to docs, bump version --- Changelog | 3 +++ Readme.rst | 9 ++------- doc/pyspike.rst | 5 +++++ setup.py | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Changelog b/Changelog index 21b7cb0..88e16cc 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +PySpike v0.6: + * Support for computing spike directionality and spike train order + PySpike v0.5: * First beta release * Python 2.6 support removed 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 `_. - Requirements and Installation ----------------------------- diff --git a/doc/pyspike.rst b/doc/pyspike.rst index 74ab439..9552fa6 100644 --- a/doc/pyspike.rst +++ b/doc/pyspike.rst @@ -64,6 +64,11 @@ PSTH :undoc-members: :show-inheritance: +Directionality +.. automodule:: pyspike.spike_directionality + :members: + :undoc-members: + :show-inheritance: Helper functions ........................................ diff --git a/setup.py b/setup.py index 52bebd9..b5b01a6 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ elif use_c: # c files are there, compile to binaries setup( name='pyspike', packages=find_packages(exclude=['doc']), - version='0.5.3', + version='0.6.0', cmdclass=cmdclass, ext_modules=ext_modules, include_dirs=[numpy_include()], -- cgit v1.2.3