Skip to content

Commit 7fe092a

Browse files
authored
Update docs/format/source/format_release_notes.rst
1 parent b06b7f6 commit 7fe092a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/format/source/format_release_notes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ Deprecations
4747

4848
Bug 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)

0 commit comments

Comments
 (0)