JLD.jl

Saving and loading julia variables while preserving native types

MIT License

Stars
272
Committers
69

Bot releases are visible (Hide)

JLD.jl - v0.13.5 Latest Release

Published by github-actions[bot] 7 months ago

JLD v0.13.5

Diff since v0.13.4

Merged pull requests:

  • Fix use of HDF5._dataspace (#331) (@mkitti)
JLD.jl - v0.13.4

Published by mkitti 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/JuliaIO/JLD.jl/compare/v0.13.3...v0.13.4

JLD.jl - v0.13.3

Published by github-actions[bot] almost 2 years ago

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:

  • Add compress=true/false option to @save macro (#318) (@brenhinkeller)
  • Do not access. size field in DataType (#320) (@musm)
JLD.jl - v0.13.2

Published by github-actions[bot] over 2 years ago

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])
JLD.jl - v0.13.1

Published by github-actions[bot] over 2 years ago

JLD v0.13.1

Diff since v0.13.0

Merged pull requests:

  • Fix deprecations (#312) (@musm)
JLD.jl - v0.13.0

Published by github-actions[bot] over 2 years ago

JLD v0.13.0

Diff since v0.12.5

Merged pull requests:

  • Update to accommodate HDF5 v0.16 (#307) (@musm)
  • Update README.md (#310) (@musm)
  • Fix rename deprecations (#311) (@musm)
JLD.jl - v0.12.5

Published by github-actions[bot] almost 3 years ago

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)
JLD.jl - v0.12.4

Published by github-actions[bot] almost 3 years ago

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)
JLD.jl - v0.12.3

Published by github-actions[bot] over 3 years ago

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)
JLD.jl - v0.12.2

Published by github-actions[bot] over 3 years ago

JLD v0.12.2

Diff since v0.12.1

Closed issues:

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

Merged pull requests:

  • Stop extending FileIO methods (#296) (@timholy)
JLD.jl - v0.12.1

Published by github-actions[bot] almost 4 years ago

JLD v0.12.1

Diff since v0.12.0

Closed issues:

  • Save and read a sharedarray in a jld file (#291)

Merged pull requests:

  • CompatHelper: bump compat for "HDF5" to "0.15" (#292) (@github-actions[bot])
JLD.jl - v0.12.0

Published by github-actions[bot] almost 4 years ago

JLD v0.12.0

Diff since v0.11.1

Merged pull requests:

  • Deprecate exists to haskey and names to keys and bump minor version in prep for HDF5 release (#290) (@musm)
JLD.jl - v0.11.1

Published by github-actions[bot] almost 4 years ago

JLD v0.11.1

Diff since v0.11.0

Merged pull requests:

  • Directly call low-level h5d_create when using HDF5.Properties (#289) (@jmert)
JLD.jl - v0.11.0

Published by github-actions[bot] almost 4 years ago

JLD v0.11.0

Diff since v0.10.0

Closed issues:

  • crash when path not exists (#204)
  • Error when reconstructing JLD type with filednames of non-ascii characters (#235)
  • Error using @save in Main (#253)
  • Loading complex types seems to be broken with the latest HDF5_jll release (#281)

Merged pull requests:

  • Issue #235: reconstructing type with non-ascii attribute names (#250) (@AmebaBrain)
  • Fix some issues with @save and @load (#254) (@Thuener)
  • Adapt to changes in next HDF5 release (#280) (@jmert)
  • Switch to and update GitHub Actions (#284) (@jmert)
  • Remove old CI badges and update them to gh actions (#286) (@musm)
JLD.jl - v0.10.0

Published by github-actions[bot] over 4 years ago

JLD v0.10.0

Diff since v0.9.2

Merged pull requests:

  • Install TagBot as a GitHub Action (#273) (@JuliaTagBot)
  • Ditch Compat, LegacyStrings (#276) (@timholy)
JLD.jl - v0.9.2

Published by julia-tagbot[bot] over 4 years ago

v0.9.2 (2020-01-29)

Diff since v0.9.1

Closed issues:

  • Is this package going to be maintained? (#243)
  • Can't save NamedTuple (#241)
  • JLDArchives tests do not pass on master (#149)
  • EXCEPTION_ACCESS_VIOLATION when trying to open older jld file using 0.6 (#147)
  • @save "foo.jld" doesn't save anything instead of saving everything inside a module (#139)

Merged pull requests:

  • Small fixes to tests (#272) (KristofferC)
  • avoid mutating immutable structs; fix for julia 1.4 (#271) (JeffBezanson)
  • replace REQUIRE with Project.toml (#270) (JeffBezanson)
  • Fix to allow reading booleans from the file. (#269) (JeffBezanson)
  • Use URL to access JLDArchives (#262) (timholy)
  • Replace type with struct for composite type (#260) (petershintech)
  • fix reading booleans (#246) (JeffBezanson)
  • fix #241, saving NamedTuples (#245) (JeffBezanson)
  • Missing updates to julia 1.0 (#242) (bhalonen)
  • Use of the names function in the documentation (#238) (ghost)
JLD.jl - v0.9.1

Published by JeffBezanson almost 6 years ago

Remove the error for saving Ptrs.

JLD.jl - v0.9.0

Published by JeffBezanson about 6 years ago

Support julia v0.7/1.0.

JLD.jl -

Published by ararslan about 7 years ago

JLD.jl -

Published by ararslan about 7 years ago