Skip to content

Tags: palday/MixedModelsMakie.jl

Tags

v0.4.6

[Diff since v0.4.5](v0.4.5...v0.4.6)

**Merged pull requests:**
- CompatHelper: bump compat for BSplineKit to 0.18, (keep existing compat) (#104) (@github-actions[bot])

v0.4.5

[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])

v0.4.4

[Diff since v0.4.3](v0.4.3...v0.4.4)

**Merged pull requests:**
- add a few more tests around rank deficiency (#98) (@palday)
- Attribute forwarding update for Makie 0.21 (#99) (@palday)

v0.4.3

[Diff since v0.4.2](v0.4.2...v0.4.3)

**Merged pull requests:**
- use Indexable across all active functions (#97) (@palday)

v0.4.2

[Diff since v0.4.1](v0.4.1...v0.4.2)

**Merged pull requests:**
- fix forwarding of `show_intercept` (#96) (@palday)

v0.4.1

[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)

v0.4.0

[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)

v0.3.28

[Diff since v0.3.27](v0.3.27...v0.3.28)

**Merged pull requests:**
- spellcheck CI (#81) (@palday)
- Adjust compat settings and `progress` named argument (#84) (@dmbates)

v0.3.27

[Diff since v0.3.26](v0.3.26...v0.3.27)

**Merged pull requests:**
- make reference line in zetaplot visually distinct (#78) (@palday)
- 2D density plots (#80) (@palday)

v0.3.26

[Diff since v0.3.25](v0.3.25...v0.3.26)

**Merged pull requests:**
- PrecompileTools (#76) (@palday)