Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@kushalkolar kushalkolar released this 28 Feb 08:29
· 184 commits to master since this release

Modified

  • PeakFeatures node will provide warnings instead of exceptions when there are issues w.r.t. a specific peak, such as missing bases or index errors. The offending peaks are ignored, and the the user is provided with information that they can use to check the offending peaks.

Fixed

  • Windows multiprocess fork issues with CNMF runner modules.
  • Use sklearn~=0.23.1 due to tslearn compatibility
  • Use psutil v5.8 instead of v5.7 due to issues on the latest version of mac os
  • Davies-Bouldin function fixed