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

Releases: SpikeInterface/spikesorters

Release for spikeinterface 0.13.0

28 Jul 16:37
Compare
Choose a tag to compare
  • Updates:
    • Update some docstring
    • Update default params for YASS
    • Remove extra space for combinato
    • Tests on GH actions

Release for spikeinterface 0.12.0

13 Mar 11:02
12e3571
Compare
Choose a tag to compare
  • New sorters:

    • YASS
    • Kilosort3
  • Updates:

    • run_sorter function propagates epochs and times to sorting object
    • propagate raise_error arg to get_result

Release for spikeinterface 0.11.0

09 Dec 17:33
bab707b
Compare
Choose a tag to compare
  • New sorters:

    • Combinato
    • Kilosort2_5
  • Updates:

    • all sorters writing to binary now have n_jobs and chunk_mb as additional parameters to control the write_to_binary_dat function

Release for spikeinterface 0.10.0

28 Aug 07:56
Compare
Choose a tag to compare
  • Improved logging and verbose system
  • Fixed bugs for parallel processing by having supported backends for eash sorter
  • Updates to WaveClus, HDSort
  • Fix param bug in Kilosort
  • Check installed sorters with dynamic is_installed() function