Skip to content

v0.13.10

Choose a tag to compare

@kolkov kolkov released this 06 Mar 11:35
· 3 commits to main since this release
2f92dd0

What's Changed

Fixed critical interoperability bug — HDF5 files written by the Go library can now be read by h5ls, h5dump, h5py, and h5wasm (#24).

Bug Fixes

  • V2 Object Header: chunk_size now excludes checksum per C reference (H5Ocache.c)
  • Local heap: offset 0 contains required empty string for root group name (H5Gstab.c)
  • Datatype encoding: correct integer and float property layouts per H5Odtype.c
  • V0 allocator: root group space reservation prevents dataset overlap; B-tree right key updated correctly

Other

  • Renamed internal test files to enterprise-quality names
  • Updated CHANGELOG.md and ROADMAP.md

Full Changelog: v0.13.9...v0.13.10