Skip to content

Commit 7cf7082

Browse files
committed
Release notes
1 parent 39aaaec commit 7cf7082

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/format/source/format_release_notes.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,28 @@
33
Release 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+
613
2.9.0 (June 26, 2025)
714
---------------------
815

916
Major 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)

0 commit comments

Comments
 (0)