Skip to content

Releases: JuliaIO/JLD2.jl

v0.4.5

30 Apr 12:35
c9988a0
Compare
Choose a tag to compare

JLD2 v0.4.5

Diff since v0.4.4

Closed issues:

  • crash on saving big data (#127)
  • Handling of files with groups (#224)
  • Feature Ideas: File Inspection (#237)
  • save type NTuple is missing field... (#263)
  • Verify compression engine earlier (or give a better error message) (#305)
  • Error when repeatedly appending data to a JLD2 file using groups (#307)

Merged pull requests:

v0.4.4

25 Apr 08:07
56c5ac7
Compare
Choose a tag to compare

JLD2 v0.4.4

Diff since v0.4.3

Closed issues:

  • Improve compression (#23)
  • delete or overwrite dataset or group? (#38)
  • Load times for compressed files grow linearly with size (#135)
  • Make it simpler to save and load a single object (#210)
  • Truncate default show method (#289)
  • Feature request: allow begin-end blocks in @save for multiline arguments (#295)
  • @load macro cant receive filename string as variables (#296)

Merged pull requests:

v0.4.3

21 Mar 21:21
9a98c9e
Compare
Choose a tag to compare

JLD2 v0.4.3

Diff since v0.4.2

Closed issues:

  • Unable to install v0.4.2 in Julia v1.0.5 (#286)

Merged pull requests:

v0.4.2

26 Feb 10:24
59f581e
Compare
Choose a tag to compare

JLD2 v0.4.2

Diff since v0.4.1

Closed issues:

  • Piracy inside JLD2 (#253)
  • Feature request: jldcache(func::Function, filename::String, path::String) (#280)
  • Error when loading a dict saved on a 64-bits machine in a 32-bit one, and vice-versa (#281)

Merged pull requests:

v0.4.1

17 Feb 20:22
f7535ab
Compare
Choose a tag to compare

JLD2 v0.4.1

Diff since v0.4.0

Closed issues:

  • Way to make read_array! call read_scalar for robustness (#114)
  • different behavior of haskey(...) method (#278)

Merged pull requests:

v0.4.0

14 Feb 16:33
5c88164
Compare
Choose a tag to compare

JLD2 v0.4.0

Diff since v0.3.3

Closed issues:

  • How to deal with C pointers (#251)

Merged pull requests:

v0.3.3

01 Feb 10:29
a4deccc
Compare
Choose a tag to compare

JLD2 v0.3.3

Diff since v0.3.2

Merged pull requests:

v0.3.2

20 Jan 17:11
ac63aaa
Compare
Choose a tag to compare

JLD2 v0.3.2

Diff since v0.3.1

Closed issues:

  • compress doesn't work when using a struct containing a union (#266)
  • "No file exists" error (#267)
  • [FR] Support dictionaries with Symbol as key type (#268)

Merged pull requests:

v0.3.1

01 Dec 12:26
78f4f30
Compare
Choose a tag to compare

JLD2 v0.3.1

Diff since v0.3.0

Closed issues:

  • customserialization (#40)
  • prevent overwriting using @save (#172)
  • Fix custom serialization (#222)
  • Saving CodeInfo sometimes errors. (#243)
  • Customserialization notes (#244)
  • Unable to install JLD2.jl v0.3 on a clean Julia registry (#259)

Merged pull requests:

  • round trip tests with functional values (#261) (@kolia)

v0.3.0

15 Nov 19:13
d6bd508
Compare
Choose a tag to compare

JLD2 v0.3.0

Diff since v0.2.4

Closed issues:

  • Test dependency LIBSVM is not compatible with julia 1.0 making tests fail (#249)
  • LoadError: UndefRefError: access to undefined reference (#252)

Merged pull requests: