Releases: JuliaStats/MixedModels.jl
v4.25.0
MixedModels v4.25.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:
- Type inference fails for logdet(m) and pwrss(m) and, hence for objective(m) (#770)
Merged pull requests:
v4.24.1
MixedModels 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.
Merged pull requests:
v4.24.0
MixedModels 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.
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
@everywherein 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
MixedModels 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:
- Need to adjust parametricbootstrap display for GLMMs w/o scale parameter (#741)
Merged pull requests:
v4.23.0
MixedModels 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:
- Error on
parametricbootstrapfor rank deficient models (#754)
Merged pull requests:
v4.22.5
MixedModels 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:
- Change
hide_progressinparametricbootstraptoprogressand useProgressMeter(#627) - Use ExplicitImports.jl to change imports (#747)
Merged pull requests:
v4.22.4
MixedModels 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.
Merged pull requests:
v4.22.3
MixedModels 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.
Closed issues:
Merged pull requests:
v4.22.2
MixedModels 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 bootstrapping for hypothesis testing (#716)
Merged pull requests:
v4.22.1
MixedModels 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:
Warning:ProgressUnknown(desc::AbstractString; kwargs...)is deprecated, useProgressUnknown(; desc = desc, kwargs...)instead.(#719)
Merged pull requests:
- usage of ProgressUnknown fixed (#720) (@yoninazarathy)