Skip to content

Releases: palday/MixedModelsMakie.jl

v0.4.4

01 Aug 19:51
2c412a5
Compare
Choose a tag to compare

MixedModelsMakie v0.4.4

Diff since v0.4.3

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

29 May 02:28
775a1c2
Compare
Choose a tag to compare

MixedModelsMakie v0.4.3

Diff since v0.4.2

Merged pull requests:

  • use Indexable across all active functions (#97) (@palday)

v0.4.2

28 May 23:23
e724c7f
Compare
Choose a tag to compare

MixedModelsMakie v0.4.2

Diff since v0.4.1

Merged pull requests:

  • fix forwarding of show_intercept (#96) (@palday)

v0.4.1

14 May 03:55
0ec7767
Compare
Choose a tag to compare

MixedModelsMakie v0.4.1

Diff since v0.4.0

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

22 Mar 02:50
f46a7df
Compare
Choose a tag to compare

MixedModelsMakie v0.4.0

Diff since v0.3.28

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! 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

10 Jan 23:59
0bae43c
Compare
Choose a tag to compare

MixedModelsMakie v0.3.28

Diff since v0.3.27

Merged pull requests:

v0.3.27

12 Sep 16:25
081472e
Compare
Choose a tag to compare

MixedModelsMakie v0.3.27

Diff since v0.3.26

Merged pull requests:

  • make reference line in zetaplot visually distinct (#78) (@palday)
  • 2D density plots (#80) (@palday)

v0.3.26

04 Aug 01:30
1383fa8
Compare
Choose a tag to compare

MixedModelsMakie v0.3.26

Diff since v0.3.25

Merged pull requests:

v0.3.25

12 Jul 17:56
a42a651
Compare
Choose a tag to compare

MixedModelsMakie v0.3.25

Diff since v0.3.24

Closed issues:

  • Modifying methods with Axis (#29)

Merged pull requests:

v0.3.24

07 Jul 19:33
18e4089
Compare
Choose a tag to compare

MixedModelsMakie v0.3.24

Diff since v0.3.23

Closed issues:

  • Changing attributes of caterpillar plots (#73)

Merged pull requests:

  • support custom colors in caterpillar plots (#74) (@palday)