Skip to content

Releases: JuliaIO/JLD2.jl

v0.1.8

22 Nov 00:35
v0.1.8
24d3623
Compare
Choose a tag to compare

v0.1.8 (2019-11-22)

Diff since v0.1.7

Merged pull requests:

  • Fix a bug that occurs because Future is a stdlib but also a type (#166) (DilumAluthge)

v0.1.7

21 Nov 04:48
v0.1.7
d3765d4
Compare
Choose a tag to compare

v0.1.7 (2019-11-21)

Diff since v0.1.6

Closed issues:

  • Types in nested modules are not resolved properly (#154)

Merged pull requests:

v0.1.6

20 Nov 18:19
v0.1.6
Compare
Choose a tag to compare

v0.1.6 (2019-11-20)

Diff since v0.1.5

Merged pull requests:

  • Bug fix: fix typename for nested modules (#126) (richiejp)

v0.1.5

20 Nov 05:48
v0.1.5
32a74cf
Compare
Choose a tag to compare

v0.1.5 (2019-11-20)

Diff since v0.1.4

Merged pull requests:

v0.1.4

20 Nov 00:49
v0.1.4
9ef1e09
Compare
Choose a tag to compare

v0.1.4 (2019-11-20)

Diff since v0.1.3

Closed issues:

  • Reconstructing types - regression introduced in JLD2 version 0.1.3 (#149)
  • "Unable to write pointer" when serializing an array of vectors (#148)

Merged pull requests:

  • Work harder to resolve the scope when trying to resolve types - fixes several bugs (#151) (DilumAluthge)
  • Fix broken Travis badge in README.md (#150) (DilumAluthge)

v0.1.3

16 Sep 08:40
v0.1.3
c908ed5
Compare
Choose a tag to compare

v0.1.3 (2019-09-14)

Diff since v0.1.2

Closed issues:

  • graph saved using JLD2 cannot be loaded on same machine (#145)
  • can't access names of contents programmatically (#138)
  • Problems with 'loading' types in modules (#134)
  • package status (#129)
  • Cannot reconstruct type in same session (#113)
  • Load MersenneTwister fails (#112)
  • mysterious segfault (#78)

Merged pull requests:

v0.1.2

05 Sep 23:38
Compare
Choose a tag to compare
Patch for proper handling `DataFrame` objects (#106)

* Patch for proper handling `DataFrame` objects

This patch changes usage of `setproperty!` to `setfield!` for mutable objects when `odr` is not `nothing`.

This should be considered a quick fix as probably a more consistent redesign of this function would be better, but I do not have access to appropriate test cases.

I have left comments in the code where probably things should be fixed, but I have left them as is for now not to introduce breaking changes I am not sure how to test against.

* added test for mutable with overriden setproperty!

* improved handling of setfield!

v0.1.1

23 Aug 18:33
Compare
Choose a tag to compare
Delete project and manifest files (#104)

v1.0 only release

10 Aug 19:19
d0b557f
Compare
Choose a tag to compare

Third time’s a charm

v0.0.6

14 Jun 05:12
e84b06e
Compare
Choose a tag to compare
Merge pull request #77 from simonster/aa/0.7

Fixes and updates for Julia 0.7