summaryrefslogtreecommitdiff
path: root/pyspike/spike_distance.py
AgeCommit message (Collapse)Author
2016-03-09deprecated old multivariate functionsMario Mulansky
with the new interface, the previous functions for computing multivariate profiles and distances are obsolete. This is now noted in the docs.
2016-01-31generic interface for spike distance/profileMario Mulansky
spike_profile and spike_distance now have a generic interface that allows to compute bi-variate and multi-variate results with the same function.
2015-12-14py3: absolute_importIgor Gnatenko
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-07-07add disable_backend_warning propertyMario Mulansky
Users can now disable the warning messages produced when the cython backend is not available by writing spk.disable_backend_warning = True in the beginning
2015-06-24fixed typoMario Mulansky
2015-05-11treatment of empty spike trains in spike distanceMario Mulansky
2015-05-08introduce backend for distance functionMario Mulansky
isi- and spike distances over complete intervals are now computed without obtaining the profile first. This gives more than x2 performance improvements.
2015-05-08renamed cython_distance module -> cython_profilesMario Mulansky
2015-05-08improved error messageMario Mulansky
2015-05-07performance improvementsMario Mulansky
use recursive approach to compute average profile for average multivariate distances, dont compute average multivariate profile, but average distances directly.
2015-04-27updated docsMario Mulansky
2015-04-24changed spike distance to use new SpikeTrain classMario Mulansky
2015-02-03moved cython functions to subdirectoryMario Mulansky
2015-02-03split distance.py into 3 separate modulesMario Mulansky