MixedModels.jl Versions Save

A Julia package for fitting (statistical) mixed-effects models

v4.24.0

5 days ago

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:

  • add Apple silicon to CI (#760) (@palday)
  • Setup dependabot for GHA (#761) (@palday)
  • Bump julia-actions/setup-julia from 1 to 2 (#762) (@dependabot[bot])
  • use @everywhere in distributed bootstrap example (#764) (@palday)
  • Update for ExplicitImports check (#765) (@dmbates)
  • Bump julia-actions/cache from 1 to 2 (#766) (@dependabot[bot])
  • delegate as many GLMM properties as possible to internal LMM (#767) (@palday)

v4.23.1

1 month ago

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)

v4.23.0

2 months ago

MixedModels v4.23.0

NEWS file. Diff since v4.22.5

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:

  • Error on parametricbootstrap for rank deficient models (#754)

Merged pull requests:

  • remove Pkg.add from Benchmark (#711) (@palday)
  • an assortment of CI bumps (#752) (@palday)
  • Support for rank deficiency in bootstrap (#755) (@palday)

v4.22.5

2 months ago

MixedModels v4.22.5

NEWS file. Diff since v4.22.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. Closed issues:

  • Change hide_progress in parametricbootstrap to progress and use ProgressMeter (#627)
  • Use ExplicitImports.jl to change imports (#747)

Merged pull requests:

  • Replace broadcasted lambda with explicit loop (#738) (@palday)
  • use FMA where possible in fitting (#740) (@palday)

v4.22.4

2 months ago

MixedModels v4.22.4

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

Merged pull requests:

  • nest log and throws tests (1.11-nightly compat) (#735) (@palday)
  • Two Typos (#737) (@likanzhan)
  • A test using a deep copy of a model should reset the initial parameter values. (#744) (@dmbates)
  • Switch to explicit imports of names from packages (#748) (@dmbates)

v4.22.3

5 months ago

MixedModels v4.22.3

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

  • parametric vs non-parametric bootstrap? (#724)
  • save also formula with saveoptsum() (#725)

Merged pull requests:

  • Update versions of dependencies, comment out @debug calls (#733) (@dmbates)
  • Update Project.toml (#734) (@dmbates)

v4.22.2

6 months ago

MixedModels v4.22.2

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

  • Parametric bootstrapping for hypothesis testing (#716)

Merged pull requests:

  • use MixedModelsDatasets (#718) (@palday)
  • compat entry checked by Aqua in 1.11 (#721) (@dmbates)
  • Spellcheck CI (#726) (@palday)
  • Bump version for a compat release (#727) (@palday)
  • add compat for stdlibs (#728) (@palday)

v4.22.1

8 months ago

MixedModels v4.22.1

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

  • Warning: ProgressUnknown(desc::AbstractString; kwargs...)is deprecated, useProgressUnknown(; desc = desc, kwargs...) instead. (#719)

Merged pull requests:

  • usage of ProgressUnknown fixed (#720) (@yoninazarathy)

v4.22.0

8 months ago

MixedModels v4.22.0

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

  • show method for bootstrap, profile; equal tail confint (#715) (@palday)
  • deprecate hide_progress (#717) (@palday)

v4.21.1

8 months ago

MixedModels v4.21.1

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

  • The ftol_rel should be a small number, not a large number, right? (#713)

Merged pull requests:

  • fix typo that changes scale (#714) (@palday)