Makie v0.24.7
Merged pull requests:
- Allow
histwith an empty list (#5022) (@asinghvi17) - add stroke support to Band (#5035) (@aplavin)
- make LogTicks work with pseudolog10 (#5135) (@Moelf)
- Improve default spacing of Axis3 with non-equal aspect ratio (#5183) (@ffreyer)
- Migrate some more recipes to ComputeGraph (#5184) (@theabhirath)
- sync
limitsattribute across linked axis when usingxlims!/ylims!(#5239) (@egavazzi) - Fix inaccurate
register_projected_rotations_2d!()with transform_func (#5249) (@ffreyer) - docs: Add newline between "See also" and "Used for" in the docstrings (#5274) (@kunzaatko)
- Fix Symlog10 to work with limits less than one (#5279) (@jaredjeya)
- Dim converts dq integration (#5280) (@SimonDanisch)
- Add option to replace Makie.widgets in WGLMakie with html widgets (#5285) (@SimonDanisch)
- Bump actions/setup-python from 5 to 6 (#5288) (@dependabot[bot])
- Bump actions/github-script from 7 to 8 (#5289) (@dependabot[bot])
- Document every plot attribute (#5294) (@ffreyer)
- Update CHANGELOG entry for DynamicQuantities support (#5296) (@icweaver)
- Special case
compute_identityedges to forward ref types (#5302) (@ffreyer) - Execute using Pkg.Artifacts early to workaround REPLExt init time on Julia v1.12.0-rc3 (#5315) (@jaakkor2)
- docs: Add note about formatting to CONTRIBUTING.md (#5337) (@kunzaatko)
- fix depthsorting in scatter (#5344) (@ffreyer)
- Bump actions/upload-artifact from 4 to 5 (#5353) (@dependabot[bot])
- Bump actions/download-artifact from 5 to 6 (#5354) (@dependabot[bot])
- CompatHelper: bump compat for FilePaths to 0.9 for package Makie, (keep existing compat) (#5357) (@github-actions[bot])
- Fix docstring of streamplot (#5359) (@ranocha)
- Fix updating empty Label (#5362) (@SimonDanisch)
- Stems in
stem()now originate from trunk (Fixes #5366) (#5367) (@iagobaapellaniz) - fix double robj insertion (#5369) (@SimonDanisch)
- htmlwidget fixes (#5374) (@SimonDanisch)
- Fix docstring type signature for
Tick(#5379) (@abhro) - fix AbstractArrays failing in some CairoMakie recipes (#5381) (@aplavin)
- Clean up ReferenceUpdater and serve preview on ci run (#5387) (@SimonDanisch)
- Include all scatter attribute in scatterlines and pass everything (#5388) (@ffreyer)
- Use logscale safe dummy points in heatmap f32c transformation (#5390) (@egavazzi)
- Move clamp of color values to WGLMakie backend (#5391) (@egavazzi)
- Fix cairo poly skipping transform_func in point vector path (#5397) (@ffreyer)
- Is same isequal (#5398) (@SimonDanisch)
- Fix manually given DateTime and Time ticks (#5404) (@jkrumbiegel)
- Fix function name for setting lights in documentation (#5406) (@J-C-Q)
- update cairo readme (#5407) (@henrik-wolf)
- fix error when resizing Menu options before display (#5410) (@ffreyer)
- pretty sure this is unsafe without preserve (#5411) (@SimonDanisch)
- QQPlot
distributionkwarg (#5413) (@jkrumbiegel) - Bump version (#5414) (@ffreyer)
- Fix Markdown ordered list and syntax highlight tag in GLMakie/README.md (#5418) (@abhro)
- bump compute (#5424) (@ffreyer)
Closed issues:
- boxplot attributes aren't fully documented (#1112)
- Adding dotplots (#1950)
- Toggling scatterlines (#2733)
- Symlog scale leads to weird results (#3788)
- Horizontal lines for boxplot. (#3829)
xticksis ignored with unit aware axes (#3959)- Missing docs for
datashader'stransformationattribute (#4209) - Histogram is now missing the
inspector_labelattribute (#4440) - Update time axis raise dimension error (#4769)
linkaxes!works only when changing the limits of the most recently created axis (#4837)LogTicksworks poorly withpseudolog10(#4856)- DynamicQuantities.jl + Makie? (#4859)
- Color mapping of vertices and interpolating these values in 3D Rectilinear grid (#5194)
- "Cannot register computation" error (#5222)
- No method matching iterate (Heatmap related) (#5263)
- Missing documentation for
boxplotrangekwarg (#5264) - Color display issues with GLMakie (#5276)
- Bump compat for FFMPEG_jll (#5277)
- Changing
Menu.options[]beforedisplay(fig)causes error in GLMakie (#5282) - band! does not support
Dates.Date(#5284) - Fail to precompile Makie on a fresh julia installation (#5301)
- CairoMakie boxplots with log-axis broken for
show_notch = true(#5331) - CI benchmark script for uploading gist fails (#5338)
- Unfilled line plot for density (#5341)
- Dates axis with heatmap (#5346)
- mapping Cartesian volume plot rendering values to Spherical volume plot (#5352)
- Is there a
with_backend()function to use a specific backend in a limited scope? Would there be interest in adding one? (#5355) - Make stem's linstyle consisten by starting from the trunk (#5366)
Infvalues confuse the default heatmap colorrange used for display (#5384)- Heatmap dissapearing for certain axis limits when axis log scale is used (#5385)
- Consume() and priority in Keyboard listeners have apparently no effect on default keybindigs (#5393)
textlabel()does not supportCycled()for text_color argument (#5395)- save svg with CairoMakie fails (#5419)