Bump the all-julia-packages group across 3 directories with 4 updates#436
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the all-julia-packages group across 3 directories with 4 updates#436dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [DiffEqBase](https://github.com/SciML/OrdinaryDiffEq.jl), [CUDA](https://github.com/JuliaGPU/CUDA.jl), [SciMLBase](https://github.com/SciML/SciMLBase.jl) and [DiffEqDevTools](https://github.com/SciML/OrdinaryDiffEq.jl) to permit the latest version. Updates `DiffEqBase` 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](https://github.com/SciML/OrdinaryDiffEq.jl/commits) Updates `CUDA` to 6.0.0 - [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases) - [Commits](JuliaGPU/CUDA.jl@v5.0.0...v6.0.0) Updates `DiffEqBase` 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](https://github.com/SciML/OrdinaryDiffEq.jl/commits) Updates `CUDA` to 6.0.0 - [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases) - [Commits](JuliaGPU/CUDA.jl@v5.0.0...v6.0.0) Updates `SciMLBase` to 3.3.0 - [Release notes](https://github.com/SciML/SciMLBase.jl/releases) - [Commits](SciML/SciMLBase.jl@v2.144.0...v3.3.0) Updates `CUDA` to 6.0.0 - [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases) - [Commits](JuliaGPU/CUDA.jl@v5.0.0...v6.0.0) Updates `DiffEqDevTools` to 3.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@v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: DiffEqBase dependency-version: 7.0.0 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: DiffEqBase dependency-version: 7.0.0 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: SciMLBase dependency-version: 3.3.0 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: DiffEqDevTools dependency-version: 3.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] <support@github.com>
2 tasks
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
ChrisRackauckas
added a commit
that referenced
this pull request
Apr 29, 2026
Expand Project.toml compat to allow the v3/v7 wave of SciML breaking releases (supersedes dependabot PR #436): - Project.toml: DiffEqBase 6.206.0, 7; CUDA 5, 6 - test/Project.toml: DiffEqDevTools 2, 3; CUDA 5, 6; OrdinaryDiffEq 6, 7; SciMLBase 2.144, 3; StochasticDiffEq 6, 7 - docs/Project.toml: matching bumps for DiffEqBase, CUDA, OrdinaryDiffEq, StochasticDiffEq Source changes: - src/solve.jl: SciMLBase.DEAlgorithm -> SciMLBase.AbstractDEAlgorithm (DEAlgorithm alias removed in SciMLBase v3) Docs changes: - Migrate all prob_func(prob, i, repeat) / output_func(sol, i) signatures in tutorials and examples to the SciMLBase v3 ctx-based API prob_func(prob, ctx) / output_func(sol, ctx), using ctx.sim_id in place of i where needed. - getting_started.md: sol[i] -> sol.u[i] for the within-GPU CUDA example to reflect the RecursiveArrayTools v4 scalar-indexing change. The ensemble RNG / solve_batch / EnsembleContext wiring in src/solve.jl was already migrated to the SciMLBase v3 6-arg solve_batch form (prob, alg, ensemblealg, II, pmap_batch_size, ensemble_rng_state) in earlier commit 90813db, so no signature changes are needed here. Note on local resolvability: the DiffEqBase v7 / SciMLBase v3 upgrade is blocked upstream by SimpleDiffEq (all registered versions restrict DiffEqBase to 6.122-6). Local Pkg.resolve on master fails for the same reason as on this branch; this PR adds the forward-looking compat so DiffEqGPU will resolve automatically once SimpleDiffEq registers a DiffEqBase v7 compatible release. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on DiffEqBase, CUDA, SciMLBase and DiffEqDevTools to permit the latest version.
Updates
DiffEqBaseto 7.0.0Changelog
Sourced from DiffEqBase's changelog.
... (truncated)
Commits
Updates
CUDAto 6.0.0Release notes
Sourced from CUDA's releases.
Commits
a9a687cAdd licenses and READMEs to subpackages.a79b516Profiler: relax parsing of color flags in marker data. (#3075)2e540fdRemove stale NEWS.md0b05451Put all GPU-only functions in the GPU method table (#2998)cbd36b0Bump docker/setup-buildx-action from 3 to 4 (#3071)74e1705Bump docker/metadata-action from 5 to 6 (#3070)9877922Bump docker/build-push-action from 6 to 7 (#3069)19c3638Bump docker/login-action from 3 to 4 (#3068)87da928Mark@device_overrideand friends as public (#3066)441fec5Make CUDA & friends loadable on systems without NVPTX LLVM backend (#3067)Updates
DiffEqBaseto 7.0.0Changelog
Sourced from DiffEqBase's changelog.
... (truncated)
Commits
Updates
CUDAto 6.0.0Release notes
Sourced from CUDA's releases.
Commits
a9a687cAdd licenses and READMEs to subpackages.a79b516Profiler: relax parsing of color flags in marker data. (#3075)2e540fdRemove stale NEWS.md0b05451Put all GPU-only functions in the GPU method table (#2998)cbd36b0Bump docker/setup-buildx-action from 3 to 4 (#3071)74e1705Bump docker/metadata-action from 5 to 6 (#3070)9877922Bump docker/build-push-action from 6 to 7 (#3069)19c3638Bump docker/login-action from 3 to 4 (#3068)87da928Mark@device_overrideand friends as public (#3066)441fec5Make CUDA & friends loadable on systems without NVPTX LLVM backend (#3067)Updates
SciMLBaseto 3.3.0Release notes
Sourced from SciMLBase's releases.
Commits
a91f0e1Update Project.toml556fd80Merge pull request #1317 from ChrisRackauckas-Claude/mooncake-observable-foll...2aace14Mooncake observable AD: NonlinearSolution, vector, DAE, init param-graddddf175Merge pull request #1314 from ChrisRackauckas-Claude/mooncake-symbolic-indexi...d8e49f5Propagate parameter gradient through observable indexing rrule2a90d97Enable Mooncake test for ODE observable autodiff480674fAdd Mooncake rrules for symbolic indexing of solutions22ed166Bump version from 3.1.0 to 3.2.08569c5cMerge pull request #1214 from ChrisRackauckas-Claude/mooncake-tmap-responsibl...154b9ddMerge pull request #1315 from ChrisRackauckas-Claude/cc/unbreak-master-ci-aft...Updates
CUDAto 6.0.0Release notes
Sourced from CUDA's releases.
Commits
a9a687cAdd licenses and READMEs to subpackages.a79b516Profiler: relax parsing of color flags in marker data. (#3075)2e540fdRemove stale NEWS.md0b05451Put all GPU-only functions in the GPU method table (#2998)cbd36b0Bump docker/setup-buildx-action from 3 to 4 (#3071)74e1705Bump docker/metadata-action from 5 to 6 (#3070)9877922Bump docker/build-push-action from 6 to 7 (#3069)19c3638Bump docker/login-action from 3 to 4 (#3068)87da928Mark@device_overrideand friends as public (#3066)441fec5Make CUDA & friends loadable on systems without NVPTX LLVM backend (#3067)Updates
DiffEqDevToolsto 3.0.0Changelog
Sourced from DiffEqDevTools's changelog.
... (truncated)
Commits
8c2148ftests through data arrays passa810720fix interpolations8da638bmove integrators backf050aeefix ssprk09335aafix symplectic and rkn to new syntax5dc79c4update test problems to new syntax9c37d3cbug catching in the ESDIRK methods928b563syntax fixes, passing p throughc57cdf2caches upgraded to have p1d1ac57most perform step changesDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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