We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2100e commit 1edee12Copy full SHA for 1edee12
docs/format/source/format_release_notes.rst
@@ -10,6 +10,10 @@ Major changes
10
^^^^^^^^^^^^^
11
- Deprecated ``Device.model_number``, ``Device.model_name``, ``Device.serial_number``. Use
12
``Device.model`` link and new ``DeviceModel`` neurodata type instead.
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.
17
18
Minor changes
19
0 commit comments