Skip to content

Releases: JuliaIO/JLD.jl

v0.13.5

24 Mar 07:43
80ac896
Compare
Choose a tag to compare

JLD v0.13.5

Diff since v0.13.4

Merged pull requests:

v0.13.4

30 Dec 03:09
e2ed6e9
Compare
Choose a tag to compare

What's Changed

  • enable dependabot for GitHub actions by @ranocha in #322
  • Bump actions/checkout from 2 to 3 by @dependabot in #326
  • Fix HDF5.exists, HDF5.haddr_t, and HDF5.object_info deprecation warnings by @musm in #325
  • CompatHelper: bump compat for HDF5 to 0.17, (keep existing compat) by @github-actions in #327
  • Bump actions/checkout from 3 to 4 by @dependabot in #328
  • Bump to version 0.13.4, HDF5 0.17 compat by @mkitti in #329

New Contributors

Full Changelog: v0.13.3...v0.13.4

v0.13.3

02 Dec 18:05
b9b69c5
Compare
Choose a tag to compare

JLD v0.13.3

Diff since v0.13.2

Closed issues:

  • JLD and JLD2 don't work in julia 1.7.0 (#309)
  • Broken on Julia v1.10 nightly (#319)

Merged pull requests:

v0.13.2

02 Jun 17:04
b907a3f
Compare
Choose a tag to compare

JLD v0.13.2

Diff since v0.13.1

Merged pull requests:

  • CompatHelper: bump compat for Compat to 4, (keep existing compat) (#317) (@github-actions[bot])

v0.13.1

05 Feb 20:51
14e66d9
Compare
Choose a tag to compare

JLD v0.13.1

Diff since v0.13.0

Merged pull requests:

v0.13.0

04 Feb 06:40
7c449a1
Compare
Choose a tag to compare

JLD v0.13.0

Diff since v0.12.5

Merged pull requests:

v0.12.5

15 Dec 07:44
bc0052c
Compare
Choose a tag to compare

JLD v0.12.5

Diff since v0.12.4

Merged pull requests:

  • [urgent-fix-breakage] JLD depends on H5Zblosc (#305) (@mkitti)
  • Intermediary fixup release to mitigate HDF5 v0.16 issues (#306) (@musm)

v0.12.4

14 Dec 17:37
ee4217a
Compare
Choose a tag to compare

JLD v0.12.4

Diff since v0.12.3

Closed issues:

  • CategoricalArray do not seem supported (Stackoverflow) (#277)
  • unable to load JLD - Core.AbstractArray{#s831,1},#s831 (#299)
  • error on Julia 1.7.0-beta2 (#300)

Merged pull requests:

  • Use ismutabletype(T) for datatypes (#303) (@mkitti)
  • Fix JLDArchives test, do not use Pkg.GitTools.clone (#304) (@mkitti)

v0.12.3

30 Mar 15:09
83ea0c5
Compare
Choose a tag to compare

JLD v0.12.3

Diff since v0.12.2

Closed issues:

  • anonymous function can't be saved, in Julia v1.6 (#293)
  • Parametric type load errors with StaticArrays: ERROR: stored type does not match currently loaded type (#294)
  • cannot append nested parametric types (#297)

Merged pull requests:

  • Fix #294, #297 - comparing HDF5 datatypes is sensitive to committed history (#298) (@jmert)

v0.12.2

04 Mar 22:23
7fac7fe
Compare
Choose a tag to compare

JLD v0.12.2

Diff since v0.12.1

Closed issues:

  • Warning: JLD incorrectly extends FileIO functions (#295)

Merged pull requests: