Skip to content

Allow new major versions of ODEInterfaceDiffEq and Sundials in tests#3559

Merged
ChrisRackauckas merged 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:bump-test-compat-sciml-v3-wrappers
Apr 25, 2026
Merged

Allow new major versions of ODEInterfaceDiffEq and Sundials in tests#3559
ChrisRackauckas merged 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:bump-test-compat-sciml-v3-wrappers

Conversation

@ChrisRackauckas-Claude
Copy link
Copy Markdown
Contributor

Summary

The SciMLBase v3 / DiffEqBase v7 ecosystem upgrade is being shipped on each wrapper as a major version bump:

…with the prior v3-allowing minor/patch releases yanked in JuliaRegistries/General#153846.

Of those packages, only ODEInterfaceDiffEq and Sundials appear in this repo's test deps. Widen their compat so the tests can resolve against the new majors once registered.

Changes

  • test/odeinterface/Project.tomlODEInterfaceDiffEq = "3.13""3.13, 4"
  • lib/DiffEqBase/test/sundials/Project.tomlSundials = "4, 5""4, 5, 6"

Test plan

  • CI green on the relevant test groups (ODEInterface integration, DiffEqBase Sundials regression)

🤖 Generated with Claude Code

The SciMLBase v3 / DiffEqBase v7 ecosystem upgrade is being shipped on
each wrapper as a major version bump (PRs:
SciML/DASKR#90, SciML/DASSL#89, SciML/IRKGaussLegendre#113,
SciML/ODEInterfaceDiffEq#96, rveltz/LSODA#80, SciML/Sundials#527; with
the prior v3-allowing minor releases yanked in
JuliaRegistries/General#153846). Of those, only ODEInterfaceDiffEq and
Sundials appear in this repo's test deps. Widen their compat so the
tests can resolve against the new majors once registered.

- test/odeinterface/Project.toml: ODEInterfaceDiffEq "3.13" -> "3.13, 4"
- lib/DiffEqBase/test/sundials/Project.toml: Sundials "4, 5" -> "4, 5, 6"

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
@ChrisRackauckas ChrisRackauckas merged commit 6ce93ee into SciML:master Apr 25, 2026
17 of 94 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