Skip to content

Releases: JuliaIO/BSON.jl

v0.2.6

20 Apr 14:03
dd4373b
Compare
Choose a tag to compare

BSON v0.2.6

Diff since v0.2.5

Merged pull requests:

  • Install TagBot as a GitHub Action (#66) (@JuliaTagBot)
  • Allow saving IdDict (#70) (@dhairyagandhi96)
  • Bump version (#71) (@dhairyagandhi96)

v0.2.5

08 Jan 10:55
v0.2.5
cd92396
Compare
Choose a tag to compare

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)

v0.2.4

01 Oct 17:53
v0.2.4
Compare
Choose a tag to compare

v0.2.4 (2019-10-01)

Diff since v0.2.3

Closed issues:

  • Transfer to JuliaIO (#56)
  • Deserialization is restricted to the Main namespace? (#49)
  • Loading VGG19 weights is quite slow (#45)
  • BSON file saves on 64bit system can not be loaded on 32bit system (#41)
  • Compatibility with FileIO (#24)
  • Can't load Set's (#22)

Merged pull requests:

v0.2.3: Merge pull request #31 from JonasIsensee/fileio_interface

28 Mar 10:45
eaeaf1c
Compare
Choose a tag to compare

v0.2.2: Merge pull request #23 from richiejp/read-perf

06 Mar 16:37
b7960c9
Compare
Choose a tag to compare
Improve read performance & benchmark

v0.2.1: Merge pull request #11 from zgornel/master

13 Sep 14:51
0fb8791
Compare
Choose a tag to compare

v0.2.0

28 Aug 09:31
e3a0353
Compare
Choose a tag to compare
Update .travis.yml

v0.1.4

03 Aug 15:17
Compare
Choose a tag to compare
dict special case

v0.1.3

06 Mar 09:01
Compare
Choose a tag to compare
save convenience

v0.1.2

01 Mar 12:18
Compare
Choose a tag to compare
whoops. fixes #1