Skip to content

Commit 6dd5c68

Browse files
committed
deps: update HDF5 library to v0.11.5-beta
- Upgrade from develop branch to stable release v0.11.5-beta - Includes nested datasets and group attributes support - All tests passing (27/30, same as before) - Build successful on all platforms Release notes: https://github.com/scigolib/hdf5/releases/tag/v0.11.5-beta
1 parent 75bd1b0 commit 6dd5c68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/scigolib/matlab
22

33
go 1.25
44

5-
require github.com/scigolib/hdf5 v0.11.4-beta.0.20251102203726-36994ac49d68
5+
require github.com/scigolib/hdf5 v0.11.5-beta

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
22
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
33
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
44
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
5-
github.com/scigolib/hdf5 v0.11.4-beta.0.20251102203726-36994ac49d68 h1:M3tA2rPNnHKxFTlCLLYvu/k5UV0p3E8mPCXH9e0suJA=
6-
github.com/scigolib/hdf5 v0.11.4-beta.0.20251102203726-36994ac49d68/go.mod h1:7KLvpsidPPQjmd83dKH8RazoKXdbCO+FItz7ksezhrY=
5+
github.com/scigolib/hdf5 v0.11.5-beta h1:mLXwS3pU6+PyI3iW+QPCxG3hHpYR4eGzHvEgR1zic/s=
6+
github.com/scigolib/hdf5 v0.11.5-beta/go.mod h1:7KLvpsidPPQjmd83dKH8RazoKXdbCO+FItz7ksezhrY=
77
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
88
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
99
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

0 commit comments

Comments
 (0)