From fddab7f13b1e6570533849d1d2057e88b3d21f21 Mon Sep 17 00:00:00 2001 From: ehennestad Date: Fri, 7 Mar 2025 09:11:47 +0100 Subject: [PATCH 1/4] Change quantity for groups of wrapper types from * to + --- core/nwb.behavior.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/nwb.behavior.yaml b/core/nwb.behavior.yaml index b81db232..5e4e2bad 100644 --- a/core/nwb.behavior.yaml +++ b/core/nwb.behavior.yaml @@ -61,7 +61,7 @@ groups: groups: - neurodata_type_inc: IntervalSeries doc: IntervalSeries object containing start and stop times of epochs. - quantity: '*' + quantity: '+' - neurodata_type_def: BehavioralEvents neurodata_type_inc: NWBDataInterface @@ -71,7 +71,7 @@ groups: groups: - neurodata_type_inc: TimeSeries doc: TimeSeries object containing behavioral events. - quantity: '*' + quantity: '+' - neurodata_type_def: BehavioralTimeSeries neurodata_type_inc: NWBDataInterface @@ -81,7 +81,7 @@ groups: groups: - neurodata_type_inc: TimeSeries doc: TimeSeries object containing continuous behavioral data. - quantity: '*' + quantity: '+' - neurodata_type_def: PupilTracking neurodata_type_inc: NWBDataInterface @@ -99,7 +99,7 @@ groups: groups: - neurodata_type_inc: SpatialSeries doc: SpatialSeries object containing data measuring direction of gaze. - quantity: '*' + quantity: '+' - neurodata_type_def: CompassDirection neurodata_type_inc: NWBDataInterface @@ -112,7 +112,7 @@ groups: groups: - neurodata_type_inc: SpatialSeries doc: SpatialSeries object containing direction of gaze travel. - quantity: '*' + quantity: '+' - neurodata_type_def: Position neurodata_type_inc: NWBDataInterface From 912acb6204350b8d15046cd88193da66b09b902b Mon Sep 17 00:00:00 2001 From: ehennestad Date: Fri, 7 Mar 2025 09:14:18 +0100 Subject: [PATCH 2/4] Change quantity for groups of wrapper types from * to + in ecephys --- core/nwb.ecephys.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/nwb.ecephys.yaml b/core/nwb.ecephys.yaml index 69a66639..87761626 100644 --- a/core/nwb.ecephys.yaml +++ b/core/nwb.ecephys.yaml @@ -196,7 +196,7 @@ groups: groups: - neurodata_type_inc: SpikeEventSeries doc: SpikeEventSeries object(s) containing detected spike event waveforms. - quantity: '*' + quantity: '+' - neurodata_type_def: FilteredEphys neurodata_type_inc: NWBDataInterface From 750bb305558da6a02e1f3dfcdd3339d9e25304e2 Mon Sep 17 00:00:00 2001 From: ehennestad Date: Fri, 7 Mar 2025 09:35:39 +0100 Subject: [PATCH 3/4] Update format_release_notes.rst --- docs/format/source/format_release_notes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/format/source/format_release_notes.rst b/docs/format/source/format_release_notes.rst index 6ae75875..3db2af00 100644 --- a/docs/format/source/format_release_notes.rst +++ b/docs/format/source/format_release_notes.rst @@ -12,6 +12,7 @@ Major changes Minor changes ^^^^^^^^^^^^^ +- Made group quantities consistent ("1 or more") across data interfaces / wrapper types - Fixed typo and removed HTML tag from doc of behavioral neurodata types. (#600) 2.8.0 (November 24, 2024) From cec2b7a6417b0246be48daca53b88c6e834045dd Mon Sep 17 00:00:00 2001 From: ehennestad Date: Fri, 7 Mar 2025 09:36:56 +0100 Subject: [PATCH 4/4] Update format_release_notes.rst Added PR number --- docs/format/source/format_release_notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/format/source/format_release_notes.rst b/docs/format/source/format_release_notes.rst index 3db2af00..7904d441 100644 --- a/docs/format/source/format_release_notes.rst +++ b/docs/format/source/format_release_notes.rst @@ -12,7 +12,7 @@ Major changes Minor changes ^^^^^^^^^^^^^ -- Made group quantities consistent ("1 or more") across data interfaces / wrapper types +- Made group quantities consistent ("1 or more") across data interfaces / wrapper types (#613) - Fixed typo and removed HTML tag from doc of behavioral neurodata types. (#600) 2.8.0 (November 24, 2024)