You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/format/source/format_release_notes.rst
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,19 @@ Release Notes
8
8
9
9
Major changes
10
10
^^^^^^^^^^^^^
11
+
- Deprecated ``Device.model_number``, ``Device.model_name``, ``Device.serial_number``. Use
12
+
``Device.model`` link and new ``DeviceModel`` neurodata type instead. (#608)
13
+
- Added ``DeviceModel`` neurodata type to represent the model of a device instead of a specific instance of a device.
14
+
This deduplicates information when a session involves multiple instances of the same device model, and it helps
15
+
combine data across sessions and experiments when the model is the same.
16
+
See https://github.com/NeurodataWithoutBorders/nwb-schema/issues/607 for details. (#608)
11
17
- Added ``BaseImage`` and ``ExternalImage`` as new neurodata types. The first so both ``Image`` and ``ExternalImage``
12
18
can inherit from it. The second to store external images (#604, #623, #627)
13
19
- Changed ``NWBFile.electrodes`` from a generic ``DynamicTable`` with added columns to a new ``ElectrodesTable``
14
20
neurodata type that extends ``DynamicTable`` with added columns. (#539, #624)
21
+
- Changed ``DecompositionSeries.bands`` from a generic ``DynamicTable`` with added columns to a new ``FrequencyBandsTable``
22
+
neurodata type that extends ``DynamicTable`` with added columns. (#610)
15
23
- Made ``SpikeEventSeries.timestamps`` explicitly required as described in the documentation. (#629)
16
-
- Changed ``DecompositionSeries.bands`` from a generic ``DynamicTable`` with added columns to a new ``FrequencyBandsTable`` neurodata type that extends ``DynamicTable`` with added columns. (#610)
17
24
- Allowed `EventDetection` to have shape (num_events, 2) to store the channel index of the detected event. (#620)
0 commit comments