Releases: palday/MixedModelsMakie.jl
Releases · palday/MixedModelsMakie.jl
v0.4.4
v0.4.3
MixedModelsMakie v0.4.3
Merged pull requests:
v0.4.2
MixedModelsMakie v0.4.2
Merged pull requests:
v0.4.1
MixedModelsMakie v0.4.1
Merged pull requests:
- Documenter 1.3 (#87) (@palday)
- Create dependabot.yml (#88) (@palday)
- Bump actions/checkout from 1 to 4 (#89) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#90) (@dependabot[bot])
- fix linreg test on julia dev (#92) (@palday)
- Bump julia-actions/cache from 1 to 2 (#93) (@dependabot[bot])
- CompatHelper: bump compat for Makie to 0.21, (keep existing compat) (#94) (@github-actions[bot])
- fix misplaced xlabel setting (#95) (@palday)
Closed issues:
- Test failure under julia-v1.12.0-DEV (#91)
v0.4.0
MixedModelsMakie v0.4.0
While this is technically a breaking release, most users should experience no breakage. Recipe support on Makie 0.20 seems to have some problems, which were foreshadowed in issues like #43. In order to fix this, the implementation of coefplot
and ridgeplot
was changed to no longer depend on the recipe system. Building on this change, the available methods and return types changed slightly:
- the mutating methods of
ridgeplot!
andcoefplot!
now return the mutated original object ridgeplot!
andcoefplot!
have support forFigure
,Axis
,GridPosition
andGridSubposition
.- the non-mutating methods of
ridgeplot
andcoefplot
now return aFigure
(instead ofFigureAxisPlot
)
Additionally, models with rank deficient fixed effects and corresponding bootstraps are now supported by ridgeplot
and coefplot
. The inestimable coefficients are removed from the display.
Merged pull requests:
- rework test organization (#85) (@palday)
- support rank deficiency and reduce dependency on Makie recipes (#86) (@palday)
Closed issues:
v0.3.28
v0.3.27
v0.3.26
v0.3.25
v0.3.24
MixedModelsMakie v0.3.24
Closed issues:
- Changing attributes of caterpillar plots (#73)
Merged pull requests: