File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ Deprecations
4747
4848Bug Fixes
4949^^^^^^^^^
50- - Fix incorrect dtype for electrodes table column "filtering" (float -> text) (#478)
51- - Remove ``quantity: * `` from the type definitions of ``OptogeneticStimulusSite `` and ``ImagingPlane ``.
50+ - Fixed incorrect dtype for electrodes table column "filtering" (float -> text) (#478)
51+ - Removed ``quantity: * `` from the type definitions of ``OptogeneticStimulusSite `` and ``ImagingPlane ``.
5252 This change improves clarity of the schema to follow best practices. It has no functional effect on the schema. (#472)
53- - Require the `` data `` dataset in `` ImageSeries `` . Since ``ImageSeries `` is a ``TimeSeries `` and ``TimeSeries.data ``
53+ - Updated `` ImageSeries `` to have its `` data `` dataset be required . Since ``ImageSeries `` is a ``TimeSeries `` and ``TimeSeries.data ``
5454 is required, ``ImageSeries.data `` should also be a required dataset. Otherwise this creates problems for
5555 inheritance and validation. If ``ImageSeries `` data are stored in an external file, then ``ImageSeries.data `` should
5656 be set to an empty 3D array. (#481)
You can’t perform that action at this time.
0 commit comments