33Release Notes
44=============
55
6- Upcoming
7- --------
6+ 2.10.0 (Upcoming)
7+ ---------------------
8+
9+ Major changes
10+ ^^^^^^^^^^^^^
11+ - Added support for an optional ``HERD `` object at ``/general/external_resources ``.
812
913Minor changes
1014^^^^^^^^^^^^^
@@ -15,22 +19,21 @@ Minor changes
1519- Expanded documentation for the ``Subject `` 'age' dataset, including details on ISO 8601 Duration format and
1620 age range representation.
1721
18-
19222.9.0 (June 26, 2025)
2023---------------------
2124
2225Major changes
2326^^^^^^^^^^^^^
24- - Deprecated ``Device.model_number ``, ``Device.model_name ``, ``Device.manufacturer ``. Use
25- ``Device.model `` link and new ``DeviceModel `` neurodata type instead. The old ``Device.model_name ``
27+ - Deprecated ``Device.model_number ``, ``Device.model_name ``, ``Device.manufacturer ``. Use
28+ ``Device.model `` link and new ``DeviceModel `` neurodata type instead. The old ``Device.model_name ``
2629 corresponds to the new ``DeviceModel.name ``. (#608)
2730- Added ``DeviceModel `` neurodata type to represent the model of a device instead of a specific instance of a device.
2831 This deduplicates information when a session involves multiple instances of the same device model, and it helps
2932 combine data across sessions and experiments when the model is the same.
3033 See https://github.com/NeurodataWithoutBorders/nwb-schema/issues/607 for details. (#608)
31- - Added ``BaseImage `` and ``ExternalImage `` as new neurodata types. The first so both ``Image `` and ``ExternalImage ``
34+ - Added ``BaseImage `` and ``ExternalImage `` as new neurodata types. The first so both ``Image `` and ``ExternalImage ``
3235 can inherit from it. The second to store external images (#604, #623, #627)
33- - Changed ``NWBFile.electrodes `` from a generic ``DynamicTable `` with added columns to a new ``ElectrodesTable ``
36+ - Changed ``NWBFile.electrodes `` from a generic ``DynamicTable `` with added columns to a new ``ElectrodesTable ``
3437 neurodata type that extends ``DynamicTable `` with added columns. (#539, #624)
3538- Changed ``DecompositionSeries.bands `` from a generic ``DynamicTable `` with added columns to a new ``FrequencyBandsTable ``
3639 neurodata type that extends ``DynamicTable `` with added columns. (#610)
0 commit comments