Skip to content

Releases: JuliaStats/MixedModels.jl

v4.30.0

26 Jan 21:02
7c2d4d9
Compare
Choose a tag to compare

MixedModels v4.30.0

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

  • Additional details in documentation for Grouping() (#538)
  • Remove repeated initial entry in fitlog (#619)
  • Refactor NLopt boilerplate into an easy function call (#689)
  • Switch to PRIMA.bobyqa for optimization? (#742)

Merged pull requests:

  • refactor optimization to make it easy to add new backends (#802) (@palday)

v4.29.1

22 Jan 19:36
1ea4083
Compare
Choose a tag to compare

MixedModels v4.29.1

NEWS file.
Diff since v4.29.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.29.0

22 Jan 16:06
3f81dc2
Compare
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
Compare
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
Compare
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
Compare
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
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)