Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 06:08
· 219 commits to master since this release
9ddd07b

HDF5 v0.16.0

Diff since v0.15.7

Closed issues:

  • function to change dataset name? (#330)
  • Installing HDF5.jl on ARM M1 (#870)
  • Installing HDF5.jl on armv7l 32 bit (#871)
  • HDF5Plugins.jl: lz4, zstd, and bzip2 filter support (#874)
  • Generalize chunk API beyond Vector{UInt8} (#876)
  • Nightly CI runs are running for 6 hours and then timing out (#877)
  • 0.16 changes filter keyword to filters (#884)

Merged pull requests:

  • Refactor Properties interface (#847) (@simonbyrne)
  • Move type conversion logic to seperate file (#851) (@simonbyrne)
  • Add move_link (#865) (@tomhaber)
  • Update CI.yml to add a 20-minute timeout (#878) (@musm)
  • Update LICENSE.txt (#879) (@musm)
  • Add bzip2, lz4, and zstd independent compression filter packages (#880) (@mkitti)
  • Fix nightly tests, add debugging (#882) (@mkitti)
  • Move filter packages out of main HDF5.jl source directory (#885) (@musm)
  • Broaden chunk interface to AbstractArray (#886) (@mkitti)
  • Add filter to filters deprecation for property rename (#887) (@musm)
  • Remove v0.15 deprecations and update deprecation list with recent additions (#888) (@musm)
  • Add fallback for set_blosc! (#889) (@simonbyrne)
  • remove eval in front of requires blocks (#891) (@KristofferC)