summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorMario Mulansky <mario.mulansky@gmx.net>2015-05-18 15:15:36 +0200
committerMario Mulansky <mario.mulansky@gmx.net>2015-05-18 15:15:36 +0200
commit81fc2c20e7360714f218e9bba729ec4387f59aef (patch)
tree417addf9991f6ed49dbac69c717cab715126a607 /Changelog
parentc8f524db6e1add464aa3596ea46534c21096589e (diff)
set version 0.3
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 798403e..519dd3b 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-PySpike v0.2.1:
+PySpike v0.3:
* addition of __version__ attribute
* restructured docs, Readme now only contains basic examples
* performance improvements by introducing specific distance functions
@@ -7,6 +7,8 @@ PySpike v0.2.1:
* 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: