Skip to content

v3.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 19:16
d5db680

MixedModels v3.6.0

NEWS file.
Diff since v3.5.2

NB: Closed issues and pull requests are sorted temporally and so may
include backports to other versions or work in the development branch for
an upcoming breaking release. Please see the NEWS file
for changes sorted by release.

Closed issues:

  • Likelihood ratio test to compare Linear[Mixed]Model (#491)
  • ranef(; named=true) doesn't work for GeneralizedLinearMixedModel (#499)
  • Save and restore an OptSummary (#505)

Merged pull requests:

  • take advantage of multiple dispatch for GLMM comparability check (#500) (@palday)
  • Define StructType for OptSummary (#506) (@dmbates)
  • LRT for comparing non-mixed to mixed models (#508) (@palday)
  • Update NEWS.md for #506 (#509) (@dmbates)
  • BACKPORT: LRT for comparing non-mixed to mixed models (#510) (@palday)