v0.17.0
HDF5 v0.17.0
HDF5 v0.17.0 includes a breaking change with regard to how system HDF5 libraries are incorporated for use with HFD5.jl as submitted in #1061 by @JoshuaLampert .
This switches to Preferences.jl for using a system-provided hdf5 library and replaces the additional build step. Please see the [note in the documentation](https://juliaio.github.io/HDF5.jl/v0.17/#Using-custom-or-system-provided-HDF5-binaries for details) on the new Preferences.jl based system and how to migrate from v0.16.x branch.
Closed issues:
- Switch to Preferences for using system hdf5 (#1037)
- Juliacon 2023? (#1039)
- Test HDF5 1.14.0 from BinaryBuilder (#1053)
- compat entry for HDF5_jll (#1065)
- Copy a group of data from a file to another (#1070)
- release-0.16 branch created (#1074)
- HDF5.jl logo not optimal for dark mode (#1081)
maxdims
ormax_dims
indataspace()
(#1083)- Using
Type
andDataspace
increate_dataset()
(#1084) _memcpy!
not defined on nightly (#1094)
Merged pull requests:
- Add initial support for H5Dchunk_iter (#1031) (@mkitti)
- Use Preferences for using custom hdf5 library (#1061) (@JoshuaLampert)
- MPI support via package extensions (weak dependency) (#1062) (@ranocha)
- Fix _typed_load fast path for Julia 1.10 (currently nightly) (#1075) (@mkitti)
- Simplify formatter check (#1078) (@simonbyrne)
- Fix #1083 maxdims -> max_dims in dataspace documentation (#1085) (@mkitti)
- Allow create_dataset to take a Type and Dataspace, Fix #1084 (#1086) (@mkitti)
- Update light and dark logos for readme (#1087) (@musm)
- Fixup readme logo links and readme style (#1088) (@musm)
- Upload logo as curves for font rendering independence (#1089) (@musm)
- Attempt to fix documentation (#1091) (@mkitti)
- doc typo: attributes(parent), not attribute(parent) (#1095) (@stevengj)
- Parse doxygen tag files (#1043) (@mkitti)
- Provide high level syntax for dealing with HDF5 files in memory (#1077) (@mkitti)
- JuliaCon 2023 Presentation (#1090) (@mkitti)
- Fix doxygen URLs from Java to C (#1099) (@mkitti)
- allow keyword args to open_group, open_dataset, open_datatype (#1100) (@simonbyrne)
- expand exported dataspace api functions (#1101) (@simonbyrne)
- Bump actions/checkout from 3 to 4 (#1103) (@dependabot[bot])
- mark SZIP tests on Windows as broken (#1107) (@simonbyrne)
- Fix datatype documentation (#1108) (@mkitti)