Skip to content

Commit 1b06d94

Browse files
authored
Merge branch 'dev' into band
2 parents 2af3493 + f647baa commit 1b06d94

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

core/nwb.behavior.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ groups:
6161
groups:
6262
- neurodata_type_inc: IntervalSeries
6363
doc: IntervalSeries object containing start and stop times of epochs.
64-
quantity: '*'
64+
quantity: '+'
6565

6666
- neurodata_type_def: BehavioralEvents
6767
neurodata_type_inc: NWBDataInterface
@@ -71,7 +71,7 @@ groups:
7171
groups:
7272
- neurodata_type_inc: TimeSeries
7373
doc: TimeSeries object containing behavioral events.
74-
quantity: '*'
74+
quantity: '+'
7575

7676
- neurodata_type_def: BehavioralTimeSeries
7777
neurodata_type_inc: NWBDataInterface
@@ -81,7 +81,7 @@ groups:
8181
groups:
8282
- neurodata_type_inc: TimeSeries
8383
doc: TimeSeries object containing continuous behavioral data.
84-
quantity: '*'
84+
quantity: '+'
8585

8686
- neurodata_type_def: PupilTracking
8787
neurodata_type_inc: NWBDataInterface
@@ -99,7 +99,7 @@ groups:
9999
groups:
100100
- neurodata_type_inc: SpatialSeries
101101
doc: SpatialSeries object containing data measuring direction of gaze.
102-
quantity: '*'
102+
quantity: '+'
103103

104104
- neurodata_type_def: CompassDirection
105105
neurodata_type_inc: NWBDataInterface
@@ -112,7 +112,7 @@ groups:
112112
groups:
113113
- neurodata_type_inc: SpatialSeries
114114
doc: SpatialSeries object containing direction of gaze travel.
115-
quantity: '*'
115+
quantity: '+'
116116

117117
- neurodata_type_def: Position
118118
neurodata_type_inc: NWBDataInterface

core/nwb.ecephys.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ groups:
196196
groups:
197197
- neurodata_type_inc: SpikeEventSeries
198198
doc: SpikeEventSeries object(s) containing detected spike event waveforms.
199-
quantity: '*'
199+
quantity: '+'
200200

201201
- neurodata_type_def: FilteredEphys
202202
neurodata_type_inc: NWBDataInterface

docs/format/source/format_release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Major changes
1212

1313
Minor changes
1414
^^^^^^^^^^^^^
15+
- Made group quantities consistent ("1 or more") across data interfaces / wrapper types (#613)
1516
- Fixed typo and removed HTML tag from doc of behavioral neurodata types. (#600)
1617

1718
2.8.0 (November 24, 2024)

0 commit comments

Comments
 (0)