Skip to content

Release 0.4.0

Choose a tag to compare

@alperyeg alperyeg released this 22 Mar 16:12
· 363 commits to master since this release

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