summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
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: