Skip to content

Releases: JuliaIO/JLD2.jl

v0.4.32

10 Jul 10:24
32aae76
Compare
Choose a tag to compare

JLD2 v0.4.32

Diff since v0.4.31

Closed issues:

  • Error when trying to save large data set with compression (#396)
  • TimeDatatype not defined (#465)

Merged pull requests:

v0.4.31

28 Feb 18:28
a0ecb14
Compare
Choose a tag to compare

JLD2 v0.4.31

Diff since v0.4.30

Closed issues:

  • Inexact Error during saving large data. (#399)
  • Remove large_fractal_heap.h5 (60Mb) file from package? (#443)
  • error reconstructing DataFrames? (with solution) (#447)
  • InexactError while loading JLD2 (#451)
  • Reading data file fails when original package that created the data changed (#453)
  • Unpack for JLD2File (#454)

Merged pull requests:

v0.4.30

22 Jan 11:17
Compare
Choose a tag to compare

JLD2 v0.4.30

Diff since v0.4.29

Closed issues:

  • Custom Serialization for paramteric types (#418)
  • Error saving DataFrame in 1.8.3 (#441)
  • JLD2.InvalidDataException("Did not find a Superblock.") error from "straightforward" save and load (#445)

Merged pull requests:

  • allow loading compressed files during precompilation (#446) (@marius311)

v0.4.29

26 Nov 13:25
7ed395e
Compare
Choose a tag to compare

JLD2 v0.4.29

Diff since v0.4.28

Closed issues:

  • @load causes an error when file is missing even when the line is not executed (#430)
  • issue under Julia v1.8.3 (#440)

Merged pull requests:

v0.4.28

14 Nov 10:28
Compare
Choose a tag to compare

JLD2 v0.4.28

Diff since v0.4.27

Closed issues:

  • Broken with Julia master (#428)

Merged pull requests:

v0.4.27

12 Nov 18:28
cdf2ab8
Compare
Choose a tag to compare

JLD2 v0.4.27

Diff since v0.4.26

Closed issues:

  • 0.4.26 broken - UndefVarError in JLD2.ReadRepresentation() (#434)

Merged pull requests:

v0.4.26

07 Nov 21:23
00e1931
Compare
Choose a tag to compare

JLD2 v0.4.26

Diff since v0.4.25

Closed issues:

  • Warning: type does not exist in workspace; reconstructing (#390)
  • List groups? (#419)
  • Supporting Dict{Symbol} (#420)
  • Internal limit of filename length? (#424)
  • compression of large matrix (#425)
  • preprocess on a struct before saving it (#426)
  • Custom serialization with duplicated instances (#431)
  • circular references with Ref are not correctly restored using custom serialization (#433)

Merged pull requests:

v0.4.25

07 Oct 06:41
Compare
Choose a tag to compare

v0.4.24

01 Oct 18:33
b5c09ef
Compare
Choose a tag to compare

JLD2 v0.4.24

Diff since v0.4.23

Closed issues:

  • LoadError: MethodError: no method matching names(::Base.Broadcast.BroadcastFunction{typeof(FileIO.save)}) (#417)

Merged pull requests:

v0.4.23

10 Sep 08:31
a4f2980
Compare
Choose a tag to compare

JLD2 v0.4.23

Diff since v0.4.22

Closed issues:

  • Clarify security boundaries (#115)
  • Document fallback behaviour - (e.g. advanced docs?) (#226)
  • is keys(fh) documented (#236)
  • load data that was saved on a x64 system, on a x86 system (#255)
  • Note somewhere that reading from a .jld file is cached (#277)
  • Advertise JLD2DebugTools.jl in the docs (#303)
  • Document custom group size (#311)
  • Compatibility issue with MATLAB HDF5 (#386)
  • jldsave error (#389)
  • Fail-safe way to write into a jld2 file in parallel? (#391)
  • Wrong saving/reloading of Array in Julia 1.7.2 (#397)
  • New interface requires installing JLD2 (#400)
  • Custom serialization returns sometimes disk representation (#408)
  • Loading BitSet gives error from saved file (#410)

Merged pull requests: