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

Release for spikeinterface 0.12.0

Compare
Choose a tag to compare
@alejoe91 alejoe91 released this 13 Mar 11:36
· 236 commits to master since this release
  • Bug fixes:

    • fixed locations in SpikeGLXRecordingExtractor
  • New extractors:

    • OpenEphysNPIXExtractor (for neuropixels open ephys files)
    • NeuropixelsDatExtractor (for raw neuropixels dat files)
  • Updates to Extractors:

    • NwbExtractors: added write_scaled and use_times arguments
    • NeuroscopeExtractors: handle multiple chanks
    • MaxOne and MaxTwo Recording and Sorting Extraxtors
    • Removed Mea1kRecordingExtractor
  • New features:

    • added return_scaled argument to get_traces
    • added base scaling mechanism in get_traces using new key_properties gain and offset
    • added base support for timestamps with set_times function both for RecordingExtraxctor and SortingExtractor
    • added annotations to BaseExtractor