Releases: JuliaIO/HDF5.jl
Releases · JuliaIO/HDF5.jl
v0.10.2: Add missing import for Mmap (#515)
* import Mmap * add Mmap to _Project.toml * add test for readmmap
Backport fixes for new hdf5 lib versions
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
Fix deprecated functions for hdf5 1.10.3 that prevents HDF5 usage
v0.10.0
Further deprecation fixes
Implement julia 0.7 iteration protocol (#494) also add deps/build.log in .gitignore
Deprecation fix for cfunction
v0.9.3 Relax test tolerences (#488)
v0.9.2: condition H5F_LIBVER_LATEST and friends on libversion (#480)
* condition H5F_LIBVER_LATEST and friends on libversion
Make test conditional on high level library
Conditional high level library chunk test (#478) * Update HDF5.jl * Update plain.jl