Skip to content

Bump compat for OrdinaryDiffEq v7 / SciMLBase v3 ecosystem#69

Merged
ChrisRackauckas merged 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:bump-ordinarydiffeq-v7-ecosystem
Jun 7, 2026
Merged

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

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Contributor

Summary

All 106 tests pass locally with StochasticDiffEq v7.0.0 and SciMLBase v3.6.0.

References

Test plan

  • Pkg.test() run locally — 106 passed, 0 failed, 0 errored
  • CI passes on GitHub Actions

🤖 Generated with Claude Code

- Bump StochasticDiffEq compat from "6.28" to "6.28, 7"
- Fix EnsembleSolution indexing: SciMLBase v3 changed EnsembleSolution
  to a 2D array; replace sol[i].u with sol.u[i].u and eachindex(sol)
  with eachindex(sol.u) in tests
- Fix integer literals S0=100, t=0 to Float64 in tests; new ecosystem
  enforces strict type matching and no longer auto-promotes Int to Float
  in SDE solvers

Refs: SciML/OrdinaryDiffEq.jl#3562, SciML/OrdinaryDiffEq.jl#3565

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
@ChrisRackauckas-Claude ChrisRackauckas-Claude force-pushed the bump-ordinarydiffeq-v7-ecosystem branch from a8ec520 to c21125e Compare June 7, 2026 19:29
@ChrisRackauckas ChrisRackauckas merged commit 926eeb6 into SciML:master Jun 7, 2026
3 of 11 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