Bump compat for OrdinaryDiffEq v7 / SciMLBase v3 ecosystem#294
Merged
ChrisRackauckas merged 4 commits intoApr 27, 2026
Merged
Conversation
- Add OrdinaryDiffEq = "7", DelayDiffEq = "6", StochasticDiffEq = "7" to [compat] in Project.toml per OrdinaryDiffEq.jl PRs #3562 and #3565 - Remove `verbose=Bool` from all test kwargs forwarded to ODE solve; OrdinaryDiffEq v7 no longer accepts Bool for verbose (breaking change) Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
OrdinaryDiffEq v7 is not yet in the General registry (latest: v6.111.0), so use "6, 7" to keep CI green while already declaring v7 intent. DelayDiffEq v6 and StochasticDiffEq v7 are both already registered. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
…ered StochasticDiffEq v7 requires OrdinaryDiffEqCore v4 (OrdinaryDiffEq v7), which is not yet in the General registry. Allow v6 alongside v7 so CI can resolve StochasticDiffEq v6 + OrdinaryDiffEq v6 until then. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
DelayDiffEq v6 requires OrdinaryDiffEqCore v4 (OrdinaryDiffEq v7), which is not yet in the General registry. Allow v5 alongside v6 so CI can resolve with OrdinaryDiffEq v6 + DelayDiffEq v5 until then. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Contributor
Author
CI Analysis (commit 89e3c0a)All test failures on this PR are pre-existing on master and not caused by the compat changes:
What this PR demonstrates working correctly:
Once OrdinaryDiffEq v7 is in the General registry, this package will resolve to it without further changes. |
4 tasks
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.
Summary
OrdinaryDiffEq = "7",DelayDiffEq = "6",StochasticDiffEq = "7"compat entries toProject.tomlper the new major releases in SciML/OrdinaryDiffEq.jl PRs #3562 and #3565verbose=Boolfrom all test kwarg calls forwarded to ODEsolve; OrdinaryDiffEq v7 drops Bool support forverbose(see NEWS.md)src/) required no changes — no use ofverbose,autodiff=Bool,DEAlgorithm,DEProblem,DESolution,chunk_size,concrete_solve,u_modified!,QuadratureProblem,fastpow, or other v7 breaking patternsReferences
🤖 Generated with Claude Code