Skip to content

Update Makie requirement to 0.24.11#410

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/Makie-0.24.11
Closed

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 7, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on Makie to permit the latest version.

Release notes

Sourced from Makie's releases.

v0.24.11

Makie v0.24.11

Diff since v0.24.10

Merged pull requests:

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)
Changelog

Sourced from Makie's changelog.

[0.24.11] - 2026-05-30

  • Menu and Toggle now immediately changed their color when updated via an Observable 5588
  • Added convert_arguments method for one dimensional StatsBase.Histogram for Stairs #5631
  • Added an Base.iterate for FigureAxis so that can be splashed in code as well #5646.
  • Fixed center! (and therefore reset_limits! in LScene) crashing with empty, NaN or zero-width content #5634.
  • Fixed FastPixel scatter crash when markers are clipped in GLMakie #5634.
  • Fixed WGLMakie scatter/sprite markers disappearing in 3D scenes when camera distances produce uniform values outside mediump (f16) range. WGLMakie now forces highp precision for all vertex/fragment uniforms. #5640
  • Reworked Textbox with selections, multi-cursor, copy / cut / paste, and word / line navigation #5627
  • A trailing '\n' in a text! string now contributes a full empty line to the layout and bounding box (previously "abc\n" was laid out identically to "abc") #5627
  • Added decade-aware automatic ticks for pseudolog10 and Symlog10 axes via new PseudologTicks and SymlogTicks types. LogTicks is no longer accepted with these scales (it placed ticks at wrong positions). Symlog10 is now a callable struct exposing its lower/upper/linscale parameters. Closes #5270 #5625
  • Adjusted linear ticks with scientific notation to skip unnecessary .0 padding and render more consistently using rich text. Also removed Showoff.jl dependency. #5626
  • Fixed lines rendering a phantom segment between the first and last point on macOS for line plots above ~2.4M points #5622
  • Fixed Legend not reflecting linecap and joinstyle set on lines!/linesegments! plots #5621
  • Fixed memory-aliased arrays not propagating in ComputePipeline #5605
  • GLMakie no longer shows a dock icon on macOS when only used for file export; the icon appears with the Makie logo when an interactive window is opened #5223
  • Fixed plot(StatsBase.Histogram(...)) not working with Vector edges, incorrect alignment for 2D histograms and switches the 3D representation from volume to voxels. #5630
  • Make margin in axislegend themable #5624
  • 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.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

[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.

... (truncated)

Commits
  • 6153652 bump version (#5641)
  • f78d98e fix dynamic updating of Menu and Toggle colors (#5588)
  • 8a973cd Added convert_arguments for 1D StatsBase.Histogram to Stairs (#5631)
  • 25db5e9 Fix convert_arguments for StatsBase.Histogram with non-uniform binning (#5630)
  • 97925e1 fix axislegend error when Legend theme exists without margin (#5652)
  • fd1b0e3 ci: implement /benchmark slash command (#5643)
  • 2d65d00 fix: make axislegend's margin themeable (#5624)
  • 42dd516 Add iterate function for FigureAxis (#5646)
  • 7199235 fix(ci): pass --repo to gh workflow run in command trigger (#5645)
  • c38751c fix(ci): grant pull-requests:write to slash-command trigger (#5644)
  • 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.11)

---
updated-dependencies:
- dependency-name: Makie
  dependency-version: 0.24.11
  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 Jun 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 21, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #424.

@dependabot dependabot Bot closed this Jun 21, 2026
@dependabot dependabot Bot deleted the dependabot/julia/Makie-0.24.11 branch June 21, 2026 19:03
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