Releases: MakieOrg/AlgebraOfGraphics.jl
Releases · MakieOrg/AlgebraOfGraphics.jl
v0.12.7
AlgebraOfGraphics v0.12.7
Merged pull requests:
- feat(facet): Add FacetSize and aspect-aware wrap layout (#745) (@jkrumbiegel)
v0.12.6
AlgebraOfGraphics v0.12.6
Merged pull requests:
- feat(legend): Hide unused legend entries by default (#742) (@jkrumbiegel)
- Prepare v0.12.6 (#743) (@jkrumbiegel)
Closed issues:
- Legend additionally shows marker for
Linesand line forScatterplot (#576)
v0.12.5
AlgebraOfGraphics v0.12.5
Merged pull requests:
- Prepare v0.12.5 (#740) (@jkrumbiegel)
Closed issues:
- Examples docs rendering issue (#732)
v0.12.4
AlgebraOfGraphics v0.12.4
Merged pull requests:
- fix(facet): Hide empty facets with ambiguous scales instead of erroring (#734) (@jkrumbiegel)
- Prepare v0.12.4 (#735) (#735) (@jkrumbiegel)
v0.12.3
AlgebraOfGraphics v0.12.3
Merged pull requests:
- fix(dodge): Intrinsic dodge width for BoxPlot, CrossBar, and Violin (#730) (@jkrumbiegel)
- fix(recipe): Migrate LongPoly and Choropleth to ComputePipeline for Makie 0.24.9+ (#733) (@jkrumbiegel)
Closed issues:
v0.12.2
AlgebraOfGraphics v0.12.2
Merged pull requests:
- Fix label missing from legend when group not present in first facet (#721) (@jkrumbiegel)
- fix: Support Date/DateTime axes in smooth(), linear() and histogram() (#724) (@jkrumbiegel)
- feat(ticks): Delegate datetime ticks to Makie's DateTimeTicks (#725) (@jkrumbiegel)
- fix(facet): Propagate datetime ticks to empty facets (#726) (@jkrumbiegel)
- fix(facet): Consistent bar/box/crossbar/violin width across facets (#727) (@jkrumbiegel)
- feat(legend): Per-layer legend visibility via
visual(legend = (; visible = false))(#728) (@jkrumbiegel) - Prepare v0.12.2 (#729) (@jkrumbiegel)
Closed issues:
- Can't use smooth() with ::Date axis (#376)
- Apply datalimits to only some groups (#412)
- Easier date-axis formatting (#423)
- Replace nonnumeric with nominal and ordinal (#449)
- Faceting with empty panels is broken for time series (#471)
- LinesFillx (#473)
- Time axis, including date and hours/minutes/seconds (#654)
- Label missing if group not present in first facet (#691)
- Unfilled line plot for density (#694)
- Barplot width not consistent across facets (#717)
- BarPlot bars not appearing in facet plot using TimeType data (#718)
v0.12.1
AlgebraOfGraphics v0.12.1
Merged pull requests:
- Fix a link (#709) (@Eben60)
- Let
BarPlot,BoxPlot,DensityandCrossBarmap thestrokecolor(#713) (@andreuvall) - Fix deprecations in GLM >= 1.9.1 (#719) (@devmotion)
Closed issues:
v0.12.0
AlgebraOfGraphics v0.12.0
For breaking changes check CHANGELOG.md
Merged pull requests:
subvisual(#678) (@jkrumbiegel)- Add flexible
aggregateanalysis layer (#696) (@jkrumbiegel) - Add ability to repeat labels in facet plots (#699) (@jkrumbiegel)
- Add
scaleto AesColor scale properties (#700) (@icweaver) - Add
@reflinks to philosophy.md (#701) (@abhro) - Update CI actions (#702) (@abhro)
- QQNorm and QQPlot with distribution (#703) (@jkrumbiegel)
- Bump actions/checkout from 5 to 6 (#704) (@dependabot[bot])
- Auto-labels for
dims(#705) (@jkrumbiegel) - Add links to definition of "tidy" data (#706) (@vchuravy)
- Confidence intervals for
smooth(#707) (@jkrumbiegel) - Changes for 0.12 (#708) (@jkrumbiegel)
Closed issues:
v0.11.9
AlgebraOfGraphics v0.11.9
Merged pull requests:
- Improve error message for incompatible continuous data (#692) (@jkrumbiegel)
v0.11.8
AlgebraOfGraphics v0.11.8
Merged pull requests:
- Prepare v0.10.9 (#685) (@jkrumbiegel)
- Include v0.10.9 backport in changelog (#686) (@jkrumbiegel)
- Improve all-missings group handling (#689) (@jkrumbiegel)