Skip to content

Commit 0b1bd5f

Browse files
authored
Revert addition of "bounds" to SpatialSeries temporarily
1 parent 39623cb commit 0b1bd5f

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

core/nwb.behavior.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,6 @@ groups:
3838
is 'meters'. Actual stored values are not necessarily stored in these units.
3939
To access the data in these units, multiply 'data' by 'conversion' and add 'offset'.
4040
required: false
41-
- name: bounds
42-
dtype: numeric
43-
doc: The boundary range (min, max) for each dimension of `data`. The units are the same as the units for the data.
44-
shape:
45-
- - 1
46-
- 2
47-
- - 2
48-
- 2
49-
- - 3
50-
- 2
51-
dims:
52-
- - x
53-
- min,max
54-
- - x,y
55-
- min,max
56-
- - x,y,z
57-
- min,max
58-
required: false
5941
- name: reference_frame
6042
dtype: text
6143
doc: Description defining what exactly 'straight-ahead' means.

docs/format/source/format_release_notes.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Release Notes
88

99
Minor changes
1010
^^^^^^^^^^^^^
11-
- Added support to set boundary metadata for ``SpatialSeries``. (#524)
1211
- Added optional ``was_generated_by`` attribute to ``NWBFile`` to store provenance information (#578)
1312
- Deprecated ``EventWaveform`` neurodata type. (#584)
1413
- Deprecated ``ImageMaskSeries`` neurodata type. (#583)

0 commit comments

Comments
 (0)