JLD2 v0.5.10
- fix recently introduced regression where
UInt32
was converted toInt32
on load. - deprecation: Do not rely on JLD2 loading compression libraries. This is not fully stable due to worldage issues and it will be removed in a future release. (Instead do
using CodecXX
yourself)
Merged pull requests:
- Draft: new version (#620) (@JonasIsensee)
- fix reconstruction of UInt32 and add regression test (#622) (@JonasIsensee)