Skip to content

v0.16.10

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 15:42
· 134 commits to master since this release
f68365c

HDF5 v0.16.10

Diff since v0.16.9

Closed issues:

  • Permit reading values into a preexisting array buffer (#580)
  • how to copy the file structure of a hdf5 file (#941)
  • StackOverflowError during initialization of module Drivers (#960)

Merged pull requests:

  • Add copyto! and similar for Datasets (#937) (@mkitti)
  • CompatHelper: bump compat for Compat to 4, (keep existing compat) (#942) (@github-actions[bot])
  • move attributes to new file, add docs (#943) (@simonbyrne)
  • Add dset_no_attrs_hint support, h5f coverage up to v1.12 (#944) (@mkitti)
  • Define AttributeDict (#948) (@simonbyrne)
  • Expand DatasetAccessProperties coverage, add helpers (#949) (@mkitti)
  • make iterators safe for error handling (#950) (@simonbyrne)
  • fix error message on write_attribute (#951) (@simonbyrne)
  • Refer to HDF5.API.H5Error rather than HDF5.H5Error (#956) (@mkitti)
  • Fix attribute docs for attrs and rename_attribute, export it. (#958) (@mkitti)