Skip to content

v0.2.5

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 08 Jan 10:55
· 73 commits to master since this release
v0.2.5
cd92396

v0.2.5 (2020-01-08)

Diff since v0.2.4

Closed issues:

  • MultiDim Arrays stored in a BSON file saved on 64-bit not loads on 32-bit system (#60)
  • Explicitly document that loading of files is insecure (#50)

Merged pull requests:

  • don't try to mutate immutable structs; fixes tests on julia v1.4 (#63) (JeffBezanson)
  • Fix BSON.jl failing to load MultiDims Arrays in 32-bit saved on 64-bit ( #60 ) (#61) (Ayushk4)