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
SparseMatrixColorings was only imported in NonlinearSolve.jl but never actually used.
The actual implementation is in NonlinearSolveBase where it's already a weakdep with
an extension.
Changes:
- Removed the `using SparseMatrixColorings` import from src/NonlinearSolve.jl
- Removed SparseMatrixColorings from deps and weakdeps
- Kept it in test extras since it's needed for testing automatic sparse differentiation
This reduces the dependency load for all users. Those who need sparse AD support will
get it through NonlinearSolveBase's extension when they load SparseMatrixColorings.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments