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

v0.9.9

Compare
Choose a tag to compare
@CodyCBakerPhD CodyCBakerPhD released this 04 Feb 18:36
· 1555 commits to main since this release
79df28a

v0.9.9 introduces

  • New BaseSorting object support for the new SpikeInterface API. Note that unit_spike_features are only supported for old SortingExtractor objects, but aside from that there should be no behavioral differences when writing from a SortingExtractor vs. BaseSorting object.
  • Allows ecephys util write functions to return nwbfile objects, and correctly indicates add_* helper functions to require nwbfile objects
  • Critical metadata debugs and testing for ophys data interfaces.
  • Extends support of spikeinterface add_* functions to BaseRecording objects (the new spikeinterface/spikeinterface version) while maintaining back compatibility with old RecordingExtractor objects. No change in behavior is expected in how the functions write to NWB.
  • Adds starting_time control over ecephys ElectricalSeries.
  • Adds bug fixes for CED on certain Mac and Python versions, Neuroscope fixes for newly discovered files, and CellExplorer unit property fixes. - Remaps all file path type inputs to the name 'file_path' where they may have previously been 'filename' or something format specific.