JLD2 v0.2.1
Closed issues:
- File saved with JLD2 can't be read, from identical OS and JLD2 version (#55)
- Check if mmap fails and fall back to IOStream (#60)
MethodError: no method matching TypeVar(::Int64, ::Type{Union{}}, ::Type{Any})
(#81)- segfault (#96)
- When should saving fail? (#201)
- Tests fail on nightly (#216)
- Version compat (#227)
Merged pull requests:
- Update README.md (#229) (@glwagner)
- use ftruncate instead of pwrite (#231) (@JonasIsensee)
- Make macro use try catch finally instead of do syntax (#232) (@JonasIsensee)