Skip to content

Commit

Permalink
Mention JLSO in README
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Sep 17, 2020
1 parent dbe2491 commit 6e04659
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -301,7 +301,9 @@ corner(c::Chains, [:A, :B])
Like any Julia object, a `Chains` object can be saved using `Serialization.serialize`
and loaded back by `Serialization.deserialize` as identical as possible.
Note, however, that in general
[this process will not work if the reading and writing are done by different versions of Julia, or an instance of Julia with a different system image.](https://docs.julialang.org/en/v1/stdlib/Serialization/#Serialization-1)
[this process will not work if the reading and writing are done by different versions of Julia, or an instance of Julia with a different system image](https://docs.julialang.org/en/v1/stdlib/Serialization/#Serialization-1).
You might want to consider [JLSO](https://github.com/invenia/JLSO.jl) for saving metadata
such as the Julia version and the versions of all packages installed as well.

```julia
# Save a chain.
Expand Down

0 comments on commit 6e04659

Please sign in to comment.