Skip to content

Releases: JuliaStats/MixedModels.jl

v4.29.0

22 Jan 16:06
3f81dc2

Choose a tag to compare

MixedModels v4.29.0

NEWS file.
Diff since v4.28.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.28.0

11 Dec 18:33
f7b2017

Choose a tag to compare

MixedModels v4.28.0

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

  • Non-positive definite matrix when fitting nested GLMM (#792)

Merged pull requests:

  • attempt to find better starting values for GLMM when defaults aren't positive semidefinite (#796) (@palday)

v4.27.1

10 Dec 04:27
7103ee1

Choose a tag to compare

MixedModels v4.27.1

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

  • Bump codecov/codecov-action from 4 to 5 (#793) (@dependabot[bot])
  • add finally block for restoring original model in profiling (#795) (@palday)

v4.27.0

08 Nov 04:53
f03c65b

Choose a tag to compare

MixedModels v4.27.0

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

  • What is current best practice for saving a GLMM? (#790)

Merged pull requests:

  • Bump thollander/actions-comment-pull-request from 2 to 3 (#788) (@dependabot[bot])
  • restore and save optsum for GLMM (#791) (@palday)

v4.26.1

01 Oct 01:17
3340bfb

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

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

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

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

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

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)