JuliaIO / HDF5.jl

Save and load data in the HDF5 file format from Julia
https://juliaio.github.io/HDF5.jl
MIT License
383 stars 139 forks source link

`maxdims` or `max_dims` in `dataspace()` #1083

Closed duanhuaiyu closed 1 year ago

duanhuaiyu commented 1 year ago

In dataspaces.jl, the documentation has dataspace(dims::Tuple; maxdims::Tuple=dims) while the actual code has max_dims as the keyword argument.

mkitti commented 1 year ago

Thank you. See https://github.com/JuliaIO/HDF5.jl/pull/1085 for the fix. Pull requests are welcome.