summaryrefslogtreecommitdiff
path: root/Changelog
blob: 519dd3b7492520ace4ef7f73c1d4ebdf6ee8d03b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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