Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2025

Updates the requirements on ForwardDiff, GPUArraysCore, StaticArrays, TOML, Adapt, CUDA, OpenCL, JLArrays, Statistics, BenchmarkTools, StochasticDiffEq, OrdinaryDiffEq, SafeTestsets, Optimization, DiffEqDevTools, Zygote, OptimizationOptimisers and pocl_jll to permit the latest version.
Updates ForwardDiff to 1.3.0

Release notes

Sourced from ForwardDiff's releases.

v1.3.0

ForwardDiff v1.3.0

Diff since v1.2.2

Merged pull requests:

Closed issues:

  • Method ambiguities reported by Aqua (#681)
Commits
  • 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)
  • 5ba1f44 v1.2.0 (#772)
  • c15deda Fix tests by using tag types instead of instances (#768)
  • d0d6a0a improve performance of hessians with static arrays (#751)
  • 42e0aa6 prevent adding methods to the functions > and >= (#771)
  • Additional commits viewable in compare view

Updates GPUArraysCore to 0.2.0

Commits

Updates StaticArrays to 1.9.15

Release notes

Sourced from StaticArrays's releases.

v1.9.15

StaticArrays v1.9.15

Diff since v1.9.14

Merged pull requests:

Closed issues:

  • Non-symmetric inverse of Cholesky decomposition (#1257)
Commits

Updates TOML to 1.0.3

Commits

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

Release notes

Sourced from CUDA's releases.

v5.9.5

CUDA v5.9.5

Diff since v5.9.4

Merged pull requests:

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

...

Commits

Updates OpenCL to 0.10.8

Release notes

Sourced from OpenCL's releases.

v0.10.8

OpenCL v0.10.8

Diff since v0.10.7

Merged pull requests:

Closed issues:

  • support vectorized math intrinsics (#376)
Commits

Updates JLArrays to 0.3.0

Commits
  • 2b00163 Merge pull request #136 from JuliaGPU/tb/one
  • 1049323 Merge pull request #137 from ranocha/update_travis
  • 3fdfbd6 Merge pull request #138 from ranocha/update_readme
  • 9b97847 Make testsuite easier to reuse.
  • ebcf8a0 update link to appveyor
  • 058bb69 allow tests using Julia v1.0 (Travis)
  • a27dcc4 Enable allowscalar(false) testing for JLArray.
  • bb83e17 Restructure the testsuite a little.
  • 2439b75 Remove double endlines from license doc.
  • e7fce5b Merge pull request #135 from JuliaGPU/tb/one
  • 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 BenchmarkTools to 1.6.3

Release notes

Sourced from BenchmarkTools's releases.

v1.6.3

BenchmarkTools v1.6.3

Diff since v1.6.2

Merged pull requests:

Commits

Updates StochasticDiffEq to 6.84.0

Release notes

Sourced from StochasticDiffEq's releases.

v6.84.0

StochasticDiffEq v6.84.0

Diff since v6.83.0

Merged pull requests:

Commits
  • 2d107b8 Update Project.toml
  • ffe84e2 Merge pull request #634 from vyudu/change_rng
  • 0f90b5d Update SIE_SME.jl
  • 6deb5cc Update srk_weak_final_non_diagonal.jl
  • 567688f Update test/weak_convergence/srk_weak_final_non_diagonal.jl
  • 1f048ff Update srk_weak_diagonal_final.jl
  • 8cc7fbc Update srk_weak_final_non_diagonal.jl
  • 1e8f997 Update test/weak_convergence/srk_weak_final_non_diagonal.jl
  • a106859 Update test/weak_convergence/srk_weak_final_non_diagonal.jl
  • 0f64854 Update SIE_SME.jl
  • Additional commits viewable in compare view

Updates OrdinaryDiffEq to 6.103.0

Release notes

Sourced from OrdinaryDiffEq's releases.

v6.103.0

OrdinaryDiffEq v6.103.0

Diff since v6.102.1

Merged pull requests:

Closed issues:

  • Efficient implementation of Gauss Collocation (#1004)
  • Standardize fields in AbstractDiffEqInterpolation (#2750)
  • Big slowdown and type instabilities of AD through ODE solver (#2837)
  • Automated linearization of ODEProblems with Linearize (#2874)
  • Example in OrdinaryDiffEqLinear documentation does not run (#2877)
  • using print callback saves solution vector (even when save_everystep=false) (#2882)
  • CI tests fail due to precompilation errors in OrdinaryDiffEq.jl et co (#2887)
Commits
  • c46429d Bump version from 6.102.1 to 6.103.0
  • 01f6703 Update OrdinaryDiffEq.jl
  • 701061a Merge pull request #2896 from KeshavVenkatesh/rkv76iia_3
  • 3e7b6d6 Removing mismatched tableaus
  • 8086a25 Merge pull request #2878 from KeshavVenkatesh/rkv76iia
  • 631d34d Update lib/OrdinaryDiffEqVerner/test/ode_verner_tests.jl
  • 8bbbe55 Update Project.toml
  • 748393b Update lib/OrdinaryDiffEqVerner/test/ode_verner_tests.jl
  • fad6914 Update lib/OrdinaryDiffEqVerner/test/ode_verner_tests.jl
  • 6f7f733 Update lib/OrdinaryDiffEqVerner/test/ode_verner_tests.jl
  • Additional commits viewable in compare view

Updates SafeTestsets to 0.1.0

Release notes

Sourced from SafeTestsets's releases.

v0.1.0

SafeTestsets v0.1.0

Diff since v0.0.1

Closed issues:

  • Macro in test undefined (#3)
  • Using include() with a computed value (#7)

Merged pull requests:

Commits
  • f7897d5 Update Project.toml
  • 4cc3962 Update Project.toml
  • 4b6882e Update Project.toml
  • 36da15d Merge pull request #9 from YingboMa/myb/onemorelevel
  • 08d1b17 Update README.md
  • 5f24b73 Make inline testing backward compatible
  • 667b675 Merge pull request #8 from staticfloat/sf/modern_project_toml
  • ab306b0 Update package to moden Julia Project.toml format
  • e553edc Merge pull request #2 from JuliaTagBot/master
  • f4714be Install TagBot as a GitHub Action
  • Additional commits viewable in compare view

Updates Optimization to 5.2.0

Release notes

Sourced from Optimization's releases.

v5.2.0

Optimization v5.2.0

Diff since v5.1.0

Merged pull requests:

Closed issues:

  • OptimizationOptimJL fails to precompile in Julia 1.10- 1.12 (tested) (#1098)
Changelog

Sourced from Optimization's changelog.

v4 Breaking changes

  1. The main change in this breaking release has been the way mini-batching is handled. The data argument in the solve call and the implicit iteration of that in the callback has been removed, the stochastic solvers (Optimisers.jl and Sophia) now handle it explicitly. You would now pass in a DataLoader to OptimizationProblem as the second argument to the objective etc (p) if you want to do minibatching, else for full batch just pass in the full data.

  2. The support for extra returns from objective function has been removed. Now the objective should only return a scalar loss value, hence callback doesn't take extra arguments other than the state and loss value.

Commits
  • 25ff63f Bump version from 5.1.0 to 5.2.0
  • bd01dab Merge pull request #1099 from SciML/compathelper/new_version/2025-11-28-00-30...
  • 5d47976 Merge pull request #1100 from SciML/compathelper/new_version/2025-11-28-00-30...
  • 3b8aef6 CompatHelper: add new compat entry for OptimizationPyCMA at version 1 for pac...
  • b21e3c0 CompatHelper: add new compat entry for DifferentiationInterface at version 0....
  • eecb1fd Merge pull request #1097 from SebastianM-C/docs
  • a65fd82 bump Manopt for downgrade CI
  • 43c9cf2 fix redirects
  • 05acc84 Make sure that all optimizers re-export OptimizationBase
  • cf96ce9 Add the HolyLabRegistry for QuadDIRECT
  • Additional commits viewable in compare view

Updates DiffEqDevTools to 2.48.0

Release notes

Sourced from DiffEqDevTools's releases.

v2.48.0

DiffEqDevTools v2.48.0

Diff since v2.47.0

Merged pull requests:

Commits
  • ee9eafe Update Project.toml
  • fb4d61d Merge pull request #151 from SciML/ChrisRackauckas-patch-3
  • 2211f70 Allow NonlinearSolve v4
  • d4547f1 Update Project.toml
  • 2aad111 Update Project.toml
  • 8dadb64 Merge pull request #150 from SciML/hr/stability_region_for_methods
  • 6f6cb42 test for L stability
  • 4dcf986 add an implicit method to the tests
  • d2d7527 bump version
  • 8e9dbbc allow computing the stability function directly from an algorithm
  • Additional commits viewable in compare view

Updates Zygote to 0.7.10

Release notes

Sourced from Zygote's releases.

v0.7.10

Zygote v0.7.10

Diff since v0.7.9

Merged pull requests:

Commits

Updates OptimizationOptimisers to 0.3.15

Commits

Updates pocl_jll to 7.1.0+1

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl), [GPUArraysCore](https://github.com/JuliaGPU/GPUArrays.jl), [StaticArrays](https://github.com/JuliaArrays/StaticArrays.jl), [TOML](https://github.com/JuliaLang/TOML.jl), [Adapt](https://github.com/JuliaGPU/Adapt.jl), [CUDA](https://github.com/JuliaGPU/CUDA.jl), [OpenCL](https://github.com/JuliaGPU/OpenCL.jl), [JLArrays](https://github.com/JuliaGPU/GPUArrays.jl), [Statistics](https://github.com/JuliaStats/Statistics.jl), [BenchmarkTools](https://github.com/JuliaCI/BenchmarkTools.jl), [StochasticDiffEq](https://github.com/SciML/StochasticDiffEq.jl), [OrdinaryDiffEq](https://github.com/SciML/OrdinaryDiffEq.jl), [SafeTestsets](https://github.com/YingboMa/SafeTestsets.jl), [Optimization](https://github.com/SciML/Optimization.jl), [DiffEqDevTools](https://github.com/SciML/DiffEqDevTools.jl), [Zygote](https://github.com/FluxML/Zygote.jl), [OptimizationOptimisers](https://github.com/SciML/Optimization.jl) and [pocl_jll](https://github.com/JuliaBinaryWrappers/pocl_jll.jl) to permit the latest version.

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

Updates `GPUArraysCore` to 0.2.0
- [Release notes](https://github.com/JuliaGPU/GPUArrays.jl/releases)
- [Commits](JuliaGPU/GPUArrays.jl@v0.0.1...v0.2.0)

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

Updates `TOML` to 1.0.3
- [Release notes](https://github.com/JuliaLang/TOML.jl/releases)
- [Commits](https://github.com/JuliaLang/TOML.jl/commits)

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

Updates `OpenCL` to 0.10.8
- [Release notes](https://github.com/JuliaGPU/OpenCL.jl/releases)
- [Changelog](https://github.com/JuliaGPU/OpenCL.jl/blob/master/NEWS.md)
- [Commits](JuliaGPU/OpenCL.jl@v0.1.1...v0.10.8)

Updates `JLArrays` to 0.3.0
- [Release notes](https://github.com/JuliaGPU/GPUArrays.jl/releases)
- [Commits](JuliaGPU/GPUArrays.jl@v0.0.1...v0.3.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 `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 `StochasticDiffEq` to 6.84.0
- [Release notes](https://github.com/SciML/StochasticDiffEq.jl/releases)
- [Commits](SciML/StochasticDiffEq.jl@v0.0.1...v6.84.0)

Updates `OrdinaryDiffEq` to 6.103.0
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Commits](SciML/OrdinaryDiffEq.jl@v0.0.1...v6.103.0)

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 `Optimization` to 5.2.0
- [Release notes](https://github.com/SciML/Optimization.jl/releases)
- [Changelog](https://github.com/SciML/Optimization.jl/blob/master/NEWS.md)
- [Commits](SciML/Optimization.jl@v0.1.1...v5.2.0)

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

Updates `Zygote` to 0.7.10
- [Release notes](https://github.com/FluxML/Zygote.jl/releases)
- [Commits](FluxML/Zygote.jl@v0.2.0...v0.7.10)

Updates `OptimizationOptimisers` to 0.3.15
- [Release notes](https://github.com/SciML/Optimization.jl/releases)
- [Changelog](https://github.com/SciML/Optimization.jl/blob/master/NEWS.md)
- [Commits](https://github.com/SciML/Optimization.jl/commits)

Updates `pocl_jll` to 7.1.0+1
- [Release notes](https://github.com/JuliaBinaryWrappers/pocl_jll.jl/releases)
- [Commits](https://github.com/JuliaBinaryWrappers/pocl_jll.jl/commits)

---
updated-dependencies:
- dependency-name: ForwardDiff
  dependency-version: 1.3.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: GPUArraysCore
  dependency-version: 0.2.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: StaticArrays
  dependency-version: 1.9.15
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: TOML
  dependency-version: 1.0.3
  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.5
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OpenCL
  dependency-version: 0.10.8
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: JLArrays
  dependency-version: 0.3.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: BenchmarkTools
  dependency-version: 1.6.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: StochasticDiffEq
  dependency-version: 6.84.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OrdinaryDiffEq
  dependency-version: 6.103.0
  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: Optimization
  dependency-version: 5.2.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DiffEqDevTools
  dependency-version: 2.48.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Zygote
  dependency-version: 0.7.10
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OptimizationOptimisers
  dependency-version: 0.3.15
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: pocl_jll
  dependency-version: 7.1.0+1
  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 Dec 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

1 similar comment
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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