v0.21.17
Makie v0.21.17
Merged pull requests:
- Add zooming & translation controls to Axis3 (#4131) (@ffreyer)
- Fix exception when WGLMakie is initalised after element removal (#4343) (@frankier)
- Change automatic color generation for Voronoiplot (#4357) (@DanielVandH)
- Provide suggestions for unknown kwargs passed to blocks (#4392) (@DanielVandH)
- add kwarg to rotate Toggle (#4471) (@bjarthur)
- add backend and update_state kwargs to show (#4558) (@bjarthur)
- fix colorbuffer(axis) for px_per_unit (#4574) (@SimonDanisch)
- Add an example of using jupyter-server-proxy with WGLMakie (#4577) (@JamesWrigley)
- Only use automatic unit conversion for simple units (not compound units) (#4583) (@ffreyer)
- fix 2D assumption in point-based convert_args for lines (#4585) (@asinghvi17)
- Don't force triangle mesh in crossbar with notch to avoid CairoMakie artifacts (#4587) (@jkrumbiegel)
- Fix Axis3 frameline z-sorting in CairoMakie (#4591) (@ffreyer)
- Split marker_offset from quad_offset (#4594) (@ffreyer)
- CompatHelper: bump compat for StructArrays to 0.7, (keep existing compat) (#4595) (@github-actions[bot])
- Bump codecov/codecov-action from 4 to 5 (#4596) (@dependabot[bot])
- Some conversion related fixes (#4599) (@ffreyer)
- improve performance of project_line_points (#4601) (@SimonDanisch)
- prevent more default actions when canvas has focus (#4602) (@SimonDanisch)
- fix uint16 overflow for over ~65k elements in picking (#4604) (@SimonDanisch)
- Add
transform_marker
attribute to meshscatter (#4606) (@ffreyer) - Fix Float32 constraints in poly pipeline (#4615) (@asinghvi17)
- Fix misaligned colors in colorbar? (#4618) (@briochemc)
- fix Vararg comment (#4621) (@oscardssmith)
- Fix RPRMakie EnvironmentLight orientation (#4629) (@jkrumbiegel)
- Fix incorrect comparison in CairoMakie line projections (#4631) (@ffreyer)
- Fix CairoMakie heatmap offsets (#4633) (@ffreyer)
- Update .JuliaFormatter.toml (#4636) (@SimonDanisch)
- fix bounds error for wglmakie closes #3961 (#4639) (@SimonDanisch)
- Tag v0.21.17 (#4640) (@ffreyer)
- Maximum auto ticklabelspace (#4642) (@jkrumbiegel)
- Add linkaxes to S.GridLayout and make sure limits don't reset for axislinks (#4643) (@SimonDanisch)
- Show a "Did you mean:" suggestion for thrown InvalidAttributeErrors via levenshtein distance (#4645) (@SimonDanisch)
Closed issues:
- Supporting GeometryBasics geometries (#660)
StackOverflowError
when passing tuple (instead of a color type) forcolormap
(#1297)- [inconsistency]
merge
onAttributes
does not work in the same way as the one in the standard library (#1939) textpadding
could accept a single Integer (#2351)- Disable Automatic Unit Conversion (#3891)
- BoundsError in
recordframe!
with WGLMakie (#3961) NaN
in roation breaks entire axis (#4041)- heatmap slightly misaligned with respect to axis coordinates (#4053)
- Wrong units (#4063)
- Some of the
levels
are missing fromColorbar
(#4121) - Exception thrown when WGLMakie containing element is removed (#4342)
- vertical toggle (#4378)
- Incorrect keyword arguments for
axis
argument don't show any suggestions (#4391) - Plotting
vlines
in unitful axis leads to crash (#4503) - Cannot use
:linestyle
inpoly!(…, cycle=[…])
(#4544) - PackageCompiler on GLMakie --> display(fig) --> segfault 11 on macos Sonoma 14.6.1 (#4571)
- What happened to limits keyword in
image
? (#4580) - Lineplot not rendered properly in GLMakie (#4582)
- Scatter points are at incorrect locations on log-log plot (#4586)
- CairoMakie ignores vspan alpha (#4626)
- CairoMakie sometimes doesn't draw the last bin in stephist (#4627)
- Inset axis can affect the placement of parent figure (#4637)
- Zero vector field breaks streamplot under CairoMakie (#4641)
- WGLMakie throws warning when zooming on scatter plot (#4646)