Skip to content

Fix SciMLBase v3 breaking changes and bump version#104

Open
ChrisRackauckas wants to merge 1 commit into
masterfrom
scimlbase-v3-compat
Open

Fix SciMLBase v3 breaking changes and bump version#104
ChrisRackauckas wants to merge 1 commit into
masterfrom
scimlbase-v3-compat

Conversation

@ChrisRackauckas

Copy link
Copy Markdown
Member

Summary

Test plan

  • Pkg.test() passes with SciMLBase v3
  • orbitplot dispatches correctly on AbstractODESolution
  • N-body test loop iterates over timesteps correctly via sol.u

🤖 Generated with Claude Code

- Replace removed `DESolution` type alias with `AbstractODESolution`
- Fix solution indexing in tests: `sol[i]` → `sol.u[i]`, `length(sol)` → `length(sol.u)`
- Update SciMLBase compat bounds from "1.73, 2" to "2, 3"
- Bump package version from 3.16.0 to 3.17.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

1 participant