Skip to content

Commit

Permalink
Remove quantity from OptogeneticStimulusSite and ImagingPlane definit…
Browse files Browse the repository at this point in the history
…ions (#472)
  • Loading branch information
rly authored Aug 5, 2021
1 parent 55f264d commit 345d022
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion core/nwb.ogen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion core/nwb.ophys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
@@ -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)
---------------------
Expand Down

0 comments on commit 345d022

Please sign in to comment.