Skip to content

Bump the all-julia-packages group across 2 directories with 51 updates#2461

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/julia/all-julia-packages-5bd20e12aa
Closed

Bump the all-julia-packages group across 2 directories with 51 updates#2461
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/julia/all-julia-packages-5bd20e12aa

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 20, 2026

Updates the requirements on KrylovKit, Statistics, ForwardDiff, IntervalSets, GaussQuadrature, ClimaComms, CubedSphere, BandedMatrices, LazyBroadcast, DataStructures, GilbertCurves, NVTX, StaticArrays, BlockArrays, RecursiveArrayTools, Adapt, CUDA, ThreadsX, ClimaParams, JLD2, ArgParse, OrdinaryDiffEqSSPRK, ClimaTimeSteppers, TerminalLoggers, AssociatedLegendrePolynomials, ClimaCoreTempestRemap, JET, SnoopCompile, ClimaCorePlots, PrettyTables, ClimaCore, Thermodynamics, ProgressLogging, FastBroadcast, BenchmarkTools, NullBroadcasts, StatsBase, ClimaCoreVTK, Plots, Aqua, DocStringExtensions, DiffEqCallbacks, QuadGK, SafeTestsets, OrdinaryDiffEqTsit5, MPI, SciMLBase, CountFlops, Colors, NCDatasets and ProfileCanvas to permit the latest version.
Updates KrylovKit to 0.10.2

Release notes

Sourced from KrylovKit's releases.

v0.10.2

KrylovKit v0.10.2

Diff since v0.10.1

Merged pull requests:

Closed issues:

  • AD error for v0.10.1 (#139)
Commits

Updates Statistics to 1.11.1

Release notes

Sourced from Statistics's releases.

v1.11.1

Statistics v1.11.1

Diff since v1.11.0

Merged pull requests:

Closed issues:

  • The quantile function can return incorrect results for integer arrays (Int8, Int16, Int32) (#119)
Commits

Updates ForwardDiff to 1.3.2

Release notes

Sourced from ForwardDiff's releases.

v1.3.2

ForwardDiff v1.3.2

Diff since v1.3.1

Merged pull requests:

Commits
  • 7262054 Remove explicit != methods for Dual (#793)
  • 71258ec Update documentation formatting and infrastructure (#792)
  • e1eb522 Define < and isless for Partials (#791)
  • e8eb009 Bump actions/checkout from 5 to 6 (#786)
  • a7991dd Add derivative rule for LinearAlgebra.givensAlgorithm (#783)
  • c2ec27f Bump version from 1.2.1 to 1.2.2 (#782)
  • e7c619d Fix NaN-safe mode (#777)
  • 2247c4a CI tests with NaN-safe mode (#776)
  • 5d2edc1 Avoid non-lazy string interpolation and replace @assert with `ArgumentError...
  • 463e830 Fix gradient and Jacobian for functions with Dual output (#770)
  • Additional commits viewable in compare view

Updates IntervalSets to 0.7.13

Release notes

Sourced from IntervalSets's releases.

v0.7.13

IntervalSets v0.7.13

Diff since v0.7.12

Merged pull requests:

Closed issues:

  • "Warning: Circular dependency detected." with IntervalSets 0.7.12 in Julia 1.10.10 (#206)
Commits

Updates GaussQuadrature to 0.5.8

Commits
  • 199cea0 bump version
  • b2844c8 update compat for SpecialFunctions dependency
  • a5f9629 bump patch version
  • 706c85e Merge pull request #11 from simonbyrne/sb/orthonormal
  • bff58cb special-case polynomial degree 0 in orthonormal_poly
  • 208dcf3 ignore Manifest.toml
  • 6a1b4fc bump patch version number
  • b3a2752 make endpt=both exact (pull request from simonbyrne)
  • 3ab2952 change version to 0.5.5
  • ba6175f Bump version to work around registrator roadblock
  • Additional commits viewable in compare view

Updates ClimaComms to 0.6.10

Changelog

Sourced from ClimaComms's changelog.

v0.6.10

  • fixed logging interoperability with GPUCompiler.jl PR 119

v0.6.9

  • Added a device-agnostic API for querying available memory PR 117.

v0.6.8

  • Extended @threaded to work with multiple iterators and lazy iterators (e.g., enumerate, zip, and Iterators.partition), and modified the threaded function to make it equivalent to @threaded PR 115.

v0.6.7

  • Extended @threaded to work on GPU devices, with block sizes automatically determined by the CUDA occupancy API, and added the ability to control thread coarsening across all devices PR 111.

v0.6.6

  • Replaced MPIFileLogger with FileLogger and added an OnlyRootLogger logger that silences non-root processes PR 104.

v0.6.5

  • Support for adapt was added, so that users can convert between CPU and GPU devices, and contexts containing cpu and gpu devices PR 103.

  • New MPI logging tools were added, MPIFileLogger and MPILogger PR 100.

v0.6.4

  • Add device-flexible @assert was added PR 86.

v0.6.3

  • Bugfix: cuda_sync was missing in the extension and, as a result, ClimaComms.@cuda_sync was not actually synchronizing. We've also removed the abstract fallback, so that we instead method-error if we pass a cuda device when the cuda extension does not exist.

v0.6.2

  • We added a device-agnostic allowscalar(f, ::AbstractDevice, args...; kwargs...) to further assist in making CUDA an extension.

v0.6.1

  • Macros have been refactored to hopefully fix some code loading issues.

v0.6.0

... (truncated)

Commits

Updates KrylovKit to 0.10.2

Release notes

Sourced from KrylovKit's releases.

v0.10.2

KrylovKit v0.10.2

Diff since v0.10.1

Merged pull requests:

Closed issues:

  • AD error for v0.10.1 (#139)
Commits

Updates CubedSphere to 0.3.4

Release notes

Sourced from CubedSphere's releases.

v0.3.4

CubedSphere v0.3.4

Diff since v0.3.3

Merged pull requests:

Changelog

Sourced from CubedSphere's changelog.

CubedSphere.jl Release Notes

v0.3.3

Introduces conformal cubed-sphere coordinates which originate from a non-uniformly spaced horizontal grid (ξ, η) ∈ [-1, 1] x [-1, 1].

v0.3.0

We moved conformal_map_tylor_coefficients.jl and complex_jacobi_ellptic.jl from main package to sandbox. This allowed us to remove most dependencies of CubedSphere.jl. sandbox now contains a Julia environment with the packages needed to execute the scripts in that folder.

Commits
  • 87b70a5 Bump version from 0.3.3 to 0.3.4 (#49)
  • a3fea33 Replace hypot(x, y) with sqrt(xx + yy) for GPU compatibility (#48)
  • e388739 Add Go version 1.12 to CI workflow (#47)
  • 617e6fc Update TaylorSeries compatibility range to 0.20 (#46)
  • ec36fb4 Conformally map an irregularly spaced grid on the reference square to a more ...
  • 090b69f Bump to 0.3.2 (#45)
  • 1d10f1b Bump to 0.3.1 (#44)
  • 5f5aa3b update TaylorSeries compat (#43)
  • 3a2c58c use julia v1.11 for CI and docs (#42)
  • b41e97e Literate reproducing Taylor coefficients for conformal map (#40)
  • Additional commits viewable in compare view

Updates BandedMatrices to 1.11.0

Release notes

Sourced from BandedMatrices's releases.

v1.11.0

BandedMatrices v1.11.0

Diff since v1.10.2

Merged pull requests:

Commits
  • 4c4a5ad Drop old version checking (#494)
  • 6ccbdd8 simplify colstart/stop and rowstart/stop (#493)
  • 800c23a CompatHelper: bump compat for InfiniteArrays in [extras] to 0.15, (keep exist...
  • 22fab64 Run tests in parallel (#491)
  • cb5f59c Bump actions/checkout from 5 to 6 (#489)
  • bb0170b Test InfiniteArrays.jl (#490)
  • e1cb2bc Use a copyto! approach in _BandedMatrix(::BandedRows, A), and switch to Permu...
  • 84d8624 Overload bandedrowsdata for SubArray (#487)
  • 4cacec3 Overload _BandedMatrix(::BandedRows, A::AbstactMatrix) (#486)
  • f0a432f avoid ambiguity error in lmul! with Q and layout vectors/matrices (#484)
  • Additional commits viewable in compare view

Updates LazyBroadcast to 1.0.0

Release notes

Sourced from LazyBroadcast's releases.

v1.0.0

LazyBroadcast v1.0.0

Diff since v0.1.5

Breaking changes

  • lazy_broadcasted was renamed to lazy_broadcast. Broadcasted is already a lazy object, so lazy_broadcasted is akin to saying "lazy-lazy".
  • Support for in-place operations, like bc = @lazy_broadcasted @. x = y + 1, was removed as this violates the "use only what you need" principle. LazyBroadcast does not use x, and so requiring it is an awkward interface. Instead, users should change this to: bc = @lazy_broadcast @. y + 1.
  • Support for wrapping non-broadcasted objects in broadcast(identity, args...) was removed. This was a surprising edge case that users can easily handle. For example:
import LazyBroadcast: @lazy_broadcast
struct A end
struct B end
bar(x, y, ::A) = x
bar(x, y, ::B) = @lazy_broadcast @. x + y
foo(bc::Base.Broadcast.Broadcasted) = bc
foo(bc) = Base.Broadcast.broadcasted(identity, bc)
x = [1,2]
y = [1,2]
foo(bar(x, y, A()))
foo(bar(x, y, B()))

This is much more clear and explicit behavior, and abides by broadcast semantics. With this, users also have the flexibility to define their own behavior, rather than being locked into LazyBroadcast's previous behavior.

Merged pull requests:

Closed issues:

  • Allow for "eager" mode (#10)
  • Broadcast objects are not instantiate'd (#14)
Commits
  • 6322875 Merge pull request #15 from CliMA/ck/dont_materialize
  • cd3a9eb New breaking release, version 1.0.0
  • bca6477 Merge pull request #13 from CliMA/ck/reverse_patch
  • 7c96664 Reverse double patch bump
  • cd10089 Merge pull request #12 from CliMA/ck/bump_patch
  • 2f9c69c Bump patch version
  • d54b69c Merge pull request #11 from CliMA/ck/docs
  • 6db6f8d Bump patch version
  • eaafa23 Update readme docs
  • 7f2787a Merge pull request #9 from CliMA/ck/tests2
  • Additional commits viewable in compare view

Updates DataStructures to 0.19.3

Release notes

Sourced from DataStructures's releases.

v0.19.3

DataStructures v0.19.3

Diff since v0.19.2

Merged pull requests:

  • Don't require the element to be provided to percolate_down! and percolate_up! (#960) (@​Drvi)
Changelog

Sourced from DataStructures's changelog.

[0.19.3]

Fixed

  • Reintroduce a method for percolate_up! percolate_down!JuliaCollections/DataStructures.jl#960

[0.19.2]

Added

  • percolate_up!, percolate_down! now use @propagate_inboundsJuliaCollections/DataStructures.jl#954

[0.19.1] - 2025-08-26

Fixed

  • Add newsz::Integer type annotation to sizehint!JuliaCollections/DataStructures.jl#945
  • Fix pop! with default for OrderedRobinDictJuliaCollections/DataStructures.jl#950
  • Fix deprecation of DisjointSets(xs...)JuliaCollections/DataStructures.jl#951

Other

  • JuliaCollections/DataStructures.jl#944
  • Bump actions/checkoutJuliaCollections/DataStructures.jl#947
  • Add docstrings to DefaultDictJuliaCollections/DataStructures.jl#948

[0.19.0] - 2025-07-31

Added

  • New Queue and Stack as separate types with enhanced documentation
  • Add empty!JuliaCollections/DataStructures.jl#932
  • Support for recursive DefaultDict creation
  • Add find_prefixes method to TrieJuliaCollections/DataStructures.jl#933
  • Improved constructors for CircularBuffer allowing initialization with an iterable and capacity
  • Add resize! method for CircularBuffer
  • JuliaCollections/DataStructures.jl#931

Changed

  • JuliaCollections/DataStructures.jl#874
  • DisjointSets renamed to DisjointSetJuliaCollections/DataStructures.jl#700
  • IntDisjointSets renamed to IntDisjointSetJuliaCollections/DataStructures.jl#700
  • PriorityQueue API updated to use standard Julia interfaces:
    • enqueue!push!
    • dequeue!popfirst!
    • dequeue_pair!popfirst!
    • peekfirst

... (truncated)

Commits
  • a6eba5a Don't require the element to be provided to percolate_down! and `percolate_...
  • c9961a9 Merge pull request #954 from Drvi/td-heap-boundchecks
  • 35d87fe Merge pull request #959 from m-fila/disjointset_rename_docs
  • e1651ad v0.19.2
  • 8f3241b Fix naming of DisjointSet in documentation and tests
  • 292debd .
  • 7fc3ca6 PR feedback
  • 708eeae Improve bounds checks in heap operations
  • c86628e Merge pull request #953 from odow/od/v0.19.1
  • 71775aa Merge pull request #951 from odow/od/fix-deprecation
  • Additional commits viewable in compare view

Updates GilbertCurves to 0.1.0

Release notes

Sourced from GilbertCurves's releases.

v0.1.0

GilbertCurves v0.1.0

Merged pull requests:

Commits

Updates NVTX to 1.0.3

Release notes

Sourced from NVTX's releases.

v1.0.3

NVTX v1.0.3

Diff since v1.0.2

Merged pull requests:

Commits

Updates StaticArrays to 1.9.17

Release notes

Sourced from StaticArrays's releases.

v1.9.17

StaticArrays v1.9.17

Diff since v1.9.16

Merged pull requests:

Closed issues:

  • sqrt inconsistancy with base sqrt(::Matrix) for some real matrices having complexe square root (#1331)
Commits

Updates BlockArrays to 1.9.3

Release notes

Sourced from BlockArrays's releases.

v1.9.3

BlockArrays v1.9.3

Diff since v1.9.2

Merged pull requests:

Commits
  • ae21b37 Fix ambiguity error in similar with 3 or more blocked axes (#494)
  • 4fc19a9 Bump version from v1.9.1 to v1.9.2 (#493)
  • dd3de80 Fix float block index causing hang due to infinite recursion (#492)
  • a1f2273 Fix axes and size of BlockIndices (#490)
  • d482cd9 Nested block indexing (#482)
  • 7ebbea7 Support 3-tensors in similar (#489)
  • d0a8d7a Rename BlockedSlice from #459 to NoncontiguousBlockSlice (#479)
  • cc5eb23 Special case blocks for non-blocked arrays (#474)
  • d0e0e27 Introduce BlockIndices that generalizes BlockIndexRange to non-contiguous...
  • 2f61a7d Bump actions/checkout from 4 to 5 (#486)
  • Additional commits viewable in compare view

Updates RecursiveArrayTools to 3.48.0

Release notes

Sourced from RecursiveArrayTools's releases.

v3.48.0

RecursiveArrayTools v3.48.0

Diff since v3.47.0

Merged pull requests:

Closed issues:

  • Precompilation error inside PackageCompiler (#536)
Commits
  • 6cdda9c Merge pull request #539 from SciML/ChrisRackauckas-patch-3
  • f1d8e8e Bump version from 3.47.0 to 3.48.0
  • 579888f Merge pull request #538 from SciML/ChrisRackauckas-patch-3
  • 2c6390b Remove rand from precompilation workloads
  • 9a4c573 Merge pull request #537 from ChrisRackauckas-Claude/fix/deprecation-warnings
  • b7a9a75 Fix deprecation warnings in test suite
  • eb87c39 Merge pull request #535 from SciML/ChrisRackauckas-patch-3
  • 953ef11 Update Project.toml
  • 250031f Merge pull request #534 from JamesWrigley/lastindex
  • 269e893 Delete unnecessary lastindex() method
  • Additional commits viewable in compare view

Updates Adapt to 4.4.0

Release notes

Sourced from Adapt's releases.

v4.4.0

Adapt v4.4.0

Diff since v4.3.0

Merged pull requests:

Commits
  • df3f72e Add some missed types to WrappedArray (#95)
  • cf6f6d4 Update Project.toml
  • 944774b Bump version.
  • 00b0ca3 Define adapt_structure for CartesianIndices (#93)
  • c80a6ac Add adapt definitions for SparseArrays (#91)
  • a18368b Formatter: fix merge-base with forks.
  • ef12a32 Formatter: use comments instead of code suggestions.
  • 29c5ee7 Switch formatting job to a different suggest action.
  • 447e7b8 Add formatting action.
  • bcc7559 Bump codecov/codecov-action from 4 to 5 (#89)
  • Additional commits viewable in compare view

Updates CUDA to 5.9.6

Release notes

Sourced from CUDA's releases.

v5.9.6

CUDA v5.9.6

Diff since v5.9.5

Merged pull requests:

Closed issues:

  • CUDA.jl takes much much longer to load on Julia v1.12 (#2982)
  • Selectdim returns view - CuSparseMatrixCSC defaults to scalar operations on views (#2986)
  • Non-symmetric eigendecomposition with CUDA (#2989)
  • Could you provide suggestion for using Julia on multinode (#2992)
  • Unable to add CUDA in Julia 1.12 on Jetson Orin (#2995)
  • Unable to add CUDA in Julia 1.12 on Jetson Orin (#2996)
  • Error registering a new package using CUDA (#3001)
Changelog

Sourced from CUDA's changelog.

CUDA.jl release notes

In development: CUDA.jl 4.0

Breaking changes

  • CUDNN and CUTENSOR have been split off into separate packages (#1624). This should improve load times, since most users do not rely on the functionality from these modules.

  • Binaries (like the CUDA runtime, CUDNN, etc) are now provided through first-class JLL packages (#1629). This makes it possible to build JLLs for applications and libraries that rely on the CUDA runtime. As a result, the JULIA_CUDA_USE_BINARYBUILDER and JULIA_CUDA_VERSION environment variables have been replaced with Preferences.jl-based settings; refer to the documentation for more information.

New features

...

Details Description has been truncated

@dependabot dependabot Bot added Dependencies julia Pull requests that update julia code labels Feb 20, 2026
@dependabot dependabot Bot force-pushed the dependabot/julia/all-julia-packages-5bd20e12aa branch 2 times, most recently from 5f61e3a to e01e0bc Compare March 18, 2026 15:30
Updates the requirements on [KrylovKit](https://github.com/Jutho/KrylovKit.jl), [Statistics](https://github.com/JuliaStats/Statistics.jl), [ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl), [IntervalSets](https://github.com/JuliaMath/IntervalSets.jl), [GaussQuadrature](https://github.com/billmclean/GaussQuadrature.jl), [ClimaComms](https://github.com/CliMA/ClimaComms.jl), [CubedSphere](https://github.com/CliMA/CubedSphere.jl), [BandedMatrices](https://github.com/JuliaLinearAlgebra/BandedMatrices.jl), [LazyBroadcast](https://github.com/CliMA/LazyBroadcast.jl), [DataStructures](https://github.com/JuliaCollections/DataStructures.jl), [GilbertCurves](https://github.com/CliMA/GilbertCurves.jl), [NVTX](https://github.com/JuliaGPU/NVTX.jl), [StaticArrays](https://github.com/JuliaArrays/StaticArrays.jl), [BlockArrays](https://github.com/JuliaArrays/BlockArrays.jl), [RecursiveArrayTools](https://github.com/SciML/RecursiveArrayTools.jl), [Adapt](https://github.com/JuliaGPU/Adapt.jl), [CUDA](https://github.com/JuliaGPU/CUDA.jl), [ThreadsX](https://github.com/JuliaFolds2/ThreadsX.jl), [ClimaParams](https://github.com/CliMA/ClimaParams.jl), [JLD2](https://github.com/JuliaIO/JLD2.jl), [ArgParse](https://github.com/carlobaldassi/ArgParse.jl), [OrdinaryDiffEqSSPRK](https://github.com/SciML/OrdinaryDiffEq.jl), [ClimaTimeSteppers](https://github.com/CliMA/ClimaTimeSteppers.jl), [TerminalLoggers](https://github.com/JuliaLogging/TerminalLoggers.jl), [AssociatedLegendrePolynomials](https://github.com/jmert/AssociatedLegendrePolynomials.jl), [ClimaCoreTempestRemap](https://github.com/CliMA/ClimaCore.jl), [JET](https://github.com/aviatesk/JET.jl), [SnoopCompile](https://github.com/JuliaDebug/SnoopCompile.jl), [ClimaCorePlots](https://github.com/CliMA/ClimaCore.jl), [PrettyTables](https://github.com/ronisbr/PrettyTables.jl), [ClimaCore](https://github.com/CliMA/ClimaCore.jl), [Thermodynamics](https://github.com/CliMA/Thermodynamics.jl), [ProgressLogging](https://github.com/JuliaLogging/ProgressLogging.jl), [FastBroadcast](https://github.com/YingboMa/FastBroadcast.jl), [BenchmarkTools](https://github.com/JuliaCI/BenchmarkTools.jl), [NullBroadcasts](https://github.com/CliMA/NullBroadcasts.jl), [StatsBase](https://github.com/JuliaStats/StatsBase.jl), [ClimaCoreVTK](https://github.com/CliMA/ClimaCore.jl), [Plots](https://github.com/JuliaPlots/Plots.jl), [Aqua](https://github.com/JuliaTesting/Aqua.jl), [DocStringExtensions](https://github.com/JuliaDocs/DocStringExtensions.jl), [DiffEqCallbacks](https://github.com/SciML/DiffEqCallbacks.jl), [QuadGK](https://github.com/JuliaMath/QuadGK.jl), [SafeTestsets](https://github.com/YingboMa/SafeTestsets.jl), [OrdinaryDiffEqTsit5](https://github.com/SciML/OrdinaryDiffEq.jl), [MPI](https://github.com/JuliaParallel/MPI.jl), [SciMLBase](https://github.com/SciML/SciMLBase.jl), [CountFlops](https://github.com/charleskawczynski/CountFlops.jl), [Colors](https://github.com/JuliaGraphics/Colors.jl), [NCDatasets](https://github.com/JuliaGeo/NCDatasets.jl) and [ProfileCanvas](https://github.com/pfitzseb/ProfileCanvas.jl) to permit the latest version.

Updates `KrylovKit` to 0.10.2
- [Release notes](https://github.com/Jutho/KrylovKit.jl/releases)
- [Commits](https://github.com/Jutho/KrylovKit.jl/commits/v0.10.2)

Updates `Statistics` to 1.11.1
- [Release notes](https://github.com/JuliaStats/Statistics.jl/releases)
- [Commits](JuliaStats/Statistics.jl@v1.4.0...v1.11.1)

Updates `ForwardDiff` to 1.3.2
- [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases)
- [Commits](JuliaDiff/ForwardDiff.jl@v0.0.2...v1.3.2)

Updates `IntervalSets` to 0.7.13
- [Release notes](https://github.com/JuliaMath/IntervalSets.jl/releases)
- [Commits](JuliaMath/IntervalSets.jl@v0.0.1...v0.7.13)

Updates `GaussQuadrature` to 0.5.8
- [Release notes](https://github.com/billmclean/GaussQuadrature.jl/releases)
- [Changelog](https://github.com/billmclean/GaussQuadrature.jl/blob/master/CHANGELOG)
- [Commits](billmclean/GaussQuadrature.jl@v0.2...v0.5.8)

Updates `ClimaComms` to 0.6.10
- [Release notes](https://github.com/CliMA/ClimaComms.jl/releases)
- [Changelog](https://github.com/CliMA/ClimaComms.jl/blob/main/NEWS.md)
- [Commits](https://github.com/CliMA/ClimaComms.jl/commits)

Updates `KrylovKit` to 0.10.2
- [Release notes](https://github.com/Jutho/KrylovKit.jl/releases)
- [Commits](https://github.com/Jutho/KrylovKit.jl/commits/v0.10.2)

Updates `CubedSphere` to 0.3.4
- [Release notes](https://github.com/CliMA/CubedSphere.jl/releases)
- [Changelog](https://github.com/CliMA/CubedSphere.jl/blob/main/NEWS.md)
- [Commits](CliMA/CubedSphere.jl@v0.1.0...v0.3.4)

Updates `BandedMatrices` to 1.11.0
- [Release notes](https://github.com/JuliaLinearAlgebra/BandedMatrices.jl/releases)
- [Commits](JuliaLinearAlgebra/BandedMatrices.jl@v0.0.1...v1.11.0)

Updates `LazyBroadcast` to 1.0.0
- [Release notes](https://github.com/CliMA/LazyBroadcast.jl/releases)
- [Commits](CliMA/LazyBroadcast.jl@v0.1.0...v1.0.0)

Updates `DataStructures` to 0.19.3
- [Release notes](https://github.com/JuliaCollections/DataStructures.jl/releases)
- [Changelog](https://github.com/JuliaCollections/DataStructures.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaCollections/DataStructures.jl@0.2.0...v0.19.3)

Updates `GilbertCurves` to 0.1.0
- [Release notes](https://github.com/CliMA/GilbertCurves.jl/releases)
- [Commits](https://github.com/CliMA/GilbertCurves.jl/compare/v0.1.0...v0.1.0)

Updates `NVTX` to 1.0.3
- [Release notes](https://github.com/JuliaGPU/NVTX.jl/releases)
- [Commits](JuliaGPU/NVTX.jl@v0.2.0...v1.0.3)

Updates `StaticArrays` to 1.9.17
- [Release notes](https://github.com/JuliaArrays/StaticArrays.jl/releases)
- [Commits](JuliaArrays/StaticArrays.jl@v0.0.1...v1.9.17)

Updates `BlockArrays` to 1.9.3
- [Release notes](https://github.com/JuliaArrays/BlockArrays.jl/releases)
- [Commits](JuliaArrays/BlockArrays.jl@v0.0.1...v1.9.3)

Updates `RecursiveArrayTools` to 3.48.0
- [Release notes](https://github.com/SciML/RecursiveArrayTools.jl/releases)
- [Commits](SciML/RecursiveArrayTools.jl@v0.0.1...v3.48.0)

Updates `Adapt` to 4.4.0
- [Release notes](https://github.com/JuliaGPU/Adapt.jl/releases)
- [Commits](JuliaGPU/Adapt.jl@v0.1.0...v4.4.0)

Updates `CUDA` to 5.9.6
- [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases)
- [Changelog](https://github.com/JuliaGPU/CUDA.jl/blob/master/NEWS.md)
- [Commits](JuliaGPU/CUDA.jl@v0.1.0...v5.9.6)

Updates `ThreadsX` to 0.1.12
- [Release notes](https://github.com/JuliaFolds2/ThreadsX.jl/releases)
- [Commits](JuliaFolds2/ThreadsX.jl@v0.1.0...v0.1.12)

Updates `ClimaParams` to 1.0.13
- [Release notes](https://github.com/CliMA/ClimaParams.jl/releases)
- [Changelog](https://github.com/CliMA/ClimaParams.jl/blob/main/NEWS.md)
- [Commits](CliMA/ClimaParams.jl@v0.1.0...v1.0.13)

Updates `JLD2` to 0.6.3
- [Release notes](https://github.com/JuliaIO/JLD2.jl/releases)
- [Changelog](https://github.com/JuliaIO/JLD2.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaIO/JLD2.jl@v0.0.1...v0.6.3)

Updates `ArgParse` to 1.2.0
- [Release notes](https://github.com/carlobaldassi/ArgParse.jl/releases)
- [Commits](carlobaldassi/ArgParse.jl@v0.2.7...v1.2.0)

Updates `OrdinaryDiffEqSSPRK` to 1.11.0
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Commits](https://github.com/SciML/OrdinaryDiffEq.jl/commits)

Updates `ClimaTimeSteppers` to 0.8.6
- [Release notes](https://github.com/CliMA/ClimaTimeSteppers.jl/releases)
- [Changelog](https://github.com/CliMA/ClimaTimeSteppers.jl/blob/main/NEWS.md)
- [Commits](CliMA/ClimaTimeSteppers.jl@v0.1.0...v0.8.6)

Updates `TerminalLoggers` to 0.1.7
- [Release notes](https://github.com/JuliaLogging/TerminalLoggers.jl/releases)
- [Commits](JuliaLogging/TerminalLoggers.jl@v0.1.0...v0.1.7)

Updates `AssociatedLegendrePolynomials` to 1.0.2
- [Release notes](https://github.com/jmert/AssociatedLegendrePolynomials.jl/releases)
- [Commits](jmert/AssociatedLegendrePolynomials.jl@v0.1.0...v1.0.2)

Updates `ClimaCoreTempestRemap` to 0.3.18
- [Release notes](https://github.com/CliMA/ClimaCore.jl/releases)
- [Changelog](https://github.com/CliMA/ClimaCore.jl/blob/main/NEWS.md)
- [Commits](https://github.com/CliMA/ClimaCore.jl/commits)

Updates `JET` to 0.11.3
- [Release notes](https://github.com/aviatesk/JET.jl/releases)
- [Changelog](https://github.com/aviatesk/JET.jl/blob/master/CHANGELOG.md)
- [Commits](aviatesk/JET.jl@v0.9.18...v0.11.3)

Updates `SnoopCompile` to 3.2.5
- [Release notes](https://github.com/JuliaDebug/SnoopCompile.jl/releases)
- [Changelog](https://github.com/JuliaDebug/SnoopCompile.jl/blob/master/NEWS.md)
- [Commits](JuliaDebug/SnoopCompile.jl@v0.0.1...v3.2.5)

Updates `ClimaCorePlots` to 0.2.11
- [Release notes](https://github.com/CliMA/ClimaCore.jl/releases)
- [Changelog](https://github.com/CliMA/ClimaCore.jl/blob/main/NEWS.md)
- [Commits](https://github.com/CliMA/ClimaCore.jl/commits)

Updates `PrettyTables` to 3.2.3
- [Release notes](https://github.com/ronisbr/PrettyTables.jl/releases)
- [Changelog](https://github.com/ronisbr/PrettyTables.jl/blob/master/CHANGELOG.md)
- [Commits](ronisbr/PrettyTables.jl@v2.0.0...v3.2.3)

Updates `ClimaCore` to 0.14.49
- [Release notes](https://github.com/CliMA/ClimaCore.jl/releases)
- [Changelog](https://github.com/CliMA/ClimaCore.jl/blob/main/NEWS.md)
- [Commits](ClimaCoreTempestRemap-v0.3.8...v0.14.49)

Updates `Thermodynamics` to 0.15.8
- [Release notes](https://github.com/CliMA/Thermodynamics.jl/releases)
- [Changelog](https://github.com/CliMA/Thermodynamics.jl/blob/main/NEWS.md)
- [Commits](CliMA/Thermodynamics.jl@v0.1.0...v0.15.8)

Updates `ProgressLogging` to 0.1.6
- [Release notes](https://github.com/JuliaLogging/ProgressLogging.jl/releases)
- [Commits](JuliaLogging/ProgressLogging.jl@v0.1.0...v0.1.6)

Updates `FastBroadcast` to 0.3.5
- [Release notes](https://github.com/YingboMa/FastBroadcast.jl/releases)
- [Commits](SciML/FastBroadcast.jl@v0.1.0...v0.3.5)

Updates `BenchmarkTools` to 1.6.3
- [Release notes](https://github.com/JuliaCI/BenchmarkTools.jl/releases)
- [Commits](JuliaCI/BenchmarkTools.jl@v0.0.1...v1.6.3)

Updates `NullBroadcasts` to 0.1.0
- [Release notes](https://github.com/CliMA/NullBroadcasts.jl/releases)
- [Commits](CliMA/NullBroadcasts.jl@v0.1.0...v0.1.0)

Updates `StatsBase` to 0.34.10
- [Release notes](https://github.com/JuliaStats/StatsBase.jl/releases)
- [Commits](JuliaStats/StatsBase.jl@0.2.3...v0.34.10)

Updates `ClimaCoreVTK` to 0.7.6
- [Release notes](https://github.com/CliMA/ClimaCore.jl/releases)
- [Changelog](https://github.com/CliMA/ClimaCore.jl/blob/main/NEWS.md)
- [Commits](https://github.com/CliMA/ClimaCore.jl/commits)

Updates `Plots` to 1.41.6
- [Release notes](https://github.com/JuliaPlots/Plots.jl/releases)
- [Changelog](https://github.com/JuliaPlots/Plots.jl/blob/v2/NEWS.md)
- [Commits](JuliaPlots/Plots.jl@Plots-v1.41.5+docs...Plots-v1.41.6)

Updates `Aqua` to 0.8.14
- [Release notes](https://github.com/JuliaTesting/Aqua.jl/releases)
- [Changelog](https://github.com/JuliaTesting/Aqua.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaTesting/Aqua.jl@v0.1.0...v0.8.14)

Updates `DocStringExtensions` to 0.9.5
- [Release notes](https://github.com/JuliaDocs/DocStringExtensions.jl/releases)
- [Commits](JuliaDocs/DocStringExtensions.jl@v0.1.0...v0.9.5)

Updates `DiffEqCallbacks` to 4.12.0
- [Release notes](https://github.com/SciML/DiffEqCallbacks.jl/releases)
- [Commits](SciML/DiffEqCallbacks.jl@v0.0.1...v4.12.0)

Updates `QuadGK` to 2.11.2
- [Release notes](https://github.com/JuliaMath/QuadGK.jl/releases)
- [Commits](JuliaMath/QuadGK.jl@v0.1.0...v2.11.2)

Updates `SafeTestsets` to 0.1.0
- [Release notes](https://github.com/YingboMa/SafeTestsets.jl/releases)
- [Commits](YingboMa/SafeTestsets.jl@v0.0.1...v0.1.0)

Updates `OrdinaryDiffEqTsit5` to 1.9.0
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Commits](https://github.com/SciML/OrdinaryDiffEq.jl/commits)

Updates `MPI` to 0.20.23
- [Release notes](https://github.com/JuliaParallel/MPI.jl/releases)
- [Commits](JuliaParallel/MPI.jl@v0.0.0...v0.20.23)

Updates `SciMLBase` to 2.140.0
- [Release notes](https://github.com/SciML/SciMLBase.jl/releases)
- [Commits](SciML/SciMLBase.jl@v1.0.0...v2.140.0)

Updates `CountFlops` to 0.1.0
- [Commits](https://github.com/charleskawczynski/CountFlops.jl/commits)

Updates `Colors` to 0.13.1
- [Release notes](https://github.com/JuliaGraphics/Colors.jl/releases)
- [Commits](JuliaGraphics/Colors.jl@v0.4.7...v0.13.1)

Updates `NCDatasets` to 0.14.11
- [Release notes](https://github.com/JuliaGeo/NCDatasets.jl/releases)
- [Commits](JuliaGeo/NCDatasets.jl@v0.0.1...v0.14.11)

Updates `ProfileCanvas` to 0.1.7
- [Release notes](https://github.com/pfitzseb/ProfileCanvas.jl/releases)
- [Commits](pfitzseb/ProfileCanvas.jl@v0.1.0...v0.1.7)

---
updated-dependencies:
- dependency-name: KrylovKit
  dependency-version: 0.10.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Statistics
  dependency-version: 1.11.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ForwardDiff
  dependency-version: 1.3.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: IntervalSets
  dependency-version: 0.7.13
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: GaussQuadrature
  dependency-version: 0.5.8
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaComms
  dependency-version: 0.6.10
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: KrylovKit
  dependency-version: 0.10.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: CubedSphere
  dependency-version: 0.3.4
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: BandedMatrices
  dependency-version: 1.11.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: LazyBroadcast
  dependency-version: 1.0.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DataStructures
  dependency-version: 0.19.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: GilbertCurves
  dependency-version: 0.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: NVTX
  dependency-version: 1.0.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: StaticArrays
  dependency-version: 1.9.17
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: BlockArrays
  dependency-version: 1.9.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: RecursiveArrayTools
  dependency-version: 3.48.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Adapt
  dependency-version: 4.4.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: CUDA
  dependency-version: 5.9.6
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ThreadsX
  dependency-version: 0.1.12
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaParams
  dependency-version: 1.0.13
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: JLD2
  dependency-version: 0.6.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ArgParse
  dependency-version: 1.2.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OrdinaryDiffEqSSPRK
  dependency-version: 1.11.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaTimeSteppers
  dependency-version: 0.8.6
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: TerminalLoggers
  dependency-version: 0.1.7
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: AssociatedLegendrePolynomials
  dependency-version: 1.0.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaCoreTempestRemap
  dependency-version: 0.3.18
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: JET
  dependency-version: 0.11.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SnoopCompile
  dependency-version: 3.2.5
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaCorePlots
  dependency-version: 0.2.11
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: PrettyTables
  dependency-version: 3.2.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaCore
  dependency-version: 0.14.49
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Thermodynamics
  dependency-version: 0.15.8
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ProgressLogging
  dependency-version: 0.1.6
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: FastBroadcast
  dependency-version: 0.3.5
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: BenchmarkTools
  dependency-version: 1.6.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: NullBroadcasts
  dependency-version: 0.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: StatsBase
  dependency-version: 0.34.10
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaCoreVTK
  dependency-version: 0.7.6
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Plots
  dependency-version: 1.41.6
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Aqua
  dependency-version: 0.8.14
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DocStringExtensions
  dependency-version: 0.9.5
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DiffEqCallbacks
  dependency-version: 4.12.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: QuadGK
  dependency-version: 2.11.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SafeTestsets
  dependency-version: 0.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OrdinaryDiffEqTsit5
  dependency-version: 1.9.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: MPI
  dependency-version: 0.20.23
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SciMLBase
  dependency-version: 2.140.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: CountFlops
  dependency-version: 0.1.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Colors
  dependency-version: 0.13.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: NCDatasets
  dependency-version: 0.14.11
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ProfileCanvas
  dependency-version: 0.1.7
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/julia/all-julia-packages-5bd20e12aa branch from e01e0bc to d06a81a Compare March 25, 2026 15:30
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 1, 2026

Superseded by #2477.

@dependabot dependabot Bot closed this Apr 1, 2026
@dependabot dependabot Bot deleted the dependabot/julia/all-julia-packages-5bd20e12aa branch April 1, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants