File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ Release Notes
88
99Major changes
1010^^^^^^^^^^^^^
11- - Deprecated ``Device.model_number ``, ``Device.model_name ``, ``Device.serial_number ``. Use
12- ``Device.model `` link and new ``DeviceModel `` neurodata type instead. (#608)
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 ``
13+ corresponds to the new ``DeviceModel.name ``. (#608)
1314- Added ``DeviceModel `` neurodata type to represent the model of a device instead of a specific instance of a device.
1415 This deduplicates information when a session involves multiple instances of the same device model, and it helps
1516 combine data across sessions and experiments when the model is the same.
You can’t perform that action at this time.
0 commit comments