Releases: NeuralEnsemble/elephant
Releases · NeuralEnsemble/elephant
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
Release 0.4.1
Elephant 0.4.1 release notes
March 23rd 2017
Other changes
- Fix in
setup.py
to correctly import the current source density module - For an overview of latest changes introduced in version 0.4.0 see here
Release 0.4.0
Elephant 0.4.0 release notes
March 22nd 2017
New functions
spike_train_generation
module:- peak detection: peak_detection()
- Modules for Current Source Density:
current_source_density_src
- Module Current Source Density:
KCSD.py
- Module for Inverse Current Source Density:
icsd.py
- Module Current Source Density:
API changes
- Interoperability between Neo 0.5.0 and Elephant
- Elephant has adapted its functions to the changes in Neo 0.5.0,
most of the functionality behaves as before - See Neo documentation for recent changes: http://neo.readthedocs.
- Elephant has adapted its functions to the changes in Neo 0.5.0,
Other changes
- Fixes to travis and setup configuration files.
- Minor bug fixes.
- Added module
six
for Python 2.7 backwards compatibility