33Release Notes
44=============
55
6- 2.5.0 (Upcoming )
6+ 2.5.0 (June 14, 2022 )
77---------------------
88
99Major changes
@@ -12,20 +12,20 @@ Major changes
1212
1313Minor changes
1414^^^^^^^^^^^^^
15- - The elements `x `, `y `, `z `, `imp ` and `filtering ` are now optional instead of required.
16- - Added an ``offset `` attribute to all ``TimeSeries `` objects to allow enhanced translation to scientific units.
15+ - The elements `x `, `y `, `z `, `imp ` and `filtering ` are now optional instead of required. (#506)
16+ - Added an ``offset `` attribute to all ``TimeSeries `` objects to allow enhanced translation to scientific units. (#494)
1717- Allowed ``NWBFile/stimulus/templates `` to contain ``Images `` objects. (#459)
1818- Added new optional "order_of_images" dataset to ``Images `` that contains an ordered list of object references to
1919 ``Image `` objects stored in the same ``Images `` object. This dataset must be used if the images are referred to
20- by index, e.g., from an ``IndexSeries `` object. Created new neurodata type ImageReferences which should be used
20+ by index, e.g., from an ``IndexSeries `` object. Created new neurodata type `` ImageReferences `` which should be used
2121 for this dataset. (#459, #518, #519, #520)
2222- Overhauled ``IndexSeries `` type (#459):
2323 - Fixed dtype of ``data `` dataset of ``IndexSeries `` (int32 -> uint32).
2424 - Updated ``unit `` attribute of ``data `` to have fixed value "N/A".
25- - Updated docstrings for the ``conversion `` and ``resolution `` attributes of ``data `` to indicate that
25+ - Updated docstrings for the ``conversion ``, `` resolution ``, and ``offset `` attributes of ``data `` to indicate that
2626 these fields are not used.
2727 - Added link to an ``Images `` object, which contains an ordered collection of images.
28- Discouraged use of the ``indexed_timeseries `` link to an ``ImageSeries ``.
28+ - Discouraged use of the ``indexed_timeseries `` link to an ``ImageSeries ``.
2929- Updated ``TimeIntervals `` to use the new ``TimeSeriesReferenceVectorData `` type. This does not alter the overall structure
3030 of ``TimeIntervals `` in a major way aside from changing the value of the ``neurodata_type `` attribute in the file
3131 from ``VectorData `` to ```TimeSeriesReferenceVectorData ``. This change replaces the existing ``TimeIntervals.timeseries ``
0 commit comments