You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow DiffEqBase pattern: import solve interface from SciMLBase
Match DiffEqBase style by importing all solve interface functions from
SciMLBase rather than directly from CommonSolve. SciMLBase already
imports from CommonSolve and exports these functions, so all packages
in the ecosystem should import from SciMLBase for consistency.
Changes:
- Remove CommonSolve as a direct dependency
- Import solve, init, solve!, __init, __solve from SciMLBase
- Keep all other SciMLBase imports organized together
This matches exactly how DiffEqBase handles the solve interface.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments