summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorDan Meliza <dan@meliza.org>2017-10-02 12:15:36 -0400
committerMario Mulansky <mario.mulansky@gmx.net>2017-10-04 21:03:20 -0700
commitecd4b5f0f7e93859c1262593e2c09e1eb6775819 (patch)
treeb7c86e256ed73c4900659252758d8381046488ca /Changelog
parentb5d6cd7bfab62fd7fb96570cf99b87aeed419a4d (diff)
defer numpy import to allow install_requires to do its job (fixes #24)
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 2be5e52..21b7cb0 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,9 @@
+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