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: