Bump compat for OrdinaryDiffEq v7 / SciMLBase v3 ecosystem#17
Merged
ChrisRackauckas merged 1 commit intoJun 7, 2026
Merged
Conversation
Add OrdinaryDiffEq = "6, 7" to [compat] to support the OrdinaryDiffEq v7 major release (SciML/OrdinaryDiffEq.jl#3562, #3565). No source migration required — the package only uses OrdinaryDiffEq in tests via ODEProblem/Tsit5/solve, and no breaking-change patterns (AbstractDE Algorithm, unwrapped_f, controller objects, has_stats, ADTypes) are used in this codebase. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
7ff54bc to
7c23233
Compare
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 = "6, 7"to[compat]inProject.tomlto support the upcoming OrdinaryDiffEq v7 major release.OrdinaryDiffEqin tests viaODEProblem,Tsit5, andsolve. None of the v7 breaking-change patterns from NEWS.md (AbstractDEAlgorithm,unwrapped_f/AutoSpecialize, controller objects,has_stats/sol.stats,ADTypes) appear in the codebase.New majors covered
OrdinaryDiffEq → 7(OrdinaryDiffEqCore stays v4, DiffEqBase stays v7, DiffEqDevTools stays v3).Test plan
Pkg.instantiate()succeeds locally on Julia 1.10Pkg.test()passes all 89 tests locally on Julia 1.10 withOrdinaryDiffEq v6.111.0🤖 Generated with Claude Code