You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New features
Add methods for automatic creation of MultiContainerInterface classes. @bendichter (#420, #425)
Add ability to specify a custom class for new columns to a DynamicTable that are not VectorData, DynamicTableRegion, or VocabData using DynamicTable.__columns__ or DynamicTable.add_column(...). @rly (#436)
Add support for creating and specifying multi-index columns in a DynamicTable using add_column(...). @bendichter, @rly (#430)
Add capability to add a row to a column after IO. @bendichter (#426)
Add data type ExternalResources for storing ontology information / external resource references. NOTE:
this data type is in beta testing and is subject to change in a later version.
Fix missing data_type_inc and use dtype uint for CSRMatrix. It now has data_type_inc: Container.
Add hdmf-schema-language comment at the top of each yaml file.
Add SimpleMultiContainer, a Container for storing other Container and Data objects together.