Skip to content

Releases: JuliaStats/MixedModels.jl

v4.25.0

25 Jun 17:44
34899cf

Choose a tag to compare

MixedModels v4.25.0

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

  • Type inference fails for logdet(m) and pwrss(m) and, hence for objective(m) (#770)

Merged pull requests:

  • Force return type on pwrss and logdet to provide stable type inference on objective (#771) (@dmbates)
  • Small performance tweaks (#772) (@palday)
  • use ::Matrix{T} instead of ::T to aid type inference (#773) (@dmbates)

v4.24.1

30 May 14:44
3549258

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

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

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

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

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

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

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

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

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: