Releases: JuliaMixedModels/MixedModelsSerialization.jl
Releases · JuliaMixedModels/MixedModelsSerialization.jl
v0.2.0
MixedModelsSerialization v0.2.0
There are no breaking changes in the public API of this package; however, the change in supported versions of MixedModels.jl means that serialized models from older versions will not be correctly deserialized because the relevant structures in MixedModels.jl have changed. The breaking version bump is thus to avoid user confusion and require explicit opt-in at both the level of MixedModels.jl and MixedModelsSerialization.jl
Merged pull requests:
v0.1.0
MixedModelsSerialization v0.1.0
Closed issues:
- show methods (#2)
Merged pull requests:
- initial functionality (#1) (@palday)
- serialization with JLD2 (#4) (@palday)
- CompatHelper: add new compat entry for StatsBase at version 0.33, (keep existing compat) (#5) (@github-actions[bot])
- CompatHelper: add new compat entry for StatsModels at version 0.6, (keep existing compat) (#6) (@github-actions[bot])
- CompatHelper: add new compat entry for Arrow at version 2, (keep existing compat) (#7) (@github-actions[bot])
- CompatHelper: add new compat entry for GLM at version 1, (keep existing compat) (#8) (@github-actions[bot])
- CompatHelper: add new compat entry for Legolas at version 0.4, (keep existing compat) (#9) (@github-actions[bot])
- CompatHelper: add new compat entry for StatsAPI at version 1, (keep existing compat) (#10) (@github-actions[bot])
- CompatHelper: add new compat entry for JSON3 at version 1, (keep existing compat) (#11) (@github-actions[bot])
- CompatHelper: add new compat entry for StatsFuns at version 1, (keep existing compat) (#12) (@github-actions[bot])
- CompatHelper: add new compat entry for MixedModels at version 4, (keep existing compat) (#13) (@github-actions[bot])
- CompatHelper: add new compat entry for Effects at version 0.1, (keep existing compat) (#14) (@github-actions[bot])
- fix compat (#15) (@palday)
- show methods (#16) (@palday)
- summary model matrix (#17) (@palday)
- Add compat entry for Julia (#19) (@palday)