Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/julia/all-julia-packages-d9562ef21c
Open

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2026

Updates the requirements on KrylovKit, RecursiveArrayTools, CUDA, Statistics, ForwardDiff, IntervalSets, GaussQuadrature, ClimaComms, CubedSphere, BandedMatrices, LazyBroadcast, DataStructures, GilbertCurves, NVTX, StaticArrays, BlockArrays, Adapt, 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 RecursiveArrayTools to 4.0.1

Release notes

Sourced from RecursiveArrayTools's releases.

v4.0.1

RecursiveArrayTools v4.0.1

Diff since v3.51.0

Merged pull requests:

Commits
  • 8030a81 Merge pull request #558 from SciML/ChrisRackauckas-patch-3
  • a7ae44b Update Project.toml
  • c480117 Merge pull request #557 from ChrisRackauckas-Claude/fix-fb-serial
  • d1ca597 Update FastBroadcast extension to use Serial dispatch
  • 5ae3f87 Merge pull request #554 from ChrisRackauckas-Claude/add-licenses
  • b77f17f Add MIT LICENSE.md to sublibraries for registration
  • fc9c29a Merge pull request #547 from ChrisRackauckas-Claude/abstractarray-breaking-up...
  • f0dfd27 Merge branch 'master' into abstractarray-breaking-update
  • 484d3af Run Runic formatting
  • 4e28332 Fix GPU ArrayPartition any/all: load AnyAll subpackage in GPU tests
  • Additional commits viewable in compare view

Updates CUDA to 6.0.0

Release notes

Sourced from CUDA's releases.

v6.0.0

CUDA v6.0.0

Diff since v5.11.0

Breaking changes: Ideally none. CUDA.jl has been split into subpackages, which is a major change, so the major version bump is out of caution. Deprecations have been introduced though, e.g., submodules like CUBLAS are now proper packages, cuBLAS.jl.

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.

Commits
  • a9a687c Add licenses and READMEs to subpackages.
  • a79b516 Profiler: relax parsing of color flags in marker data. (#3075)
  • 2e540fd Remove stale NEWS.md
  • 0b05451 Put all GPU-only functions in the GPU method table (#2998)
  • cbd36b0 Bump docker/setup-buildx-action from 3 to 4 (#3071)
  • 74e1705 Bump docker/metadata-action from 5 to 6 (#3070)
  • 9877922 Bump docker/build-push-action from 6 to 7 (#3069)
  • 19c3638 Bump docker/login-action from 3 to 4 (#3068)
  • 87da928 Mark @device_override and friends as public (#3066)
  • 441fec5 Make CUDA & friends loadable on systems without NVPTX LLVM backend (#3067)
  • Additional commits viewable in compare view

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

Release notes

Sourced from ForwardDiff's releases.

v1.3.3

ForwardDiff v1.3.3

Diff since v1.3.2

Merged pull requests:

Commits

Updates IntervalSets to 0.7.14

Release notes

Sourced from IntervalSets's releases.

v0.7.14

IntervalSets v0.7.14

Diff since v0.7.13

Merged pull requests:

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

Release notes

Sourced from DataStructures's releases.

v0.19.4

DataStructures v0.19.4

Diff since v0.19.3

Merged pull requests:

Closed issues:

  • MutableBinaryHeap doesn't work with Abstract / Union Type (#963)
Changelog

Sourced from DataStructures's changelog.

[0.19.4]

Fixed

  • Fixed #963: MutableBinaryHeap doesn't work with Abstract / Union Type (#869)

[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

... (truncated)

Commits
  • cf55c36 Merge pull request #964 from JuliaCollections/ox/release
  • 5cceb64 Merge pull request #966 from AayushSabharwal/as/disjoint-set-in
  • fab3894 feat: implement Base.in for IntDisjointSet and DisjointSet
  • 06eb26e Merge pull request #965 from JuliaCollections/dependabot/github_actions/julia...
  • 37362de Bump julia-actions/cache from 2 to 3
  • d2e360c release
  • d56640d Merge pull request #869 from cmcaine/fix-mutable-binheap-unions
  • d332e60 Merge branch 'master' into fix-mutable-binheap-unions
  • b67c498 Merge pull request #962 from JuliaCollections/dependabot/github_actions/actio...
  • 911b44a Bump actions/checkout from 5 to 6
  • Additional commits viewable in compare view

Updates GilbertCurves to 0.1.0

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

Release notes

Sourced from StaticArrays's releases.

v1.9.18

StaticArrays v1.9.18

Diff since v1.9.17

Merged pull requests:

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 4.0.1

Release notes

Sourced from RecursiveArrayTools's releases.

v4.0.1

RecursiveArrayTools v4.0.1

Diff since v3.51.0

Merged pull requests:

Commits
  • 8030a81 Merge pull request #558 from SciML/ChrisRackauckas-patch-3
  • a7ae44b Update Project.toml
  • c480117 Merge pull request #557 from ChrisRackauckas-Claude/fix-fb-serial
  • d1ca597 Update FastBroadcast extension to use Serial dispatch
  • 5ae3f87 Merge pull request Description has been truncated

Updates the requirements on [KrylovKit](https://github.com/Jutho/KrylovKit.jl), [RecursiveArrayTools](https://github.com/SciML/RecursiveArrayTools.jl), [CUDA](https://github.com/JuliaGPU/CUDA.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), [Adapt](https://github.com/JuliaGPU/Adapt.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/SciML/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 `RecursiveArrayTools` to 4.0.1
- [Release notes](https://github.com/SciML/RecursiveArrayTools.jl/releases)
- [Commits](SciML/RecursiveArrayTools.jl@v3.2.0...v4.0.1)

Updates `CUDA` to 6.0.0
- [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases)
- [Commits](JuliaGPU/CUDA.jl@v5.5.0...v6.0.0)

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.3
- [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases)
- [Commits](JuliaDiff/ForwardDiff.jl@v0.0.2...v1.3.3)

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

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

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

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.18
- [Release notes](https://github.com/JuliaArrays/StaticArrays.jl/releases)
- [Commits](JuliaArrays/StaticArrays.jl@v0.0.1...v1.9.18)

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 4.0.1
- [Release notes](https://github.com/SciML/RecursiveArrayTools.jl/releases)
- [Commits](SciML/RecursiveArrayTools.jl@v3.2.0...v4.0.1)

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

Updates `CUDA` to 6.0.0
- [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases)
- [Commits](JuliaGPU/CUDA.jl@v5.5.0...v6.0.0)

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

Updates `JLD2` to 0.6.4
- [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.4)

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.13.0
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Commits](SciML/OrdinaryDiffEq.jl@v0.0.1...v1.13.0)

Updates `ClimaTimeSteppers` to 0.8.11
- [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.11)

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

Updates `ClimaCore` to 0.14.50
- [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.50)

Updates `Thermodynamics` to 1.2.1
- [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...v1.2.1)

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 1.3.1
- [Release notes](https://github.com/SciML/FastBroadcast.jl/releases)
- [Commits](SciML/FastBroadcast.jl@v0.1.0...v1.3.1)

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

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.13.0
- [Release notes](https://github.com/SciML/DiffEqCallbacks.jl/releases)
- [Commits](SciML/DiffEqCallbacks.jl@v0.0.1...v4.13.0)

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

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.11.0
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Commits](SciML/OrdinaryDiffEq.jl@v0.0.1...v1.11.0)

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

Updates `SciMLBase` to 3.1.0
- [Release notes](https://github.com/SciML/SciMLBase.jl/releases)
- [Commits](SciML/SciMLBase.jl@v1.0.0...v3.1.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.15
- [Release notes](https://github.com/JuliaGeo/NCDatasets.jl/releases)
- [Commits](JuliaGeo/NCDatasets.jl@v0.0.1...v0.14.15)

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: RecursiveArrayTools
  dependency-version: 4.0.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: CUDA
  dependency-version: 6.0.0
  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.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: IntervalSets
  dependency-version: 0.7.14
  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.4
  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.18
  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: 4.0.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Adapt
  dependency-version: 4.5.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: CUDA
  dependency-version: 6.0.0
  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.15
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: JLD2
  dependency-version: 0.6.4
  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.13.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaTimeSteppers
  dependency-version: 0.8.11
  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.3.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ClimaCore
  dependency-version: 0.14.50
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Thermodynamics
  dependency-version: 1.2.1
  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: 1.3.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: BenchmarkTools
  dependency-version: 1.7.0
  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.13.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: QuadGK
  dependency-version: 2.11.3
  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.11.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: MPI
  dependency-version: 0.20.24
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SciMLBase
  dependency-version: 3.1.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.15
  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>
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