Skip to content

Release 0.6.4

Compare
Choose a tag to compare
@dizcza dizcza released this 31 Oct 15:10
· 254 commits to master since this release
5dfa042

This release has been made for the 1st Elephant User Workshop.

Main features

  • neo v0.8.0 compatible

New modules

  • GPFA - Gaussian-process factor analysis - dimensionality reduction method for neural trajectory visualization (#233). Note: the API could change in the future.

Buf fixes

  • [signal processing] Keep array_annotations in the output of signal processing functions (#258).
  • [SPADE] Fixed the calculation of the duration of a pattern in the output (#254).
  • [statistics] Fixed automatic kernel selection yields incorrect values (#246).

Improvements

  • Vectorized spike_time_tiling_coefficient() function - got rid of a double for-loop (#244)
  • Reduced the number of warnings during the tests (#238).
  • Removed unused debug code in spade/fast_fca.py (#249).
  • Improved doc string of covariance() and corrcoef() (#260).