Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jan 04:53
· 255 commits to master since this release
88a64e2

HDF5 v0.15.0

Diff since v0.14.3

Closed issues:

  • Not yet supported error from dump (#223)
  • Performance Issue when closing HDF5.jl (#413)
  • `Error getting number of members' (#470)
  • Error building HDF5.jl package on Raspberry Pi (#588)
  • Matlab datetime / H5Aopen(): unable to load attribute info from object header for attribute: 'MATLAB_class' (#626)
  • Performance regression in h5read (#752)
  • Deprecation errors on load (#784)
  • Displaying H5 File Structure Gets Stuck (#786)
  • Precompile fails on 32bit linux (#789)
  • Stack overflow opening HDF5 file (#800)
  • The time to close a .h5 file increases if you repeatedly open and close it (#801)

Merged pull requests:

  • WIP: Support reading opaque data recursively (#747) (@jmert)
  • RFC: Use fewer objects in h5open and read (#762) (@jmert)
  • Delete straggling _h5open method (#764) (@musm)
  • Replace incorrect dtype.id -> dtype (#765) (@jmert)
  • Use sizeof for Datatype (#767) (@musm)
  • Automatically convert C Int types to Julia's Int type for convenience (#768) (@musm)
  • Fixup return type error checks for Csize_t (#769) (@musm)
  • Perf: return empty string instead of nothing in split1 (#770) (@musm)
  • Update Documenter.yml (#771) (@musm)
  • Update Integration to run on latest Julia release (#772) (@musm)
  • Update Documenter.yml (#773) (@musm)
  • Check if object exists before create_(dataset|group) (#775) (@musm)
  • Delete straggling create_dataset method (#776) (@musm)
  • Wrap a subset of the libhdf5 table interface methods (#777) (@musm)
  • Fix error message for KeyError (#778) (@musm)
  • Ensure unpad output is a concrete String type (#779) (@musm)
  • Fix ishdf5 error handling and improve general error silencing (#780) (@musm)
  • Relax libhdf version and update CI to test system libhdf5 (#781) (@musm)
  • Grab keys via callback iteration rather than many absolute calls (#787) (@jmert)
  • Add some print-limiting heuristics to default show (#788) (@jmert)
  • Remove v0.14 deprecations (#790) (@musm)
  • Remove doc logo and tweak CI (#793) (@musm)
  • Have the binding generator build automatic doc strings for all functions (#795) (@jmert)
  • Improve error handling (#797) (@musm)
  • Deprecate get_dims and set_dims! (#798) (@musm)