File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 33Release Notes
44=============
55
6+ 3.0.0 (Upcoming)
7+ ---------------------
8+
9+ Major changes
10+ ^^^^^^^^^^^^^
11+ - Added HERD to be part of the core schema.
12+
6132.9.0 (June 26, 2025)
714---------------------
815
916Major changes
1017^^^^^^^^^^^^^
11- - Deprecated ``Device.model_number ``, ``Device.model_name ``, ``Device.manufacturer ``. Use
12- ``Device.model `` link and new ``DeviceModel `` neurodata type instead. The old ``Device.model_name ``
18+ - Deprecated ``Device.model_number ``, ``Device.model_name ``, ``Device.manufacturer ``. Use
19+ ``Device.model `` link and new ``DeviceModel `` neurodata type instead. The old ``Device.model_name ``
1320 corresponds to the new ``DeviceModel.name ``. (#608)
1421- Added ``DeviceModel `` neurodata type to represent the model of a device instead of a specific instance of a device.
1522 This deduplicates information when a session involves multiple instances of the same device model, and it helps
1623 combine data across sessions and experiments when the model is the same.
1724 See https://github.com/NeurodataWithoutBorders/nwb-schema/issues/607 for details. (#608)
18- - Added ``BaseImage `` and ``ExternalImage `` as new neurodata types. The first so both ``Image `` and ``ExternalImage ``
25+ - Added ``BaseImage `` and ``ExternalImage `` as new neurodata types. The first so both ``Image `` and ``ExternalImage ``
1926 can inherit from it. The second to store external images (#604, #623, #627)
20- - Changed ``NWBFile.electrodes `` from a generic ``DynamicTable `` with added columns to a new ``ElectrodesTable ``
27+ - Changed ``NWBFile.electrodes `` from a generic ``DynamicTable `` with added columns to a new ``ElectrodesTable ``
2128 neurodata type that extends ``DynamicTable `` with added columns. (#539, #624)
2229- Changed ``DecompositionSeries.bands `` from a generic ``DynamicTable `` with added columns to a new ``FrequencyBandsTable ``
2330 neurodata type that extends ``DynamicTable `` with added columns. (#610)
You can’t perform that action at this time.
0 commit comments