Skip to content

Commit 345d022

Browse files
authored
Remove quantity from OptogeneticStimulusSite and ImagingPlane definitions (#472)
1 parent 55f264d commit 345d022

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

core/nwb.ogen.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ groups:
2424
- neurodata_type_def: OptogeneticStimulusSite
2525
neurodata_type_inc: NWBContainer
2626
doc: A site of optogenetic stimulation.
27-
quantity: '*'
2827
datasets:
2928
- name: description
3029
dtype: text

core/nwb.ophys.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ groups:
169169
- neurodata_type_def: ImagingPlane
170170
neurodata_type_inc: NWBContainer
171171
doc: An imaging plane and its metadata.
172-
quantity: '*'
173172
datasets:
174173
- name: description
175174
dtype: text

docs/format/source/format_release_notes.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Release Notes
22
=============
33

4-
2.4.0 (Upcoming)
4+
2.4.0 (Aug. 7, 2021)
55
----------------
66

77
- Fix incorrect dtype for electrodes table column "filtering" (float -> text)
8+
- Remove "quantity: *" from the type definitions of ``OptogeneticStimulusSite`` and ``ImagingPlane``.
9+
This change improves clarity of the schema to follow best practices. It has no functional effect on the schema.
810
911
2.3.0 (May 12, 2021)
1012
---------------------

0 commit comments

Comments
 (0)