2.4.0
Major changes
-
Added new
TimeSeriesReferenceVectorDatatype for referencing
ranges ofTimeSeriesfrom aVectorDatacolumn (#470) -
Integrated the intracellular electrophysiology experiment metadata
table structure developed as part of the ndx-icephys-meta
extension project with NWB (#470). This includes the following new
types:-
IntracellularRecordingsTableis anAlignedDynamicTablefor
managing individual intracellular recordings and to group
together a stimulus and response from a single electrode
recording. The table contains the following category tables:IntracellularElectrodesTable; aDynamicTablefor
storing metadata about theIntracellularElectrodeusedIntracellularStimuliTable; aDynamicTablefor
storing metadata about the recorded stimulus
TimeSeriesusing the new
TimeSeriesReferenceVectorDatatype to reference
TimeSeriesIntracellularResponsesTable; aDynamicTablefor
storing metadata about the recorded response
TimeSeriesusing the new
TimeSeriesReferenceVectorDatatype to reference
TimeSeries
-
SimultaneousRecordingsTableis aDynamicTablefor grouping
different intracellular recordings from the
IntracellularRecordingsTabletogether that were recorded
simultaneously from different electrodes and for storing
metdata about simultaneous recordings -
SequentialRecordingsTableis aDynamicTablefor grouping
different sequential recordings from the
SimultaneousRecordingsTabletogether and storing metadata
about sequential recordings -
RepetitionsTableaDynamicTablefor grouping different
sequential intracellular recordings from the
SequentialRecordingsTabletogether and storing metadata
about repetitions -
ExperimentalConditionsTableis aDynamicTablefor grouping
different intracellular recording repetitions from the
RepetitionsTabletogether and storing metadata about
experimental conditions
-
-
Added the new intracellular electrophysiology metadata tables to
/general/intracellular_ephysas part ofNWBFile(#470)
Deprecations
SweepTablehas been deprecated in favor of the new intracellular
electrophysiology metadata tables. Use ofSweepTableis still
possible but no longer recommended. (#470)/general/intracellular_ephys/filteringhas been deprecated in
favor ofIntracellularElectrode.filtering(#470)
Bug Fixes
- Fixed incorrect dtype for electrodes table column "filtering" (float
-> text) (#478) - Removed
quantity: *from the type definitions of
OptogeneticStimulusSiteandImagingPlane. This change improves
clarity of the schema to follow best practices. It has no functional
effect on the schema. (#472) - Updated
ImageSeriesto have itsdata