Skip to content

Commit

Permalink
Update NEWS.md for #506 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbates authored Apr 15, 2021
1 parent aae37e9 commit a78a47f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ MixedModels v4.0.0 Release Notes
* `GeneralizedLinearMixedModel` now includes the response distribution as one
of its type parameters. This will allow dispatching on the model family and may allow
additional specialization in the future.[#490]
* `saveoptsum` and `restoreoptsum!` provide for saving and restoring the `optsum`
field of a `LinearMixedModel` as a JSON file, allowing for recreating a model fit
that may take a long time for parameter optimization. [#506]

Run-time formula syntax
-----------------------
Expand Down Expand Up @@ -219,3 +222,4 @@ Package dependencies
[#493]: https://github.com/JuliaStats/MixedModels.jl/issues/493
[#495]: https://github.com/JuliaStats/MixedModels.jl/issues/495
[#501]: https://github.com/JuliaStats/MixedModels.jl/issues/501
[#506]: https://github.com/JuliaStats/MixedModels.jl/issues/506

0 comments on commit a78a47f

Please sign in to comment.