Skip to content

Update WOperator import for SciMLOperators migration#358

Merged
nathanaelbosch merged 2 commits into
nathanaelbosch:mainfrom
ChrisRackauckas-Claude:update-woperator-scimoperators
Feb 3, 2026
Merged

Update WOperator import for SciMLOperators migration#358
nathanaelbosch merged 2 commits into
nathanaelbosch:mainfrom
ChrisRackauckas-Claude:update-woperator-scimoperators

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Contributor

Summary

  • Downstream update for move WOperators to SciMLOperators SciML/OrdinaryDiffEq.jl#3017 which moves WOperator and StaticWOperator types from OrdinaryDiffEqDifferentiation to SciMLOperators
  • Import WOperator from SciMLOperators instead of DiffEqBase
  • Add SciMLOperators >= 1.15 as a direct dependency
  • Bump OrdinaryDiffEqDifferentiation compat to include v2

Test plan

  • CI passes

🤖 Generated with Claude Code

@nathanaelbosch nathanaelbosch marked this pull request as draft February 2, 2026 12:30
@nathanaelbosch nathanaelbosch marked this pull request as ready for review February 2, 2026 12:30
@codecov

codecov Bot commented Feb 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.72%. Comparing base (2abd8d4) to head (dbe3164).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #358   +/-   ##
=======================================
  Coverage   91.72%   91.72%           
=======================================
  Files          44       44           
  Lines        2187     2187           
=======================================
  Hits         2006     2006           
  Misses        181      181           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nathanaelbosch

Copy link
Copy Markdown
Owner

I suppose CI is failing because the PR is not rebased on main. Could you rebase so that we can see if things pass?

claude and others added 2 commits February 3, 2026 02:32
Downstream update for SciML/OrdinaryDiffEq.jl#3017 which moves
WOperator and StaticWOperator types to SciMLOperators.

- Import WOperator from SciMLOperators instead of DiffEqBase
- Add SciMLOperators >= 1.15 as direct dependency
- Bump OrdinaryDiffEqDifferentiation compat to include v2

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
@ChrisRackauckas-Claude ChrisRackauckas-Claude force-pushed the update-woperator-scimoperators branch from 77d900c to dbe3164 Compare February 3, 2026 07:32
@ChrisRackauckas-Claude

Copy link
Copy Markdown
Contributor Author

Rebased on main. CI should run now with the latest changes including the verbose argument fix from #359.

@nathanaelbosch nathanaelbosch merged commit fc551a5 into nathanaelbosch:main Feb 3, 2026
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.

3 participants