Skip to content

Releases: JuliaIO/JLD2.jl

v0.4.42

11 Jan 08:23
4463848
Compare
Choose a tag to compare

JLD2 v0.4.42

Diff since v0.4.41

Merged pull requests:

Closed issues:

  • Slow performance on Tuple{Type1, Type2} (#2)
  • Security issue: Type confusion, convert called during deserialization (#117)
  • Type Resolution with changing module paths (#182)
  • API: jldsave & save_object (#210)
  • Loading a group with fileio (#313)
  • Custom serialization for SymEngine.jl required (#362)
  • JLD2 for opening netCDF files (#406)
  • Determine required modules before loading (#421)
  • StackOverflowError with recursive Dict types (#427)
  • save_object has no compress kwarg (#457)
  • Reconstructed types regression in v0.4.33 (#479)
  • Inexact error when saving large data without compresssion (#487)
  • Dict of mutable struct reconstruction fails with newer JLD2 versions (#506)

v0.4.41

02 Jan 16:22
3933b32
Compare
Choose a tag to compare

JLD2 v0.4.41

Diff since v0.4.40

Merged pull requests:

Closed issues:

  • Issue when saving tuples of variable length (Vararg tuples). (#486)
  • [Feature request] save(file, x) and load(file) (#495)
  • jldopen(filename, "w";) will fail in win7 (#508)
  • Saving vector of dictionaries initialized as #undef gives "This should not have happened" (#510)
  • error when serializing expression containing Int128 (#511)

v0.4.40

19 Dec 12:34
ea04eb3
Compare
Choose a tag to compare

JLD2 v0.4.40

Diff since v0.4.39

Merged pull requests:

Closed issues:

  • occasional corruption while loading Matrix{Rational{BigInt}} (#512)

v0.4.39

19 Dec 10:19
4120440
Compare
Choose a tag to compare

JLD2 v0.4.39

Diff since v0.4.38

  • backward compatibility support for windows 7 by changing the default IO type to IOStream (#509) (@HongBinYu-hub)

Merged pull requests:

Closed issues:

v0.4.38

03 Nov 23:17
Compare
Choose a tag to compare

JLD2 v0.4.38

Diff since v0.4.37

Merged pull requests:

Closed issues:

  • Deserializing LRUCache.LRU breaks in v0.4.37 (#497)

v0.4.37

23 Oct 22:16
Compare
Choose a tag to compare

JLD2 v0.4.37

Diff since v0.4.36

Merged pull requests:

  • Align writeas for Dict with wconvert (#492) (@vtjnash)
  • switch to PrecompileTools.jl (#493) (@sjkelly)
  • CompatHelper: add new compat entry for PrecompileTools at version 1, (keep existing compat) (#494) (@github-actions[bot])
  • Tag 0.4.37 (#496) (@vtjnash)

v0.4.36

16 Oct 21:16
374545b
Compare
Choose a tag to compare

JLD2 v0.4.36

Diff since v0.4.35

Merged pull requests:

  • Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 (#488) (@dependabot[bot])
  • CompatHelper: bump compat for TranscodingStreams to 0.10, (keep existing compat) (#489) (@github-actions[bot])
  • Update Project.toml (#491) (@JonasIsensee)

Closed issues:

  • Loading file without known type throws recussive warnings, interrupt resistant (#137)
  • error when saving and loading SharedArray (#392)
  • array of NamedTuple from julia 1.6 to julia 1.7 fail to load (#393)
  • segfault on loading JLD2 file (#395)
  • JLD2 saves PyObjects as NULL (#411)
  • Reconstruction warnings (#456)
  • Upgrading old structures with parametric composite types (#474)
  • file permissions after adding JLD2 (#482)

v0.4.35

22 Sep 09:17
Compare
Choose a tag to compare

JLD2 v0.4.35

Diff since v0.4.34

Merged pull requests:

Closed issues:

  • Round-trip serialization for Tuple{Type{Int32}} results in Tuple{DataType} (#484)

v0.4.34

20 Sep 14:17
Compare
Choose a tag to compare

JLD2 v0.4.34

Diff since v0.4.33

Merged pull requests:

  • Bump actions/checkout from 3 to 4 (#481) (@dependabot[bot])
  • Don't keep file in open files cache if it fails to read metadata (#483) (@Keno)

Closed issues:

  • Unknown Parallel Issue (#478)
  • ArgumentError: destination has fewer elements than required (#480)

v0.4.33

26 Jul 08:24
c47f45b
Compare
Choose a tag to compare

JLD2 v0.4.33

Diff since v0.4.32

Closed issues:

  • Tuple-of-type-of-closure cannot be reloaded (#37)
  • DataType as tuple field (#298)
  • EXCEPTION_ACCESS_VIOLATION with basic example (#384)
  • UndefVarError: #68#new_logstate not defined (#471)
  • LoadError: type DataType has no field size (#472)

Merged pull requests: