From 2e36e84ee3e716c0078f11a80bde8c87f9bce29d Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Wed, 21 Apr 2021 14:39:25 -0700 Subject: [PATCH 1/3] Remove quantity from OptogeneticStimulusSite definition --- core/nwb.ogen.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/core/nwb.ogen.yaml b/core/nwb.ogen.yaml index 1756ba85..eb0bcdac 100644 --- a/core/nwb.ogen.yaml +++ b/core/nwb.ogen.yaml @@ -24,7 +24,6 @@ groups: - neurodata_type_def: OptogeneticStimulusSite neurodata_type_inc: NWBContainer doc: A site of optogenetic stimulation. - quantity: '*' datasets: - name: description dtype: text From 2bfaa1d3fa5f8f134f2d3388964be949611214f0 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Wed, 21 Apr 2021 14:47:08 -0700 Subject: [PATCH 2/3] Remove quantity from ImagingPlane --- core/nwb.ophys.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/core/nwb.ophys.yaml b/core/nwb.ophys.yaml index 386dca9b..ab049e73 100644 --- a/core/nwb.ophys.yaml +++ b/core/nwb.ophys.yaml @@ -169,7 +169,6 @@ groups: - neurodata_type_def: ImagingPlane neurodata_type_inc: NWBContainer doc: An imaging plane and its metadata. - quantity: '*' datasets: - name: description dtype: text From 520d86a84b93035da0ca66508e3dfea175f3dd27 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Thu, 5 Aug 2021 11:13:04 -0700 Subject: [PATCH 3/3] Update format_release_notes.rst --- docs/format/source/format_release_notes.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/format/source/format_release_notes.rst b/docs/format/source/format_release_notes.rst index a2c323d8..731aa449 100644 --- a/docs/format/source/format_release_notes.rst +++ b/docs/format/source/format_release_notes.rst @@ -1,10 +1,12 @@ Release Notes ============= -2.4.0 (Upcoming) +2.4.0 (Aug. 7, 2021) ---------------- - Fix incorrect dtype for electrodes table column "filtering" (float -> text) +- Remove "quantity: *" from the type definitions of ``OptogeneticStimulusSite`` and ``ImagingPlane``. + This change improves clarity of the schema to follow best practices. It has no functional effect on the schema. 2.3.0 (May 12, 2021) ---------------------