Releases: JuliaIO/JLD2.jl
Releases ยท JuliaIO/JLD2.jl
v0.5.0
JLD2 v0.5.0
breaking change:
Encoding of julia structs was updated to resolve some limitations
This make new files incompatible with JLD2 versions <= v0.4.53
.
Old JLD2
versions will warn when opening a file that is too new and then, depending on the contents, likely error.
Old files can still be read by the new version !
Merged pull requests:
- v0.5.0 (#591) (@JonasIsensee)
- new type encoding (#592) (@JonasIsensee)
Closed issues:
- Bad saving of interactively-defined function in tuple (#36)
v0.4.53
JLD2 v0.4.53
Merged pull requests:
- v0.4.53 (#587) (@JonasIsensee)
- Draft: Slicing (#589) (@JonasIsensee)
- updated workflows (#590) (@JonasIsensee)
Closed issues:
v0.4.52
JLD2 v0.4.52
Merged pull requests:
- Draft: experimental plain reconstruction (#522) (@JonasIsensee)
- experimental disable commit (#544) (@JonasIsensee)
- downgrade testing (#547) (@JonasIsensee)
- fix attribute loading (#580) (@JonasIsensee)
- Draft: new version (#581) (@JonasIsensee)
- WIP: Mmappable Arrays (#582) (@JonasIsensee)
- Update ci.yml (#584) (@JonasIsensee)
- Fixmultithreadingissue (#586) (@JonasIsensee)
Closed issues:
- Align bitstype arrays in file (#25)
- expost API for testing type consistency (#46)
- Allow reading/modifying arrays with Mmap (#235)
- Optional plain HDF5 data mapping without reconstruction of data source type (#505)
- Add flag to disallow committing structs (#541)
- With this new structure, how do I read the attribute value itself? (#579)
- multithreaded save error on 0.4.51 (#583)
v0.4.51
JLD2 v0.4.51
Merged pull requests:
- Draft: explicit datasets (#568) (@JonasIsensee)
- Update documentation site and docstrings (#570) (@abhro)
- Upgrading Singleton types and fix #571 (#572) (@JonasIsensee)
- hot fix (#573) (@JonasIsensee)
- try delete redundant stdlib file (#575) (@JonasIsensee)
- try remove pkg dep (#576) (@JonasIsensee)
- add testfiles and remove obsolete tests (#577) (@JonasIsensee)
- changelog & version (#578) (@JonasIsensee)
Closed issues:
v0.4.50
JLD2 v0.4.50
Merged pull requests:
- Don't hide exception data during loading and saving (#569) (@Octogonapus)
Closed issues:
- Exception when reconstructing a type inside a collection with a specific type parameter (#374)
v0.4.49
JLD2 v0.4.49
Merged pull requests:
- Add Zstd compression (#560) (@milankl)
- CompatHelper: bump compat for TranscodingStreams to 0.11, (keep existing compat) (#565) (@github-actions[bot])
- bump version & changelog (#567) (@JonasIsensee)
Closed issues:
v0.4.48
JLD2 v0.4.48
Merged pull requests:
- Unnormalized unicode & missing load_attribute method (#561) (@JonasIsensee)
Closed issues:
- Variables named with modifiers (like \hat) are incorrectly saved (#466)
v0.4.47
JLD2 v0.4.47
Merged pull requests:
- Update codecov-action (#552) (@nhz2)
- Bump julia-actions/setup-julia from 1 to 2 (#554) (@dependabot[bot])
- Fix downloads count badge (#556) (@pricklypointer)
- Bump julia-actions/cache from 1 to 2 (#557) (@dependabot[bot])
- avoid overflow in nfield loading (#559) (@JonasIsensee)
Closed issues:
- File created with earlier JLD2 version can't be opened with version 0.4.38 or later (#549)
- How to print or show every group name of a JLD2 file (#553)
- Manually flush written data to file (#555)
- Saving/Reloading a struct with more than 255 fields leads to a "missing field" warning & corrupted loads (#558)
v0.4.46
JLD2 v0.4.46
Merged pull requests:
- Bump actions/cache from 3 to 4 (#540) (@dependabot[bot])
- Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 (#542) (@dependabot[bot])
- try use julia-actions/cache (#543) (@JonasIsensee)
- Update TagBot.yml (#545) (@ViralBShah)
- Bump codecov/codecov-action from 3 to 4 (#546) (@dependabot[bot])
- Add missing word in warning message (#548) (@ljahn)
- remove usage of IOBuffer internals (#551) (@JonasIsensee)
Closed issues:
v0.4.45
JLD2 v0.4.45
Merged pull requests:
- add method for mutable custom serialization (#537) (@JonasIsensee)
- unknown unionall type param (#539) (@JonasIsensee)
Closed issues: