Skip to content

Releases: JuliaIO/HDF5.jl

v0.10.2: Add missing import for Mmap (#515)

07 Sep 13:10
Compare
Choose a tag to compare
* import Mmap

* add Mmap to _Project.toml

* add test for readmmap

Backport fixes for new hdf5 lib versions

06 Sep 20:59
Compare
Choose a tag to compare
 Correct H50get_info deprecation for earlier releases (#510)

* Update before_script in OSX travis to forcibly link gcc

Otherwise we obtain the following linking failure:

Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink include/c++
Target /usr/local/include/c++
already exists. You may want to remove it:
  rm '/usr/local/include/c++'
  To force the link and overwrite all conflicting files:
    brew link --overwrite gcc
    To list all files that would be deleted:
      brew link --overwrite --dry-run gcc
      Possible conflicting files are:
      /usr/local/include/c++ ->
      /usr/local/Caskroom/oclint/0.13.1,17.4.0/oclint-0.13.1/include/c++

* Correct H50get_info deprecation for earlier releases

This function was renamed/deprecated in hdf5 releases newer than 10.2.
Here we update the function to map to the old realase behavior for the
latest hdf5 versions.

(cherry picked from commit 702743bb07c7dd95f1aa49bca857a4ee4ac99b51)

Fix deprecated functions for hdf5 1.10.3

04 Sep 22:41
702743b
Compare
Choose a tag to compare

Fix deprecated functions for hdf5 1.10.3 that prevents HDF5 usage

v0.10.0

27 Aug 19:22
039a991
Compare
Choose a tag to compare
Temporarily add back REQUIRE packages (#506)

Further deprecation fixes

16 Aug 16:06
Compare
Choose a tag to compare
Implement julia 0.7 iteration protocol (#494)

also add deps/build.log in .gitignore

Deprecation fix for cfunction

01 Jul 21:17
dd5ddfd
Compare
Choose a tag to compare
v0.9.3

Relax test tolerences (#488)

v0.9.2: condition H5F_LIBVER_LATEST and friends on libversion (#480)

15 May 19:45
Compare
Choose a tag to compare
* condition H5F_LIBVER_LATEST and friends on libversion

Make test conditional on high level library

08 May 18:28
88a8066
Compare
Choose a tag to compare
Conditional high level library chunk test (#478)

* Update HDF5.jl

* Update plain.jl

Drop 0.5 support

08 May 18:21
Compare
Choose a tag to compare

Highlights

  • Add support for MPIO and major rework HDF5 property handling (#462)
  • Enable direct chunk writing (#456)
  • Deprecation fixes for 0.7

v0.8.8

27 Nov 14:19
29ac03e
Compare
Choose a tag to compare
Remove unused joinpathh5 function (#452)