Releases: hdmf-dev/hdmf
Releases · hdmf-dev/hdmf
3.14.6
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
Latest (updated on 2024-12-20 20:12 UTC)
latest Prepare release 3.14.6 (#1225)
3.14.5
Enhancements
- Added support for overriding backend configurations of
h5py.Dataset
objects inContainer.set_data_io
. @pauladkisson #1172
Bug fixes
- Fixed bug in writing of string arrays to an HDF5 file that were read from an HDF5 file that was introduced in 3.14.4. @rly @stephprince
#1189 - Fixed export of scalar datasets with a compound data type. @stephprince #1185
- Fixed mamba-related error in conda-based GitHub Actions. @rly #1194
3.14.4
3.14.3
3.14.2
3.14.1
3.14.0
3.13.0
HDMF 3.13.0 (March 20, 2024)
Enhancements
- Added docs page that lists limitations of support for the HDMF specification language. @rly #1069
- Added warning when using
add_row
oradd_column
to add a ragged array toDynamicTable
without an index parameter. @stephprince #1066