Skip to content

Releases: JuliaStats/MixedModels.jl

v4.7.0

28 Jul 14:02
73ad7f1
Compare
Choose a tag to compare

MixedModels v4.7.0

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

  • Rank deficiency tests fail on nightly with Apple Silicon (#600)
  • LoadError: PosDefException: matrix is not positive definite; Cholesky factorization failed (#611)
  • export StatsModels.AbstractContrasts (#620)
  • Predict: Response column must be initialized to a non-missing numeric value (#626)

Merged pull requests:

  • attempt rescaling of poorly scaled problems (#615) (@palday)
  • fix dependent column test on Apple silicon (#622) (@palday)
  • Create docs-cleanup.yml (#624) (@palday)
  • loosen type restriction on filename for optsum serialization and rename arg (#628) (@palday)

v4.6.4

18 May 00:17
Compare
Choose a tag to compare

MixedModels v4.6.4

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

  • Taking Symbol of LHS of transformed column triggering error (#613)

Merged pull requests:

v4.6.3

02 May 22:15
5c6257d
Compare
Choose a tag to compare

MixedModels v4.6.3

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

Merged pull requests:

  • CompatHelper: bump compat for StatsFuns to 1, (keep existing compat) (#607) (@github-actions[bot])
  • first attempt at using SnoopCompile to speed things up (#608) (@palday)

v4.6.2

11 Apr 20:38
417542a
Compare
Choose a tag to compare

MixedModels v4.6.2

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

08 Mar 15:27
3d868bb
Compare
Choose a tag to compare

MixedModels v4.6.1

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

  • Export StatsModels.AbstractContrasts from MixedModels.jl (#589)
  • A simulated example where MixedModels.jl is non-trivially slower than lmer from lme4 (#591)

Merged pull requests:

v4.6.0

06 Jan 16:07
df95a29
Compare
Choose a tag to compare

MixedModels v4.6.0

NEWS file.
Diff since v4.5.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: `both GLM and Distributions export "Normal"; uses of it in module MixedModels must be qualified (#587)

Merged pull requests:

v4.5.0

11 Nov 02:42
abca4ea
Compare
Choose a tag to compare

MixedModels v4.5.0

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

  • Better handling of constant response (#578) (@palday)

v4.4.1

03 Nov 14:58
9f27f2b
Compare
Choose a tag to compare

MixedModels v4.4.1

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

  • Return missing values for predict (#575)
  • interval (#576)

Merged pull requests:

  • Support for bootstrapping models with a mixture of correlation structures (#577) (@palday)

v4.4.0

01 Oct 03:20
b16c9d1
Compare
Choose a tag to compare

MixedModels v4.4.0

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

  • constructor for MixedModel dispatches to subtype (#572) (@palday)
  • CompatHelper: bump compat for Arrow to 2, (keep existing compat) (#573) (@github-actions[bot])
  • Correct a typo (#574) (@dmbates)

v4.3.0

17 Sep 07:56
694faa1
Compare
Choose a tag to compare

MixedModels v4.3.0

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

  • shortestcovint() and .allpars fail for bootstrap results of zerocorr model (#569)

Merged pull requests: