|
| 1 | +MixedModels v4.6.3 Release Notes |
| 2 | +======================== |
| 3 | +* Add precompile statements to speed up first `LinearMixedModel` and Bernoulli `GeneralizedLinearModel` fit [#608] |
| 4 | + |
| 5 | +MixedModels v4.6.2 Release Notes |
| 6 | +======================== |
| 7 | +* Efficiency improvements in `predict`, both in memory and computation [#604] |
| 8 | +* Changed the explanation of `predict`'s keyword argument `new_re_levels` in a way that is clearer about the behavior when there are multiple grouping variables. [#603] |
| 9 | +* Fix the default behavior of `new_re_levels=:missing` to match the docstring. Previously, the default was `:population`, in disagreement with the docstring. [#603] |
| 10 | + |
| 11 | +MixedModels v4.6.1 Release Notes |
| 12 | +======================== |
| 13 | +* Loosen type restriction on `shortestcovint(::MixedModelBootstrap)` to `shortestcovint(::MixedModelFitCollection)`. [#598] |
| 14 | + |
| 15 | +MixedModels v4.6.0 Release Notes |
| 16 | +======================== |
| 17 | +* Experimental support for initializing `GeneralizedLinearMixedModel` fits from a linear mixed model instead of a marginal (non-mixed) generalized linear model. [#588] |
| 18 | + |
1 | 19 | MixedModels v4.5.0 Release Notes |
2 | 20 | ======================== |
3 | 21 | * Allow constructing a `GeneralizedLinearMixedModel` with constant response, but don't update the ``L`` matrix nor initialize its deviance. This allows for the model to still be used for simulation where the response will be changed before fitting. [#578] |
@@ -317,3 +335,8 @@ Package dependencies |
317 | 335 | [#573]: https://github.com/JuliaStats/MixedModels.jl/issues/573 |
318 | 336 | [#577]: https://github.com/JuliaStats/MixedModels.jl/issues/577 |
319 | 337 | [#578]: https://github.com/JuliaStats/MixedModels.jl/issues/578 |
| 338 | +[#588]: https://github.com/JuliaStats/MixedModels.jl/issues/588 |
| 339 | +[#598]: https://github.com/JuliaStats/MixedModels.jl/issues/598 |
| 340 | +[#603]: https://github.com/JuliaStats/MixedModels.jl/issues/603 |
| 341 | +[#604]: https://github.com/JuliaStats/MixedModels.jl/issues/604 |
| 342 | +[#608]: https://github.com/JuliaStats/MixedModels.jl/issues/608 |
0 commit comments