Skip to content
This repository was 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 16:02
· 414 commits to master since this release
  • Bug fixes:

    • fixed bug in h5 formats when unsorted channel_ids are used in get_traces
    • copy_epochs function copies epochs for Sub and Multi extractors
    • better handling of memmap objects from base extractor
  • New extractors:

    • CEDRecordingExtractor (for .smrx files)
    • YassSortingExtractor (for YASS sorter)
    • CombinatoSortingExtractor (for Combinato sorter)
    • BlackRock extractors (neo-based)
    • CellExplorerSortingExtractor
  • Updates to Extractors:

    • NwbExtractors: handling of metadata and use timestamps instead of rate
    • NeuroscopeExtractors: handle multiple chanks
    • Mea1k and MaxOne: load spike rates and amplitudes and added SortingExtractors
    • MEArec: update for MEArec >= 1.5
    • SpikeGLX: support for lf and nidq files, support for cbin compression
  • New features:

    • implemented get_ttl_events functionin base RecordingExtractor and for: OpenEphysRecordingExtractor, IntanRecordingExtractor, SpikeGLXRecordingExtractor, Mea1kRecordingExtractor, MaxOneRecordingExtractor
    • time_to_frame and frame_to_time can handle arrays as input