Skip to content

Releases: NeuralEnsemble/elephant

Release 0.4.2

01 Mar 11:19
87b9d3b
Compare
Choose a tag to compare

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 statistics.py:
    • Added CV2 (coefficient of variation for non-stationary time series)
  • Module spike_train_correlation.py:
    • Added normalization in cross-correlation histogram() (CCH)

Other changes

  • Adapted the setup.py to automatically install the spade modules including the compiled C files fim.so
  • Included testing enviroment for MPI in travis.yml
  • Changed function arguments in current_source_density.py to neo.AnalogSignal instead list of neo.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

23 Mar 08:41
Compare
Choose a tag to compare

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

22 Mar 16:12
Compare
Choose a tag to compare

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

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.

Other changes

  • Fixes to travis and setup configuration files.
  • Minor bug fixes.
  • Added module six for Python 2.7 backwards compatibility