Skip to content

Commit b02d1df

Browse files
authored
Revise release notes for version 1.9.0
Updated release notes for version 1.9.0 to reflect changes in data types and the addition of MeaningsTable and BaseDynamicTable.
1 parent 864ad71 commit b02d1df

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/source/hdmf_common_release_notes.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ hdmf-common Release Notes
55

66
1.9.0 (Upcoming)
77
----------------------
8-
- Changed the dtype of `ElementIdentifiers` and `DynamicTableRegion` from "int" to "int32". Under HDMF
8+
- Changed the dtype of ``ElementIdentifiers`` and ``DynamicTableRegion`` from "int" to "int32". Under HDMF
99
schema language 2.x, "int" means "int32" so this change has no functional impact, except when displaying the
1010
spec, such as in error messages.
11-
- Added `MeaningsTable`, a table for storing meanings for values in linked `VectorData` objects.
12-
This is useful for annotating categorical data stored in a `DynamicTable`. Added a group named "meanings_tables"
13-
to `DynamicTable` to hold `MeaningsTable` objects that provide meanings for `VectorData` columns in the
14-
`DynamicTable`.
11+
- Added ``MeaningsTable``, a table for storing meanings for values in linked ``VectorData`` objects.
12+
This is useful for annotating categorical data stored in a ``DynamicTable``. Added a group named "meanings_tables"
13+
to ``DynamicTable`` to hold ``MeaningsTable`` objects that provide meanings for ``VectorData`` columns in the
14+
``DynamicTable``.
15+
- Created a new type ``BaseDynamicTable`` that does not have a group of ``MeaningsTable`` objects, and refactored
16+
``DynamicTable`` to move non-MeaningsTable specifications to ``BaseDynamicTable`` and have ``DynamicTable``
17+
extend ``BaseDynamicTable``.
1518
- Minor changes to data type docstrings to improve clarity.
1619

1720
1.8.0 (August 4, 2023)

0 commit comments

Comments
 (0)