Release 0.4.2
Elephant 0.4.2 release notes
1st March 2018
New functions
- spike_train_generation module:
inhomogeneous_poisson()function
- Modules for Spatio Temporal Pattern Detection (SPADE)
spade_src:- Module SPADE:
spade.py
- Module SPADE:
- Module
statistics.py:- Added CV2 (coefficient of variation for non-stationary time series)
- Module spike_train_correlation.py:
- Added normalization in
cross-correlation histogram()(CCH)
- Added normalization in
Other changes
- Adapted the setup.py to automatically install the spade modules including the compiled
Cfilesfim.so - Included testing enviroment for MPI in
travis.yml - Changed function arguments in
current_source_density.pytoneo.AnalogSignalinstead list ofneo.AnalogSignalobjects - Fixes to travis and setup configuration files
- Fixed bug in ISI function
isi(),statistics.pymodule - Fixed bug in
dither_spikes(), spike_train_surrogates.py
Minor bug fixes