HDMF 3.14.6 (December 20, 2024)
Enhancements
- Added support for expandable datasets of references for untyped and compound data types. @stephprince #1188
- Improved html representation of data in
Container
objects. @h-mayorquin #1100 - Added error when using colon for
Container
name. A colon cannot be used as a group name when writing to Zarr on Windows. @stephprince #1202 - Adjusted testing for hdmf-zarr. @rly #1222
Bug fixes
- Fixed inaccurate error message when validating reference data types. @stephprince #1199
- Fixed incorrect dtype conversion of a StrDataset. @stephprince #1205