Skip to content

Kilosort v4.0.3

Compare
Choose a tag to compare
@jacobpennington jacobpennington released this 10 Apr 15:06
· 58 commits to main since this release

This release adds pc_features.npy and pc_feature_ind.npy for use with feature view in Phy. Additionally, the GUI backend was updated from PyQt5 to QtPy, which is compatible with PyQt5, PyQt6, and PySide. This should result in fewer installation issues. If you previously installed Kilosort from source, you will need to reinstall after updating the code to update your GUI dependencies.

Several bug fixes are included as well:

  • dminx will no longer be determined automatically, the default value is 32. This removes a bug with that behavior related to checkerboard electrode layouts. You may need to update the value in the GUI under "extra settings," or click on "reset GUI," to update this.
  • Setting n_pcs to values other than 6 will no longer cause a crash.
  • Fixed bug that could cause negative spike times to be detected for first batch.
  • Added informative errors related to dminx and electrode spacing.
  • Misc fixes to GUI behavior.

Full Changelog: v4.0.2...v4.0.3