Update DiffEqBase requirement from 6 to 6, 7.0 in the all-julia-packages group across 1 directory#594
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Updates the requirements on [DiffEqBase](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) --- updated-dependencies: - dependency-name: DiffEqBase dependency-version: 7.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] <support@github.com>
6 tasks
ChrisRackauckas
added a commit
that referenced
this pull request
Apr 24, 2026
Replace removed `DiffEqBase.DESolution` type alias (dropped in
SciMLBase v3) with the concrete `SciMLBase.AbstractTimeseriesSolution`
supertype used by `ODESolution` and friends. Switch the successful-retcode
check to `SciMLBase.successful_retcode` directly now that the
`DiffEqBase.SciMLBase` re-export namespace is no longer guaranteed.
Fix a latent RecursiveArrayTools v4 breakage in the DataDrivenDMD
`linear_forced` test: `length(sol_cont)` previously returned the number
of timesteps, but under RAT v4 `AbstractVectorOfArray <: AbstractArray`
it returns `prod(size(sol))` (total elements). Switch to
`length(sol_cont.t)` which is the stable way to get the timestep count.
Widen `Project.toml` compats across the main package and every
`lib/*/Project.toml`:
- `DiffEqBase = "6.211, 7"` (root)
- `SciMLBase = "2.155, 3"` (root; new direct dep to access
`AbstractTimeseriesSolution`)
- `OrdinaryDiffEqTsit5 = "1, 2"` (test extra)
- `OrdinaryDiffEq = "6, 7"` in DataDrivenDMD / DataDrivenSparse /
DataDrivenLux test targets
- Pin subpackage `DataDrivenDiffEq` compat to `"1.14"` so they pull in
this release
Bumps:
- DataDrivenDiffEq: 1.13.0 -> 1.14.0
- DataDrivenDMD: 0.1.2 -> 0.1.3
- DataDrivenSparse: 0.1.3 -> 0.1.4
- DataDrivenSR: 0.1.3 -> 0.1.4
- DataDrivenLux: 0.2.2 -> 0.2.3
Supersedes Dependabot PR #594, which only widened the `DiffEqBase`
compat without handling the code-level breaking changes.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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 to permit the latest version.
Updates
DiffEqBaseto 7.0.0Changelog
Sourced from DiffEqBase's changelog.
... (truncated)
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 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