Makie v0.24.11
Merged pull requests:
- hide GL icon in MacOS dock until a window is shown (#5223) (@aplavin)
- Axis Hints (#5375) (@ffreyer)
- fix dynamic updating of Menu and Toggle colors (#5588) (@bjarthur)
- fix updates of memory aliased arrays getting discarded (#5605) (@ffreyer)
- fix(legend): Propagate linecap and joinstyle from line plots (#5621) (@jkrumbiegel)
- fix(GLMakie): chunk large GL_LINE_STRIP_ADJACENCY draws on macOS (#5622) (@jkrumbiegel)
- fix: make axislegend's margin themeable (#5624) (@awadell1)
- fix(ticks): decade-aware automatic ticks for pseudolog10 and Symlog10 (#5625) (@jkrumbiegel)
- refactor(ticks): render scientific tick labels as RichText, drop Showoff (#5626) (@jkrumbiegel)
- feat(textbox): editable text recipe with selections, multi-cursor, paste (#5627) (@jkrumbiegel)
- Fix convert_arguments for StatsBase.Histogram with non-uniform binning (#5630) (@qwjyh)
- Added convert_arguments for 1D StatsBase.Histogram to Stairs (#5631) (@qwjyh)
- fastpixel shader fix (#5634) (@SimonDanisch)
- force highp precision, fix sprite NaN cull, fix wglerror ref (#5640) (@SimonDanisch)
- bump version (#5641) (@ffreyer)
- ci: implement /benchmark slash command (#5643) (@jkrumbiegel)
- fix(ci): grant pull-requests:write to slash-command trigger (#5644) (@jkrumbiegel)
- fix(ci): pass --repo to gh workflow run in command trigger (#5645) (@jkrumbiegel)
- Add iterate function for
FigureAxis(#5646) (@kellertuer)
Closed issues:
- Add a :free viewmode for Axis3 (#1655)
- axislegend ignores theme's margin (#2415)
- Histogram with non-uniform binning / variable binning fails (#2422)
- Incorrect linestyle representation in legend for custom linestyles (#2851)
- Each Julia instance with loaded GLMakie results in a MacOS taskbar item (#4278)
- Cannot install GLMakie on Windows if user name contains non-ASCII symbols (#4749)
- pseudolog10 transformation is off by one (#5270)
- GLMakie.jl does not plot long vectors correctly (#5304)
- Allow customization of axis in recipes (#5361)
- Using LaTeX strings as labels for contours in contour. (#5445)
- GLMakie hallucinates lines for large datasets (#5491)
- Legend does not reflect linecap specified in lines! (CairoMakie) (#5525)
- TagBot trigger issue (#5609)