Releases: hdmf-dev/hdmf
Releases · hdmf-dev/hdmf
Latest (updated on 2024-10-31 20:10 UTC)
Fix DtypeError message for reference validation (#1199) * update dtypeerror inputs for dset of refs * add validation tests for references * remove old comment * update CHANGELOG
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
3.12.2
3.12.1
HDMF 3.12.1 (February 5, 2024)
Bug fixes
- Fixed retrieving the correct path for a
HERD
zip file on read. #1046 - Fixed internal links in docstrings and tutorials. @stephprince #1031
- Fixed issue with creating documentation links to classes in docval arguments. @rly #1036
- Fixed issue with validator not validating against the spec that defines the data type of the builder. @rly #1050