This repository was archived by the owner on Jun 6, 2023. It is now read-only.
Releases: SpikeInterface/spiketoolkit
Releases · SpikeInterface/spiketoolkit
Release for spikeinterface 0.13.0
Release for spikeinterface 0.12.0
-
Bug fixes:
- fix in-place modification of memmap traces
- remove
decimatefromresample - fix mad computation in the presence of channel offsets in
snrby removing median - fixes to amplitude shapes in phy export
CurationSortingExtractorinheritstmo_folder
-
New features:
- added support for
return_scaledoption inget_traces - added support for timestamps with
set_times - added
highpass_fileterandmaskpreprocessors
- added support for
-
Improvements:
- added
channel_locationsin the computation of pca-based metrics - added
linearandcubicinterpolation inremove_artifacts - improved performance of pca computation in terms by saving only a subset of waveforms by default
- added
Release for spikeinterface 0.11.0
-
Bug Fixes:
- Preprocessors and Curators now copy properties and epochs from parent extractor
- Fixed bug in amplitudes retrieval and naming of memmap files
- Recompute waveforms in Phy if waveforms are already computed but on a subset of spikes
- extracellular features are returned as scalar if computed on a single channel
-
New features:
- implemented
get_unit_centers_of_mass - implemented
noise_overlapquality metric
- implemented
-
Improvements:
- improved efficiency and algorithm for
detect_spikesandcompute_channel_spiking_activity(now based ondetect_spikes) - All preprocessors now inherit from a
BasePreprocessorExtractor, that handles common actions
- improved efficiency and algorithm for
Postprocessing update
With this release the postprocessing module has been extensively sped up (#399)
Other changes:
-
compute_channel_spiking_activityfunction now returns spike rates, instead of spike counts -
added
dtypearg toFilterRecordingExtractor -
export_to_phyallows the user to copy binaries or not (copy_binaryargument) -
bug fixes for correct
sampling_frequencyinCurationSortingExtractor
Release for spikeinterface 0.10.0
- Various fixes and improvements to the export_to_phy function
- Improved performance of compute_amplitudes
- Fix indexing bug in validation and curation when a subset of units is used