Releases: JuliaIO/JLD2.jl
Releases · JuliaIO/JLD2.jl
v0.1.8
v0.1.8 (2019-11-22)
Merged pull requests:
- Fix a bug that occurs because
Future
is a stdlib but also a type (#166) (DilumAluthge)
v0.1.7
v0.1.7 (2019-11-21)
Closed issues:
- Types in nested modules are not resolved properly (#154)
Merged pull requests:
- Always search the Main module first (#164) (DilumAluthge)
v0.1.6
v0.1.6 (2019-11-20)
Merged pull requests:
v0.1.5
v0.1.5 (2019-11-20)
Merged pull requests:
- Bump version from "0.1.5-DEV" to "0.1.5" (#161) (DilumAluthge)
- Allow CodecZlib 0.5 and 0.6 (#160) (DilumAluthge)
- Run Travis on pull requests, but not on every feature branch (#159) (DilumAluthge)
- Rename some test variables to avoid conflicting with other test variables (#158) (DilumAluthge)
- Fix CodeCov badge (#157) (DilumAluthge)
v0.1.4
v0.1.4 (2019-11-20)
Closed issues:
- Reconstructing types - regression introduced in JLD2 version 0.1.3 (#149)
- "Unable to write pointer" when serializing an array of vectors (#148)
Merged pull requests:
- Work harder to resolve the scope when trying to resolve types - fixes several bugs (#151) (DilumAluthge)
- Fix broken Travis badge in README.md (#150) (DilumAluthge)
v0.1.3
v0.1.3 (2019-09-14)
Closed issues:
- graph saved using JLD2 cannot be loaded on same machine (#145)
- can't access names of contents programmatically (#138)
- Problems with 'loading' types in modules (#134)
- package status (#129)
- Cannot reconstruct type in same session (#113)
- Load MersenneTwister fails (#112)
- mysterious segfault (#78)
Merged pull requests:
v0.1.2
Patch for proper handling `DataFrame` objects (#106) * Patch for proper handling `DataFrame` objects This patch changes usage of `setproperty!` to `setfield!` for mutable objects when `odr` is not `nothing`. This should be considered a quick fix as probably a more consistent redesign of this function would be better, but I do not have access to appropriate test cases. I have left comments in the code where probably things should be fixed, but I have left them as is for now not to introduce breaking changes I am not sure how to test against. * added test for mutable with overriden setproperty! * improved handling of setfield!
v0.1.1
v1.0 only release
Third time’s a charm