Skip to content

Releases: JuliaIO/HDF5.jl

v0.12.5

07 Nov 22:38
v0.12.5
59b27c3
Compare
Choose a tag to compare

v0.12.5 (2019-11-01)

Diff since v0.12.4

Merged pull requests:

v0.12.4

07 Oct 08:17
v0.12.4
99a1b77
Compare
Choose a tag to compare

v0.12.4 (2019-10-04)

Diff since v0.12.3

Closed issues:

  • broken on v"1.2.0-DEV.354" (#543)
  • How to get HDF5 version >= 1.10.0 on Windows? (#516)
  • Wrong ZLIB being linked, Affects importing other packages (#485)

Merged pull requests:

v0.12.3

27 Aug 13:18
v0.12.3
10deac1
Compare
Choose a tag to compare

v0.12.3 (2019-08-27)

Diff since v0.12.2

Merged pull requests:

  • Update to test on 1.2 as well (#575) (musm)
  • Don't build examples in manual compilation mode (#574) (musm)
  • Link high level library (#573) (musm)
  • Upgrade to latest hdf5 version Windows binaries (#572) (musm)
  • Update README installation instructions (#571) (musm)

v0.12.2

23 Aug 11:25
v0.12.2
cc49bb4
Compare
Choose a tag to compare

v0.12.2 (2019-08-22)

Diff since v0.12.1

Closed issues:

  • Couldn't use user specified HDF5 library after v0.12.0 (#567)
  • Couldn't use user specified HDF5 library (#566)
  • v0.12 depends on binaries, breaking function on all but few platforms (#562)
  • BinaryBuilder script for HDF5 (#471)
  • Read complex numbers from HDF5 (#180)

Merged pull requests:

  • Enable parallel hdf5 builds if mpi is installed (#570) (musm)
  • Add manual fallback compilation mode (#568) (musm)
  • complex number support (#558) (kleinhenz)

v0.12.1

15 Aug 21:45
v0.12.1
cf9bc00
Compare
Choose a tag to compare

v0.12.1 (2019-08-15)

Diff since v0.12.0

Closed issues:

  • Super slow building? (#544)
  • can not use HDF5. error with libblosc (#234)

Merged pull requests:

v0.12.0

05 Jul 07:35
v0.12.0
9fe2e92
Compare
Choose a tag to compare

v0.12.0 (2019-07-05)

Diff since v0.11.1

Closed issues:

  • Can't build on Windows 10 (#539)
  • Can't build on Ubuntu (#526)
  • Build error due to Xcode version (#521)
  • Installing HDF5 asks for sudo password (#519)
  • Stop providing binaries? (#504)
  • Issue with using HDF5 and Pkg.Build("HDF5") (#483)
  • Can't build on Windows 10 (#481)
  • Build error with no staticfloat folder (#410)
  • Error building HDF5 on XSEDE Comet (#334)
  • linux installation without root? (#97)

Merged pull requests:

v0.11.1

23 Apr 16:06
f90e406
Compare
Choose a tag to compare
Bump version

Preliminary Bool support

18 Jan 19:14
Compare
Choose a tag to compare
Initial support for reading BITFIELD type (#540)

* Initial support for bitfield

* Added tests for reading and writing bools

v0.10.4: Merge pull request #538 from halleysfifthinc/patch-1

09 Jan 23:04
bdd6ffd
Compare
Choose a tag to compare

v0.10.3

21 Nov 13:36
Compare
Choose a tag to compare
return a plain `Array` from mmap when alignment allows it (#525)