summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2019-07-17 15:34:45 +0200
committerGard Spreemann <gspr@nonempty.org>2019-07-17 15:34:45 +0200
commit7dafdd4535f44a6946592f22ead74bb6dbec8952 (patch)
tree4723ffb85d6d18fb589db65eb08771433a735e87 /Changelog
parentd1f42d4be4676d76242e4148c06004cbf0b7cefa (diff)
parent34bd30415dd93a2425ce566627e24ee9483ada3e (diff)
Merge tag '0.6.0' into debian/sid
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog36
1 files changed, 36 insertions, 0 deletions
diff --git a/Changelog b/Changelog
new file mode 100644
index 0000000..88e16cc
--- /dev/null
+++ b/Changelog
@@ -0,0 +1,36 @@
+PySpike v0.6:
+ * Support for computing spike directionality and spike train order
+
+PySpike v0.5:
+ * First beta release
+ * Python 2.6 support removed
+ * Python 3.6 support added
+ * several bugfixes
+
+PySpike v0.4:
+ * Python 3 support (thanks to Igor Gnatenko)
+ * list interface to SpikeTrain class
+ * disable_backend_warning property
+ * several bugfixes
+
+PySpike v0.3:
+ * addition of __version__ attribute
+ * restructured docs, Readme now only contains basic examples
+ * performance improvements by introducing specific distance functions
+ * performance improvements for multivariate profiles by using recursive
+ approach
+ * new example: performance.py
+ * consistent treatment of empty spike trains
+ * new example: profiles.py
+ * additional functionality: pwc and pwl function classes can now return
+ function values at given time(s)
+
+PySpike v0.2:
+
+ * introduction of SpikeTrain class. Breaking interface change of
+ distance functions
+ * added max_tau parameter to SPIKE-Synchronization
+ * added psth function
+ * restructured modules, separate files for different distance measures
+ * Bugfix for selective multivariate distance
+ * added spike generation function