File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -38,24 +38,6 @@ groups:
38
38
is 'meters'. Actual stored values are not necessarily stored in these units.
39
39
To access the data in these units, multiply 'data' by 'conversion' and add 'offset'.
40
40
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
59
41
- name : reference_frame
60
42
dtype : text
61
43
doc : Description defining what exactly 'straight-ahead' means.
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ Release Notes
8
8
9
9
Minor changes
10
10
^^^^^^^^^^^^^
11
- - Added support to set boundary metadata for ``SpatialSeries ``. (#524)
12
11
- Added optional ``was_generated_by `` attribute to ``NWBFile `` to store provenance information (#578)
13
12
- Deprecated ``EventWaveform `` neurodata type. (#584)
14
13
- Deprecated ``ImageMaskSeries `` neurodata type. (#583)
You can’t perform that action at this time.
0 commit comments