Makie v0.19.12
Merged pull requests:
- fix grouping of zero-height bar in
barplot
(#3058) (@ctarn) - cycle color for error and range bars (#3230) (@ErickChacon)
- Implement multiple lights and more Light types (#3246) (@ffreyer)
- DataInspector: fix an attribute extraction bug for heatmaps & images (#3260) (@Sagnac)
- replace bgcolor with backgroundcolor in Legend (#3261) (@JonasIsensee)
- Fix deactivated scroll interactions still consuming event (#3272) (@ffreyer)
- Fix WGLMakie's README code snippet for JSServe (#3280) (@DanielVandH)
- Blockspec (#3281) (@SimonDanisch)
- fix constructor for nested attributes (#3284) (@hexaeder)
- add timings + used memory to tests (#3285) (@SimonDanisch)
- upgrade three for better error printing in julia (#3290) (@SimonDanisch)
- Improve default near/far (#3293) (@ffreyer)
- Add entry about how to trouble shoot GLMakie crashing on macOS (#3296) (@felixcremer)
- conditionally remove color arg (#3303) (@SimonDanisch)
- don't append screens (#3305) (@SimonDanisch)
- Add
cornerradius
attribute toBox
(#3308) (@jkrumbiegel) - Upgrade
StableHashTraits
(#3309) (@haberdashPI) - Consider marker bbox in meshscatter data_limits (#3310) (@ffreyer)
- bugfixes and docstrings for xlims!, etc. (#3312) (@jwahlstrand)
- fix bezier construction for strings starting with m (#3313) (@BeastyBlacksmith)
- Improve figure size and units explanation documentation (#3322) (@jkrumbiegel)
- Histogram: fix a bug when data changes to allequal values (#3325) (@Sagnac)
- tag v0.19.12 (#3327) (@SimonDanisch)
- combine all compat fixes (#3340) (@SimonDanisch)
- compat entry for stdlibs (#3341) (@SimonDanisch)
Closed issues:
- allow for
x
axis in series. (#499) - Help implementing datashader-like functionality (#443)
- GLMakie slow update of displayed image (#1426)
- Inconsistent kwarg names
backgroundcolor
(forFigure
,Axis
) andbgcolor
(forLegend
) (#2101) - Histogram error if data changes to an allequal vector (#2452)
- ylims! is undocumented (#2618)
resample_cmap
not found (#2993)- the label of a zero-height stacked bar is placed to the bottom by mistake (#3055)
- DataInspector not working with a heatmap (#3101)
- xlims! BoundsError if axis was set by limits=(x1,x2,y1,y2) (#3240)
- Since System upgrade precompilation of GLMakie causes "Failed to build shader variant" error messages (#3297)
- Regression: Series ignores color keyword (#3301)
- Poor or missing errors for invalid keyword arguments (#3304)
- Transformations on BezierPath (#3314)
- DataInspector does not work on rand() generated data (#3317)
- Segfault during precompile (WSL2) (#3318)
- cannot mix colormaps with DataInspector (#3319)