Tags: palday/MixedModelsMakie.jl
Tags
[Diff since v0.4.4](v0.4.4...v0.4.5) **Merged pull requests:** - use new 'min' option in julia setup (#100) (@palday) - Bump codecov/codecov-action from 4 to 5 (#102) (@dependabot[bot]) - CompatHelper: bump compat for Makie to 0.22, (keep existing compat) (#103) (@github-actions[bot])
[Diff since v0.4.0](v0.4.0...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)
[Diff since v0.3.28](v0.3.28...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](MakieOrg/Makie.jl#3514), 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!` and `coefplot!` now return the mutated original object - `ridgeplot!` and `coefplot!` have support for `Figure`, `Axis`, `GridPosition` and `GridSubposition`. - the non-mutating methods of `ridgeplot` and `coefplot` now return a `Figure` (instead of `FigureAxisPlot`) 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:** - Use recipes for creating specialized plots for MixedModels (#30) - ridgeplot! doesn't have default keys (#43)
PreviousNext