Skip to content

Commit 1078e4a

Browse files
authored
Fix release notes for DeviceModel (#634)
1 parent c288427 commit 1078e4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/format/source/format_release_notes.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Release Notes
88

99
Major 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.

0 commit comments

Comments
 (0)