Skip to content

Releases: JuliaIO/JLD2.jl

v0.5.15

26 Jun 07:41
760b565
Compare
Choose a tag to compare

JLD2 v0.5.15

Diff since v0.5.14

  • Add new solution for custom type mapping gives allows full control also for parametric types.

Merged pull requests:

Closed issues:

  • Typemap yields Upgrade(type) objects on load (#630)

v0.5.14

23 Jun 08:27
0aae9f4
Compare
Choose a tag to compare

JLD2 v0.5.14

Diff since v0.5.13

  • Support for Memory and MemoryRef

Merged pull requests:

Closed issues:

  • Warnings on saving anonymous functions (#644)
  • Regression: save / load a grid crashes with Julia 1.12 (#645)

v0.5.13

20 Apr 15:54
21e7ea1
Compare
Choose a tag to compare

JLD2 v0.5.13

Diff since v0.5.12

Merged pull requests:

Closed issues:

  • does not load on nightly (2025-03-20) (#636)
  • Is there a way to check if saving an object will result in an easilly interpretted HDF5 file? (#641)

v0.5.12

22 Mar 21:40
74772b4
Compare
Choose a tag to compare

JLD2 v0.5.12

Diff since v0.5.11

  • Fix precompile workload for loading on nightly

Merged pull requests:

Closed issues:

  • Updating structs without renaming (#627)

v0.4.54

10 Feb 15:10
f4ba837
Compare
Choose a tag to compare

JLD2 v0.4.54

Diff since v0.4.53

  • This backports compatibility of JLD2 v0.4 to julia v1.11

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.5.11

14 Jan 14:03
7b18630
Compare
Choose a tag to compare

JLD2 v0.5.11

Diff since v0.5.10

  • enable Upgrade of mutable structs inside Union types

Merged pull requests:

Closed issues:

  • InexactError: convert(UInt32, -1761558062) (#619)
  • Larger file size with compression than without (#625)
  • Bug in Union loading using Upgrade (#628)

v0.5.10

25 Nov 16:10
b8b0f9a
Compare
Choose a tag to compare

JLD2 v0.5.10

Diff since v0.5.9

  • fix recently introduced regression where UInt32 was converted to Int32 on load.
  • deprecation: Do not rely on JLD2 loading compression libraries. This is not fully stable due to worldage issues and it will be removed in a future release. (Instead do using CodecXX yourself)

Merged pull requests:

v0.5.9

19 Nov 14:35
131d498
Compare
Choose a tag to compare

JLD2 v0.5.9

Diff since v0.5.8

  • Regression fix for Union-type array elements
  • fix printing issue in printtoc

Merged pull requests:

Closed issues:

  • Regression in serializing + deserializing union vectors introduced in 0.5.6 (#617)

v0.5.8

06 Nov 10:50
70f10de
Compare
Choose a tag to compare

JLD2 v0.5.8

Diff since v0.5.7

  • compatibility with nightly

Merged pull requests:

Closed issues:

  • Incompatibility with Julia 1.12 due to missing Base.module_keys (#614)

v0.5.7

24 Oct 11:01
Compare
Choose a tag to compare

JLD2 v0.5.7

Diff since v0.5.6

  • Bugfix for loading Symbol[#undef]