Bump the all-julia-packages group across 1 directory with 5 updates#59
Bump the all-julia-packages group across 1 directory with 5 updates#59dependabot[bot] wants to merge 1 commit into
Conversation
|
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 |
1 similar comment
|
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 |
a938bc2 to
367393d
Compare
Updates the requirements on [CUDA](https://github.com/JuliaGPU/CUDA.jl), [Statistics](https://github.com/JuliaStats/Statistics.jl), [Optimization](https://github.com/SciML/Optimization.jl), [OrdinaryDiffEq](https://github.com/SciML/OrdinaryDiffEq.jl) and [DiffEqBase](https://github.com/SciML/OrdinaryDiffEq.jl) to permit the latest version. Updates `CUDA` to 6.1.0 - [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases) - [Commits](https://github.com/JuliaGPU/CUDA.jl/commits/v6.1.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 `Optimization` to 5.6.1 - [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/v5.6.1) Updates `OrdinaryDiffEq` to 7.0.0 - [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases) - [Changelog](https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md) - [Commits](SciML/OrdinaryDiffEq.jl@v6.0.0...v7.0.0) Updates `DiffEqBase` to 7.5.5 - [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases) - [Changelog](https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/OrdinaryDiffEq.jl/commits) --- updated-dependencies: - dependency-name: CUDA dependency-version: 6.1.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DiffEqBase dependency-version: 7.5.5 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Optimization dependency-version: 5.6.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: OrdinaryDiffEq dependency-version: 7.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 ... Signed-off-by: dependabot[bot] <support@github.com>
367393d to
0583903
Compare
|
The CI failures here are not directly fixable on this branch: ParametricMCPs (latest release included) caps ForwardDiff at 0.10 via a weak dependency, which conflicts with the forced-latest ForwardDiff 1.4 on dependabot runs and transitively blocks NNlib ≥ 0.9.32 / CUDA 6. #63 supersedes this PR — it includes these compat bumps plus the test-dependency change needed for the new stack to actually resolve. |
…Optimization 5 (supersedes #59) (#63) * Bump the all-julia-packages group across 1 directory with 5 updates Updates the requirements on [CUDA](https://github.com/JuliaGPU/CUDA.jl), [Statistics](https://github.com/JuliaStats/Statistics.jl), [Optimization](https://github.com/SciML/Optimization.jl), [OrdinaryDiffEq](https://github.com/SciML/OrdinaryDiffEq.jl) and [DiffEqBase](https://github.com/SciML/OrdinaryDiffEq.jl) to permit the latest version. Updates `CUDA` to 6.1.0 - [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases) - [Commits](https://github.com/JuliaGPU/CUDA.jl/commits/v6.1.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 `Optimization` to 5.6.1 - [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/v5.6.1) Updates `OrdinaryDiffEq` to 7.0.0 - [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases) - [Changelog](https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md) - [Commits](SciML/OrdinaryDiffEq.jl@v6.0.0...v7.0.0) Updates `DiffEqBase` to 7.5.5 - [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases) - [Changelog](https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/OrdinaryDiffEq.jl/commits) --- updated-dependencies: - dependency-name: CUDA dependency-version: 6.1.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DiffEqBase dependency-version: 7.5.5 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Optimization dependency-version: 5.6.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: OrdinaryDiffEq dependency-version: 7.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 ... Signed-off-by: dependabot[bot] <support@github.com> * Remove ParametricMCPs test dependency to unblock dependency updates ParametricMCPs (including its latest release, 0.1.17) caps ForwardDiff at 0.10 through a weak dependency, which makes it impossible to resolve a test environment containing NonlinearSolve >= 4.17 (requires ForwardDiff 1), NNlib >= 0.9.32, or CUDA >= 6. This is what made the GPU CI jobs on the dependabot update PR fail at version resolution, and it silently held the CPU test jobs back on DiffEqBase 6 / OrdinaryDiffEq 6 / CUDA 5 / ForwardDiff 0.10. Dropping the ParametricMCPs comparison benchmark lets the test environment resolve the full updated stack (CUDA 6.1, DiffEqBase 7.5, OrdinaryDiffEq 7.0, Optimization 5.6, ForwardDiff 1.4, NonlinearSolve 4.19, SciMLSensitivity 7.112, SciMLBase 3.18). The ComplementaritySolve.jl side of the benchmark testset is kept since it exercises forward solves and Zygote adjoints for both in-place and out-of-place problems. Core, Applications, and QA test groups all pass locally against the updated stack with no source changes required. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Fix GPU ForwardDiff seeding and Julia 1.10 Statistics compat ForwardDiff 1.x rewrote seed! to use scalar setindex! loops (via structural_eachindex), which errors on GPU arrays with scalar indexing disallowed; ForwardDiff 0.10 used broadcast and worked. This broke every NonlinearReformulation/BokhovenIterativeAlgorithm CUDA test through SimpleNonlinearSolve's ForwardDiff jacobians. Add broadcast-based seed! overloads for AbstractGPUArray in the existing type-piracy section (should eventually live upstream in ForwardDiff as a GPUArraysCore extension), with a JLArrays-based regression test covering vector and chunk mode. Also relax the Statistics compat to "1.10, 1.11": the stdlib is version 1.10.0 on Julia 1.10, so "1.11.1" was unsatisfiable on the downgrade CI jobs which run on the LTS. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Retrigger CI: CUDA Core job hit out-of-GPU-memory at context creation (runner infrastructure issue) Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Remove ForwardDiff seed! type piracy, document the GPU limitation instead Per review feedback on #63: drop the pirated broadcast-based seed! overloads for AbstractGPUArray (and the JLArrays regression test that exercised them) and document the limitation instead, in the README CUDA footnote and next to DEFAULT_NLSOLVER. With ForwardDiff >= 1, ForwardDiff-based jacobians seed dual arrays with scalar setindex! loops, so solvers that compute jacobians through ForwardDiff error on CUDA arrays until that is fixed upstream in ForwardDiff. The CUDA CI groups will fail with ForwardDiff 1.x as a consequence. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Document ForwardDiff GPU seeding breakage in an issue; mark CUDA tests broken Per review feedback: move the ForwardDiff >= 1 GPU limitation documentation out of the README/source and into #65, and mark the affected CUDA tests with @test_broken so the GPU CI reflects the known upstream breakage instead of erroring. Only InteriorPointMethod (which does not use ForwardDiff jacobians) keeps regular assertions on CUDA; the NonlinearReformulation/BokhovenIterativeAlgorithm solve and adjoint paths are @test_broken until ForwardDiff restores broadcast-compatible seeding. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Keep regular assertions for the size(q) = (2, 1) batched CUDA adjoint CI reported Unexpected Pass for this combination: it takes the batched code path that does not go through ForwardDiff jacobian seeding, so it still works on CUDA with ForwardDiff >= 1 and must not be @test_broken. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Rackauckas (Claude) <accounts@chrisrackauckas.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
Updates the requirements on CUDA, Statistics, Optimization, OrdinaryDiffEq and DiffEqBase to permit the latest version.
Updates
CUDAto 6.1.0Release notes
Sourced from CUDA's releases.
Commits
Updates
Statisticsto 1.11.1Release notes
Sourced from Statistics's releases.
Commits
68869afBump patch for version 1.11.189f5fc7Create tagbot.ymldc844dbCI: restore v1.9.4 to build matrix (#159)d0523aerelax test for mapreduce_empty (#156)d1c1c42Drop support for v1.9 in CI (#157)bfc6326FixquantilewithDateandDateTime(#153)b8ea3d2Prevent overflow inmean(::AbstractRange)and relax type constraint. (#150)a88ae4fDocument MATLAB behavior inquantiledocstring (#152)46290a0Revert "Prepare standalone package, step 2 (#128)" (#148)81a90afmake SparseArrays a weak dependency (#134)Updates
Optimizationto 5.6.1Release notes
Sourced from Optimization's releases.
Changelog
Sourced from Optimization's changelog.
Commits
Updates
OrdinaryDiffEqto 7.0.0Release notes
Sourced from OrdinaryDiffEq's releases.
... (truncated)
Changelog
Sourced from OrdinaryDiffEq's changelog.
... (truncated)
Commits
f3ce496Merge pull request #3567 from SciML/drop-unused-rosenbrock-tableaus-dep02763e7Drop unused OrdinaryDiffEqRosenbrockTableaus from top-level depsa0a61e0Update version to 7.0.0 in Project.toml68c304dMerge pull request #3566 from SciML/fix-delaydiffeq-extras-uuids7c87e5aFix three wrong UUIDs in DelayDiffEq's [extras]b3359fbMerge pull request #3565 from SciML/revert-core-ddt-bumpscfb94cdRevert OrdinaryDiffEqCore and DiffEqDevTools major bumps from #35625b867b8Merge pull request #3563 from ChrisRackauckas-Claude/drop-old-majors-v7-stacka8419deRevert out-of-scope deps additions in Rosenbrock/Tsit5 QA test envs260775bDrop old majors from v7-coupled stack compatUpdates
DiffEqBaseto 7.5.5Changelog
Sourced from DiffEqBase's changelog.
... (truncated)
Commits