MixedModels.jl Versions Save

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

v4.21.0

9 months ago

MixedModels v4.21.0

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

  • auto apply Grouping() to grouping variables (#652) (@palday)

v4.20.0

9 months ago

MixedModels v4.20.0

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

  • Add TypedTables as a dependency to make it easier to return tables from simulations? (#631)

Merged pull requests:

  • Enhance the tbl property of a parametricbootstrap result (#702) (@dmbates)
  • add benchmark GHA (#710) (@palday)

v4.19.0

9 months ago

MixedModels v4.19.0

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

  • Add coefnames(::ReMat) (#709) (@palday)

v4.18.0

9 months ago

MixedModels v4.18.0

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

  • typos (#704) (@likanzhan)
  • support for NLopt 1.0 (#706) (@palday)
  • better error when formula variables missing from dataset (#707) (@palday)

v4.17.0

9 months ago

MixedModels v4.17.0

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

  • Rescaling causes huge differences in fixed effect coefficients (#638)

Merged pull requests:

  • Recover from PIRLS failure by returning finitial (#616) (@palday)
  • allow the user to disable amalgamation (#673) (@palday)
  • More informative error messages (#698) (@palday)

v4.16.0

9 months ago

MixedModels v4.16.0

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

  • ERROR: MethodError: Cannot convert an object of type Tuple{Matrix{Float64}, ReMat{Float64, 1}} to an object of type Matrix{Float64} (#696)
  • ERROR: MethodError: no method matching r2(::LinearMixedModel{Float64}) (#697)
  • Hosmer-Lemeshow test in GLMM (binomial family) (#699)
  • Specify maximum number of iterations (#700)
  • modelmatrix() errors when random factor is a string (#701)

Merged pull requests:

  • Add tolerances in deserialization (#703) (@palday)

v4.15.0

10 months ago

MixedModels v4.15.0

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

  • Redefinition of models method in test scripts (#691)

Merged pull requests:

  • distributed and reduced precision bootstrap (#694) (@palday)
  • update CI actions (#695) (@palday)

v4.14.1

1 year ago

MixedModels v4.14.1

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

  • use Suppressor.jl to hide log messages in tests (#684) (@palday)
  • avoid repeated def of models method (#692) (@dmbates)
  • CompatHelper: bump compat for BSplineKit to 0.16, (keep existing compat) (#693) (@github-actions[bot])

v4.14.0

1 year ago

MixedModels v4.14.0

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

  • Profile the objective (#639) (@dmbates)

v4.13.1

1 year ago

MixedModels v4.13.1

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

  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#687) (@github-actions[bot])