Skip to content

v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 08:48
· 27 commits to master since this release
6afbafb

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.

Diff since v0.16.16

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 or max_dims in dataspace() (#1083)
  • Using Type and Dataspace in create_dataset() (#1084)
  • _memcpy! not defined on nightly (#1094)

Merged pull requests: