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
C
filesfim.so
- Included testing enviroment for MPI in
travis.yml
- Changed function arguments in
current_source_density.py
toneo.AnalogSignal
instead list ofneo.AnalogSignal
objects - Fixes to travis and setup configuration files
- Fixed bug in ISI function
isi()
,statistics.py
module - Fixed bug in
dither_spikes(), spike_train_surrogates.py
Minor bug fixes