JLD2 v0.2.0
Closed issues:
- Closures (#13)
- Adapt JLD2 for isbits union fields (#35)
- @load should provide better error message when symbol is passed without variable names (#51)
- Segmentation fault when using @save (#53)
- segmentation fault during Pkg.test, linux, Julia 0.6.2 (#56)
- doesn't seem to be able to save DataFrames.DataFrame with WeakRefStrings as columns (#58)
- incremental compilation broken when saving to and loading from a JLD2 file in a module (#64)
- Cannot save Dict with key or value type being Union (#65)
- Option to allow reconstructing mutable struct (#70)
- Segfault Using WSL (#80)
- can't reconstruct Date in v0.7 (#82)
- Interaction with PyCallJLD (#83)
- error on 0.7-beta2, Win64 (#84)
- Save anonymous functions (as part of a struct) (#86)
- BoundsError when using
load
on string data (#87) - EXCEPTION_ACCESS_VIOLATION with large Vector{Union{Missing,Int32}} (#108)
- Failure to save struct parameterized on Union containing UnionAlls. (#109)
- Char data type is not compatible between Julia 0.7 and Julia 0.6 (#110)
- Zeros converted to missing when loading DataFrame with Union types (#111)
- Segmentation fault (#119)
- Functional form of saving reports unrecognized format (#120)
- filename argument must be a string literal unless variable names are specified (#121)
- [Julia 1.0] Cannot load OrderedDict (#123)
- Corruption when saving Vector{Union{Missing,T}} (#131)
- var=expr support in
@save
macro (#132) - Segfault when trying to load folder (#136)
- how to add (push1) new line to saved array (#139)
- UnsupportedVersionException ?!?! (#140)
- Julia 1.3 threaded write InexactError (#144)
- jldopen() throws error EBUSY on Windows 7 with Julia >= 1.3.0-rc2 (#153)
- corrupt data for Array{Union{Missing, Float32},1} (#163)
- strange behavior after saving DataFrame as JLD2 (#171)
- Segmentation fault (#183)
- Under Julia 1.4 error reading files saved under Julia 1.3 (#185)
- Can't save mutable type with parameter that's a subtype of AbstractMatrix (#187)
- Can't save a Measurements.Measurement (#189)
- Update the README (#202)
- Identifiers with "/" are split into groups (#203)
- Remove unnecessary dependency (#204)
- Compat Mode for reading old files (#207)
- Magic bytes (#211)
Merged pull requests:
- Add warning about using mmaparrays keyword (#176) (@m-wells)
- Fix segmentation fault when reading a file that doesn't exist (#184) (@kpamnany)
- Allow saving of 'recursive' immutable structs (#196) (@JonasIsensee)
- implement better save macro (#198) (@JonasIsensee)
- Test for issue #131 (#205) (@dylanfesta)
- Allow UnionAll in Unions (#206) (@JonasIsensee)
- Update .travis.yml (#209) (@JonasIsensee)
- Magic Bytes (#213) (@JonasIsensee)
- Better errors from external julia process (#214) (@JonasIsensee)
- CompatHelper: add new compat entry for "MacroTools" at version "0.5" (#215) (@github-actions[bot])
- Remove FileIO dependency (#217) (@lhupe)
- fix tests on windows (#219) (@JonasIsensee)
- CompatHelper: add new compat entry for "Requires" at version "1.0" (#220) (@github-actions[bot])
- An implementation of an interleaved isbits union (#221) (@JonasIsensee)
- CompatHelper: bump compat for "DataStructures" to "0.18" (#223) (@github-actions[bot])
- Implement backend fallback behaviour (#225) (@lhupe)