JuliaIO / JLD.jl

Saving and loading julia variables while preserving native types
MIT License
277 stars 55 forks source link

Fix reading booleans in JLD #244

Closed bhalonen closed 5 years ago

bhalonen commented 5 years ago

Boolean reading broke on the update of HDF5.

JeffBezanson commented 5 years ago

Oh dear, that turns out to be a very breaking change. This will need a bunch of version checks.