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
Add DifferentiationInterface.Prep support to anyeltypedual
This commit adds support for DifferentiationInterface.Prep types
to opt out of dual number checking. This fixes issue #718 in
NonlinearSolve.jl where Prep objects in parameters were incorrectly
triggering automatic differentiation detection.
Changes:
- Added DifferentiationInterface to weakdeps and extensions in Project.toml
- Created new extension SciMLBaseDifferentiationInterfaceExt with
anyeltypedual overloads for Prep types, following the same pattern
as ForwardDiff.AbstractConfig
FixesSciML/NonlinearSolve.jl#718
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments