Releases: JuliaIO/JLD.jl
Releases · JuliaIO/JLD.jl
Fix deprecation warnings
Merge pull request #181 from JuliaIO/fbot/deps Fix deprecations
v0.8.0: fix missing gc-roots (#169)
* fix missing gc-roots since calling `pointer()` explicitly discards gc-rooting need to ensure that there is a memory barrier that uses the value after we know for certain we are done with the value note that a better pattern is usually to use `Ref` to make gc-safe interior pointers * fix v0.7 compatibility with macrocall __source__ argument * fix v0.6 compatibility with JLD00 and JLDArchive tests * make JLD00-formatted files readable on v0.6 * Rebase fixes * Fix tests
v0.6.11
TypeofBottom
Created from the backport-rename branch, which backports #142 to v0.6.9.
Remove depwarns
... and a few other fixes for 0.6
v0.6.8
v0.6.7: Merge pull request #107 from andreasnoack/anj/take
Use take! instead of takebuf_string