summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorMario Mulansky <mario.mulansky@gmx.net>2015-12-14 17:25:53 +0100
committerMario Mulansky <mario.mulansky@gmx.net>2015-12-14 17:25:53 +0100
commitf7b90618f01d4dbf015b3d21c6c06dec8d26bd9f (patch)
tree799a2fa0e0f7558ece400de15ca8d1358565c066 /Changelog
parentd985f3a8de6ae840c8a127653b3d9affb1a8aa40 (diff)
parent9061f2a0c13134e53f937d730295a421fd671ea3 (diff)
Merge pull request #20 from mariomulansky/develop
Develop merge for version 0.4
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 519dd3b..2be5e52 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,9 @@
+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