Releases: JuliaIO/BSON.jl
Releases · JuliaIO/BSON.jl
v0.2.6
BSON v0.2.6
Merged pull requests:
- Install TagBot as a GitHub Action (#66) (@JuliaTagBot)
- Allow saving IdDict (#70) (@dhairyagandhi96)
- Bump version (#71) (@dhairyagandhi96)
v0.2.5
v0.2.5 (2020-01-08)
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
v0.2.4 (2019-10-01)
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:
- Add warning about untrusted data (#53) (aviks)
- Add
Project.toml
, deleteREQUIRE
(#51) (DilumAluthge) - improve performance for reinterpret_ (#46) (KristofferC)
- normalize type of Int literal type params (closes #41) (#42) (oxinabox)
- fix serializing Methods for v1.2 (#37) (JeffBezanson)
v0.2.3: Merge pull request #31 from JonasIsensee/fileio_interface
FileIO interface
v0.2.2: Merge pull request #23 from richiejp/read-perf
Improve read performance & benchmark
v0.2.1: Merge pull request #11 from zgornel/master
Quickfix for Undefined Symbols