Skip to content

Releases: JuliaIO/JLD.jl

Fix deprecation warnings

04 Aug 16:21
Compare
Choose a tag to compare
Merge pull request #181 from JuliaIO/fbot/deps

Fix deprecations

v0.8.0: fix missing gc-roots (#169)

30 Jul 19:25
Compare
Choose a tag to compare
* 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

17 Jun 10:57
Compare
Choose a tag to compare
Update h5convert_vals to use `@noinline` (#159)

TypeofBottom

24 Mar 17:34
1adf771
Compare
Choose a tag to compare

Created from the backport-rename branch, which backports #142 to v0.6.9.

Remove depwarns

20 Jan 19:57
Compare
Choose a tag to compare

... and a few other fixes for 0.6

v0.6.8

29 Dec 23:12
Compare
Choose a tag to compare
don't access String .data field (#112)

v0.6.7: Merge pull request #107 from andreasnoack/anj/take

18 Dec 16:39
Compare
Choose a tag to compare