File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,16 @@ hdmf-common Release Notes
55
661.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
17201.8.0 (August 4, 2023)
You can’t perform that action at this time.
0 commit comments