1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
PySpike v0.8
* Support Adaptive versions of distances (Minimum Relevant Time Scale)
* Support Rate Independent Adaptive spike distance
* New function to correct errors in imported SpikeTrain list [reconcile_spike_trains()]
* Avoid problems with np.float deprecation
PySpike v0.7:
* Python 3.10 compatible
* Dropped support for Python2
* Small fixes in tests
* Fixed documentation links
PySpike v0.6:
* Support for computing spike directionality and spike train order
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
* disable_backend_warning property
* several bugfixes
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
|