Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 05:22
· 7 commits to main since this release
d211202

BoxCox v0.3.0

Diff since v0.2.4

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 boxcoxplot was changed to no longer depend on the recipe system. Building on this change, the available methods and precise return types changed slightly, but this should not impact the majority of users.

Merged pull requests:

  • Reduce dependency on Makie recipes (#23) (@palday)