Skip to content

Releases: JuliaStats/MixedModels.jl

v4.26.1

01 Oct 01:17
3340bfb
Compare
Choose a tag to compare

MixedModels v4.26.1

NEWS file.
Diff since v4.26.0

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:

  • confint(::MixedModelProfile) swaps lower and upper when profiled model is fitted with REML (#784)

Merged pull requests:

  • fix flipped lower and upper in profile CI (#785) (@palday)

v4.26.0

12 Sep 13:49
bb96c2d
Compare
Choose a tag to compare

MixedModels v4.26.0

NEWS file.
Diff since v4.25.4

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.

Merged pull requests:

v4.25.4

03 Sep 17:17
2ed1933
Compare
Choose a tag to compare

MixedModels v4.25.4

NEWS file.
Diff since v4.25.3

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:

  • What is the purpose of the 10-iteration failure when updating GLM vectors/Laplace approx in MixedModels.jl (#780)

Merged pull requests:

v4.25.3

02 Aug 17:47
19b90aa
Compare
Choose a tag to compare

MixedModels v4.25.3

NEWS file.
Diff since v4.25.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:

  • MixedModel Equivalent to GLM's (mod.mm.assign) (#661)
  • No intercept models (e.g. Resource Selection Functions) (#777)

Merged pull requests:

  • rework passing and handling of FE coefficients to simulate! for rank deficient models (#778) (@palday)
  • bump minimum tested compat for macOS to Monterey (#779) (@palday)

v4.25.2

17 Jul 16:56
b551a03
Compare
Choose a tag to compare

MixedModels v4.25.2

NEWS file.
Diff since v4.25.1

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.

Merged pull requests:

v4.25.1

27 Jun 22:51
a45fc14
Compare
Choose a tag to compare

MixedModels v4.25.1

NEWS file.
Diff since v4.25.0

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:

  • restoreoptsum fails after change in JSON file structure in 4.25.0 (#774)

Merged pull requests:

  • More sophisticated checks in restoreoptsum. (#775) (@dmbates)

v4.25.0

25 Jun 17:44
34899cf
Compare
Choose a tag to compare

MixedModels v4.25.0

NEWS file.
Diff since v4.24.1

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:

  • Type inference fails for logdet(m) and pwrss(m) and, hence for objective(m) (#770)

Merged pull requests:

  • Force return type on pwrss and logdet to provide stable type inference on objective (#771) (@dmbates)
  • Small performance tweaks (#772) (@palday)
  • use ::Matrix{T} instead of ::T to aid type inference (#773) (@dmbates)

v4.24.1

30 May 14:44
3549258
Compare
Choose a tag to compare

MixedModels v4.24.1

NEWS file.
Diff since v4.24.0

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.

Merged pull requests:

v4.24.0

15 May 21:19
84a61c2
Compare
Choose a tag to compare

MixedModels v4.24.0

NEWS file.
Diff since v4.23.1

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:

  • Test failures on Julia v1.11.0-alpha and v1.12.0-DEV (#757)

Merged pull requests:

v4.23.1

25 Mar 20:17
beaaa36
Compare
Choose a tag to compare

MixedModels v4.23.1

NEWS file.
Diff since v4.23.0

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:

  • Need to adjust parametricbootstrap display for GLMMs w/o scale parameter (#741)

Merged pull requests:

  • Fix simulate! when only the estimable coefficients are provided (#756) (@palday)
  • bump Documenter compat (#759) (@palday)