Skip to content

Commit 1656a31

Browse files
rlyclaude
andauthored
Prepare 5.1.0 release (#1432)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1bb56a6 commit 1656a31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HDMF Changelog
22

3-
## HDMF Unreleased
3+
## HDMF 5.1.0 (March 24, 2026)
44

55
### Enhancements
66
- Made `HERDManager` an abstract interface (ABC) with an abstract `external_resources` property. Subclasses must now declare `external_resources` in their `__fields__` to satisfy the interface. Updated `__gather_fields` to allow auto-generated properties to override inherited abstract properties. Added `link_resources` and `get_external_resources` methods to `HERDManager` for managing a linked HERD separate from the primary one. @rly [#1431](https://github.com/hdmf-dev/hdmf/pull/1431)

src/hdmf/container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_external_resources(self, linked=False):
8282
8383
Parameters
8484
----------
85-
linked : bool, optional
85+
linked : bool
8686
If True, return the linked HERD set via ``link_resources``.
8787
If False (default), return the HERD set via ``__init__`` or the
8888
``external_resources`` attribute.

0 commit comments

Comments
 (0)