Skip to content

Update Makie requirement to 0.24.10#402

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/Makie-0.24.10
Open

Update Makie requirement to 0.24.10#402
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/Makie-0.24.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 10, 2026

Updates the requirements on Makie to permit the latest version.

Release notes

Sourced from Makie's releases.

v0.24.10

Makie v0.24.10

Diff since v0.24.9

Closed issues:

  • Output axes numbers and text as one single text object (#3369)
  • Add an example with CurveTo (#3638)
  • CairoMakie: export text as a single multiple-glyph object, not multiple single-glyph objects (#3862)
  • Possibility to set low or high bound of colorrange and let the other one be adaptive (#3992)
  • ecdfplot! doesn't cycle colors (#4322)
  • plotspecs don't Cycle (#4353)
  • no glow in CairoMakie (#4625)
  • plotlist! does not Cycle using SpecAPI (#4843)
  • Clarify MakieCore dependency vs Makie weakdeps (#4978)
  • rich text for barplot labels (#5300)
  • yscale demonstration accidental overlap (#5549)
  • Add back transparency to band docs example (#5553)
  • annotations with blank text input won't show up (#5557)
  • LoadError: InitError: could not load library "/home/gab28/.julia/artifacts/654863f618f22eeb74ce2d1b4996666e65e596e4/lib/libgio-2.0.so" (#5565)
  • Annotation StackOverflows for LatexString labels (#5566)
  • Annotation stackoverflows when having empty strings (#5567)
  • Confusing example of the GridLayout use (#5591)
  • Annotation function does not draw arrows without an explicit text property (#5595)
Changelog

Sourced from Makie's changelog.

[0.24.10] - 2026-04-27

  • Added pathtext recipe for placing text along a path, plus Ann.Styles.WithText to layer path text onto any existing annotation style #5596.
  • Fixed shared precompile file path not being relocatable by using RelocatableFolders.@path #5597
  • Added possibility to gather legend entries from multiple axes #5551
  • Added complete inverse transformation support to register_projected_positions! with apply_inverse_transform, apply_inverse_transform_func, apply_inverse_float32convert, and apply_inverse_model kwargs. These enable correct projection from non-data spaces back to data space. Includes early-exit optimization to skip redundant transform/inverse pairs when input_space === output_space. #5485
  • Fixed bracket not supporting LaTeXString text, which would render with dollar signs instead of mathematical notation #5536
  • Added text glow to CairoMakie #5542
  • Allow to set low or high bound of the colorrange and let the other side stay adaptive #5555
  • Barplot bar_labels now support RichText (e.g. subscript/superscript) both directly and via label_formatter #5578
  • CairoMakie now batches glyphs from the same text string into a single PDF/SVG text object, so that text can be selected and edited as a unit in vector editors like Inkscape and Illustrator #5561
  • Fixed annotation not showing lines/arrows when text is blank #5560
  • Fixed error/nan offsets in annotation!() when an annotation is perfectly centered #5568
  • Added preferred_axis_attributes(AxisType, [plot], [args...]) as an interface function for specifying default axis attributes when creating an axis with the non-mutating plot() functions. Also refactored preferred_axis_type() to have a clear hierarchy of methods. #5375

[0.24.9] - 2026-03-04

  • Added loading spinner in WGLMakie that displays while the plot is being loaded #5469
  • Fixed cycling not working in PlotLists #5541
  • Moved decoration plots in Axis3 to ax.blockscene so they no longer show up as user plots in the Axis3 #5463
  • Fixed issue with transformation being applied multiple times when set by a user in a recipe that passes applicable attributes to child plots #5464
  • Reduced file size of PDF and SVG files from CairoMakie containing mesh-based plots #5446
  • Fixed arrows2d[!] plot elements causing CairoMakie SVGs to be rasterized. #5459
  • Fixed plotting order of multi-arrow arrows2d[!] to respect z-coordinates. #5459
  • Fixed meshscatter objects rendering with incorrect color when scaled to 0 #5478
  • Added stack and dodge handling to hist #5340
  • Fixed edge-like hist bins not working #5493

[0.24.8] - 2025-12-04

  • Introduce ComputePipeline.map_latest! for slow computations inside computegraph and add init kw for map! and map_latest! #5417.
  • Improved handling of empty strings in text bounding boxes, fixing errors and broken layouting with empty strings in Label, Menu and Textbox #5420
  • Added support for RichText concatenation using the * operator, e.g., "text" * rich("bold", font=:bold) #5221
  • Reexport Protrusion from GridLayoutBase for use with the Mixed alignment mode #5416.
  • Fixed poly(Rect2[...]) having float precision issues in CairoMakie #5441
  • Fixed plot!(..., attr, ...) overwriting attr::Attributes #5422
  • Fixed scatter markers not updating correctly #5451
  • Fixed poly!() ignoring linecap, joinstyle, miter_limit and linestyle in CairoMakie #5415
  • Fixed GLMakie precompilation error with native Wayland in COSMIC compositor #5453
  • Translated annotation to compute graph and fix resizing updates #5448
  • Improved handling of empty strings in text bounding boxes, fixing errors and broken layouting with empty strings in Label, Menu and Textbox #5420

[0.24.7] - 2025-11-18

  • Fixed ComputePipeline.is_same for missing data #5327.
  • Fixed resize_to in WGLMakie #5374.
  • Fixed streamplot and contour plots not considering transform functions in arrow/text rotation #5249
  • LogTicks now work well with pseudolog10 #5135
  • Fixed Symlog10 to work correctly with lower or upper thresholds smaller than 1, and adds a linscale argument #5279
  • Fixed xlims!/ylims! not fully propagating to linked axis #5239

... (truncated)

Commits
  • 5821d9a Bump package versions (patch) (#5607)
  • 1004a16 fix(ReferenceUpdater): match renamed "Merge artifacts" check (#5603)
  • 0d19023 ci: consolidate CI into orchestrator with reusable workflows (#5598)
  • d0f7cef Add pathtext recipe for text along a path (#5596)
  • a221165 fix: use RelocatableFolders.@​path for shared precompile path (#5597)
  • d3e18e9 Remove unnecessary trailing comma (#5594)
  • 35ac93f Add @ref links to func names in themes.md (#5585)
  • 4be2cde allow Legend to be created from multiple Axis (re-submit of #4984) (#5551)
  • 9b947a4 Fix register_positions_projected! not updating when float32convert change...
  • 0b615f0 Fix rendering of LaTeXString when using bracket (#5536)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [Makie](https://github.com/MakieOrg/Makie.jl) to permit the latest version.
- [Release notes](https://github.com/MakieOrg/Makie.jl/releases)
- [Changelog](https://github.com/MakieOrg/Makie.jl/blob/master/CHANGELOG.md)
- [Commits](MakieOrg/Makie.jl@assets-v0.0.1-dev...v0.24.10)

---
updated-dependencies:
- dependency-name: Makie
  dependency-version: 0.24.10
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels May 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants