diff --git a/core/nwb.behavior.yaml b/core/nwb.behavior.yaml index 4636e759..1a951b2f 100644 --- a/core/nwb.behavior.yaml +++ b/core/nwb.behavior.yaml @@ -38,24 +38,6 @@ groups: is 'meters'. Actual stored values are not necessarily stored in these units. To access the data in these units, multiply 'data' by 'conversion' and add 'offset'. required: false - - name: bounds - dtype: numeric - doc: The boundary range (min, max) for each dimension of `data`. The units are the same as the units for the data. - shape: - - - 1 - - 2 - - - 2 - - 2 - - - 3 - - 2 - dims: - - - x - - min,max - - - x,y - - min,max - - - x,y,z - - min,max - required: false - name: reference_frame dtype: text doc: Description defining what exactly 'straight-ahead' means. diff --git a/docs/format/source/format_release_notes.rst b/docs/format/source/format_release_notes.rst index 5053d785..636c5cb4 100644 --- a/docs/format/source/format_release_notes.rst +++ b/docs/format/source/format_release_notes.rst @@ -8,7 +8,6 @@ Release Notes Minor changes ^^^^^^^^^^^^^ -- Added support to set boundary metadata for ``SpatialSeries``. (#524) - Added optional ``was_generated_by`` attribute to ``NWBFile`` to store provenance information (#578) - Deprecated ``EventWaveform`` neurodata type. (#584) - Deprecated ``ImageMaskSeries`` neurodata type. (#583)