Skip to content

Releases: JuliaStats/MixedModels.jl

v4.24.1

30 May 14:44
3549258
Compare
Choose a tag to compare

MixedModels v4.24.1

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

15 May 21:19
84a61c2
Compare
Choose a tag to compare

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:

v4.23.1

25 Mar 20:17
beaaa36
Compare
Choose a tag to compare

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

19 Mar 21:51
0a873b0
Compare
Choose a tag to compare

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:

v4.22.5

05 Mar 19:58
510dcc3
Compare
Choose a tag to compare

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

04 Mar 16:08
ee5f2cf
Compare
Choose a tag to compare

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

05 Dec 21:27
4c98ad4
Compare
Choose a tag to compare

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:

v4.22.2

03 Nov 16:45
7a11248
Compare
Choose a tag to compare

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:

v4.22.1

18 Sep 20:42
1086e75
Compare
Choose a tag to compare

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:

v4.22.0

12 Sep 08:35
37b8d38
Compare
Choose a tag to compare

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)