Skip to content

Bump the all-julia-packages group with 3 updates - #105

Merged
abhro merged 2 commits into
mainfrom
dependabot/julia/all-julia-packages-83bafa228a
Jul 21, 2026
Merged

Bump the all-julia-packages group with 3 updates#105
abhro merged 2 commits into
mainfrom
dependabot/julia/all-julia-packages-83bafa228a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on Makie, Measurements and CairoMakie to permit the latest version.
Updates Makie to 0.24.13

Release notes

Sourced from Makie's releases.

v0.24.13

Makie v0.24.13

Diff since v0.24.12

This release has been identified as a backport. Automated changelogs for backports tend to be wildly incorrect. Therefore, the list of issues and pull requests is hidden.

Changelog

Sourced from Makie's changelog.

[0.24.13] - 2026-07-02

  • WGLMakie: made scene lookup retry timing configurable via WGLMAKIE_SCENE_RETRY_DELAY_MS and WGLMAKIE_SCENE_RETRY_TOTAL_MS to avoid timeout failures for slow scene initialization. #5693
  • WGLMakie: fixed a Cannot destructure property 'geometry' of 'mesh' JS error and allow Bonito@v5 #5683
  • Adjusted cycled attributes to be marked as :cycled instead of nothing so that nothing doesn't get overridden. This allows e.g. linestyle = nothing to be set when linestyle is cycled. #5267

[0.24.12] - 2026-06-18

  • text now validates align and errors with a clear message for invalid values like align = :center #4651.
  • Fixed contourf not rendering non-closed contours #5651.
  • Fixed WGLMakie flickering while continuously resizing a canvas by re-rendering right after the resize.
  • Fixed WGLMakie crashing on a null WebGL context; it now shows the WebGL error message and requests the context with failIfMajorPerformanceCaveat: false.
  • Updated volume colormapping to include lowclip, highclip and nancolor. This affects :absorption, :mip and :iso algorithms as well as 3D contour plots. #5656
  • Fixed some errors with the color accumulation of :absorption, :absorptionrgba and :indexedabsorption algorithms in volume plots. Renders should no longer over sample thin regions (corners and edges of the volume bounding box) and otherwise be brighter. #5656
  • Added samples as a volume attribute for controlling the number of ray samples and added absorption as a multiplier for sampled colors with :additive. #5656
  • Adjusted volume conversions to preserve N0f8 and Float16 types (numbers and color eltypes). This allows users to reduce (v)ram usage by choosing smaller types. #5660
  • Adjusted volume algorithm = :additive to include the ray step size as a weight. This should allow additive volumes to render without downscaling volume data #5662
  • Adjusted PolarAxis defaults to match Axis: lightened grid colors (fallback major grid is now RGBAf(0, 0, 0, 0.12), was black at 50%; minor grid is now RGBAf(0, 0, 0, 0.05), was black at 20%), reduced the default spinewidth from 2 to 1, and matched the title titlefont (now :bold), titlesize fallback (now the plain fontsize instead of 1.2 × fontsize), and titlegap (now 4, and correctly inheriting (:Axis, :titlegap) instead of (:Axis, :titlesize)).

[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

... (truncated)

Commits

Updates Measurements to 2.14.1

Release notes

Sourced from Measurements's releases.

v2.14.1

Measurements v2.14.1

Diff since v2.14.0

Merged pull requests:

Closed issues:

  • [FR] Plot recipe: ribbon plots option beside error bars (#109)
  • Eigen and singular value decomposition (#189)
Changelog

Sourced from Measurements's changelog.

v2.14.1 (2025-10-18)

Bug Fixes

  • New prevfloat method defined for compatibility with Julia v1.13 (#191).

v2.14.0 (2025-06-27)

New features

  • Plotting functions in Plots.jl which take Measurement argument now support a keyword argument uncertainty_plot to choose the error style: possible values are :bar (error bars on the x- and y-axis), :ribbon (ribbon on the y-axis only), and :none (no error bars) (#164).

v2.13.0 (2025-06-14)

New features

  • Measurements.cov and Measurements.cor have new methods for pairwise covariance and correlation of two scalar measurements (#176).
  • weightedmean has a new dims keyword argument for selecting the dimensions over which to compute the weighted mean (#180, #182).

v2.12.0 (2025-01-26)

New features

  • The package now requires Julia v1.10.
  • New package extension with Makie.jl (#174).

v2.11.0 (2023-11-03)

New features

v2.10.0 (2023-09-21)

New features

... (truncated)

Commits

Updates CairoMakie to 0.15.13

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [Makie](https://github.com/MakieOrg/Makie.jl), [Measurements](https://github.com/JuliaPhysics/Measurements.jl) and [CairoMakie](https://github.com/MakieOrg/Makie.jl) to permit the latest version.

Updates `Makie` to 0.24.13
- [Release notes](https://github.com/MakieOrg/Makie.jl/releases)
- [Changelog](https://github.com/MakieOrg/Makie.jl/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MakieOrg/Makie.jl/commits/v0.24.13)

Updates `Measurements` to 2.14.1
- [Release notes](https://github.com/JuliaPhysics/Measurements.jl/releases)
- [Changelog](https://github.com/JuliaPhysics/Measurements.jl/blob/main/NEWS.md)
- [Commits](JuliaPhysics/Measurements.jl@v2.0.0...v2.14.1)

Updates `CairoMakie` to 0.15.13
- [Release notes](https://github.com/MakieOrg/Makie.jl/releases)
- [Changelog](https://github.com/MakieOrg/Makie.jl/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MakieOrg/Makie.jl/commits)

---
updated-dependencies:
- dependency-name: Makie
  dependency-version: 0.24.13
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Measurements
  dependency-version: 2.14.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: CairoMakie
  dependency-version: 0.15.13
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

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 Jul 21, 2026
@codecov

codecov Bot commented Jul 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (72227ce) to head (ba95461).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #105   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          390       390           
=========================================
  Hits           390       390           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@abhro
abhro merged commit c7cd197 into main Jul 21, 2026
14 checks passed
@abhro
abhro deleted the dependabot/julia/all-julia-packages-83bafa228a branch July 21, 2026 14:58
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.

1 participant