Skip to content

Commit b288957

Browse files
authored
Prepare 4.1.2 release (#1341)
1 parent c661fe3 commit b288957

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# HDMF Changelog
22

3-
## HDMF 4.1.2 (Upcoming)
3+
## HDMF 4.1.2 (November 7, 2025)
44

5-
### Bug fixes
5+
### Fixed
66
- Fixed bug when converting string datasets that are Zarr arrays. @oruebel @rly [#1171](https://github.com/hdmf-dev/hdmf/pull/1171)
77
- Fixed unclear shape validation error message. @bendichter @rly [#787](https://github.com/hdmf-dev/hdmf/pull/787)
88
- Fixed testing of sphinx gallery examples with optional dependencies. @rly [#1343](https://github.com/hdmf-dev/hdmf/pull/1343)

docs/source/extensions.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,10 @@ If your :py:class:`~hdmf.container.Container` extension requires custom mapping
308308
register_map(MyExtensionContainer, MyExtensionMapper)
309309
310310
311-
ObjectMappers allow you to customize how objects in the spec are mapped to attributes of your Container in
312-
Python. This is useful, e.g., in cases where you want to customize the default mapping.
313-
For an overview of the concepts of containers, spec, builders, object mappers in HDMF see also
314-
:ref:`software-architecture`
311+
ObjectMappers allow you to customize how objects in the spec are mapped to attributes of your Container in
312+
Python. This is useful, e.g., in cases where you want to customize the default mapping.
313+
For an overview of the concepts of containers, spec, builders, object mappers in HDMF see also
314+
:ref:`software-architecture`
315315
316316
317317
.. _documenting-extensions:

0 commit comments

Comments
 (0)