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

Release for spikeinterface 0.11.0

Compare
Choose a tag to compare
@alejoe91 alejoe91 released this 09 Dec 17:18
· 158 commits to master since this release
  • 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_overlap quality metric
  • Improvements:

    • improved efficiency and algorithm for detect_spikes and compute_channel_spiking_activity (now based on detect_spikes)
    • All preprocessors now inherit from a BasePreprocessorExtractor, that handles common actions