Skip to content

Bump compat for OrdinaryDiffEq v7 / SciMLBase v3 ecosystem#208

Merged
ChrisRackauckas merged 1 commit into
SciML:mainfrom
ChrisRackauckas-Claude:bump-ordinarydiffeq-v7-ecosystem
Apr 27, 2026
Merged

Bump compat for OrdinaryDiffEq v7 / SciMLBase v3 ecosystem#208
ChrisRackauckas merged 1 commit into
SciML:mainfrom
ChrisRackauckas-Claude:bump-ordinarydiffeq-v7-ecosystem

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Contributor

Summary

Source migration

No source code changes were needed. The following APIs used by this package were audited against OrdinaryDiffEq v7 / SciMLBase v3 NEWS and all remain unchanged:

  • SciMLBase.AbstractODEAlgorithm — still present
  • SciMLBase.AbstractNonlinearAlgorithm — still present
  • SciMLBase.DEStats / SciMLBase.NLStats — still present
  • SciMLBase._unwrap_val — still present (used in test/utils_tests.jl)
  • ODEFunction, ODEProblem, SteadyStateProblem, NonlinearSolution, ODESolution — all still present

Related

Test plan

  • Pkg.instantiate() succeeds locally on Julia 1.10
  • Pkg.test() passes locally on Julia 1.10
  • CI passes on all platforms

Add OrdinaryDiffEq v7 to compat bounds in both Project.toml and
docs/Project.toml in preparation for the OrdinaryDiffEq v7 major
release (SciML/OrdinaryDiffEq.jl#3562, #3565).

No source migrations needed: AbstractODEAlgorithm, AbstractNonlinearAlgorithm,
DEStats, NLStats all remain in SciMLBase unchanged.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
@ChrisRackauckas ChrisRackauckas merged commit dc2bf0a into SciML:main Apr 27, 2026
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants