Skip to content

Release 0.6.0

Choose a tag to compare

@alperyeg alperyeg released this 12 Oct 17:04
· 317 commits to master since this release

Elephant 0.6.0 release notes

October 12th, 2018

New functions

  • cell_assembly_detection module
    • New function to detect higher-order correlation structures such as patterns in parallel spike trains based on Russo et al, 2017.
  • wavelet_transform() function in signal_prosessing.py module
    • Function for computing wavelet transform of a given time series based on Le van Quyen et al. (2001)

Other changes

  • Switched to multiple requirements.txt files which are directly read into the setup.py
  • instantaneous_rate() accepts now list of spiketrains
  • Minor bug fixes