Skip to content

Commit

Permalink
Minor fixes before HDMF 2.5.0 (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Apr 22, 2021
1 parent 5d903ab commit 1365149
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HDMF Changelog

## HDMF 2.5.0 (April 5, 2021)
## HDMF 2.5.0 (April 22, 2021)

### New features
- `DynamicTable` can be automatically generated using `get_class`. Now the HDMF API can read files with extensions
Expand All @@ -15,8 +15,8 @@
- `ExternalResources` was changed to support storing both names and URIs for resources. @mavaylon (#517, #548)
- The `VocabData` data type was replaced by `EnumData` to provide more flexible support for data from a set of
fixed values.
- Added `AlignedDynamicTable`, which defines a `DynamicTable` that supports storing a collection of sub-tables.
Each sub-table is itself a `DynamicTable` that is aligned with the main table by row index. Each sub-table
- Added `AlignedDynamicTable`, which defines a `DynamicTable` that supports storing a collection of sub-tables.
Each sub-table is itself a `DynamicTable` that is aligned with the main table by row index. Each sub-table
defines a sub-category in the main table effectively creating a table with sub-headings to organize columns.
- See https://hdmf-common-schema.readthedocs.io/en/latest/format_release_notes.html#april-19-2021 for more
details.
Expand Down
3 changes: 2 additions & 1 deletion docs/gallery/External_Resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
# allows us to link the two. To reduce data redundancy and improve data integrity,
# ``ExternalResources`` stores this data internally in a collection of
# interlinked tables.
#
# * :py:class:`~hdmf.common.resources.KeyTable` where each row describes a
# :py:class:`~hdmf.common.resources.Key`
# * :py:class:`~hdmf.common.resources.ResourceTable` where each row describes a
Expand All @@ -40,7 +41,7 @@
# * :py:class:`~hdmf.common.resources.ObjectTable` where each row descibes an
# :py:class:`~hdmf.common.resources.Object`
# * :py:class:`~hdmf.common.resources.ObjectKeyTable` where each row describes an
# :py:class:`~hdmf.common.resources.ObjectKey` pair identifying which keys
# :py:class:`~hdmf.common.resources.ObjectKey` pair identifying which keys
# are used by which objects.
#
# The :py:class:`~hdmf.common.resources.ExternalResources` class then provides
Expand Down

0 comments on commit 1365149

Please sign in to comment.