This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
Releases: SpikeInterface/spikesorters
Releases · SpikeInterface/spikesorters
Release for spikeinterface 0.13.0
Release for spikeinterface 0.12.0
-
New sorters:
- YASS
- Kilosort3
-
Updates:
run_sorter
function propagatesepochs
andtimes
to sorting object- propagate
raise_error
arg toget_result
Release for spikeinterface 0.11.0
-
New sorters:
- Combinato
- Kilosort2_5
-
Updates:
- all sorters writing to binary now have
n_jobs
andchunk_mb
as additional parameters to control thewrite_to_binary_dat
function
- all sorters writing to binary now have
Release for spikeinterface 0.10.0
- 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