Commit 2715c0c
Revert AutoSpecialize as default for all SciMLFunction constructors
The change in #1298 exposed multiple breaking issues:
- BigFloat tableau coefficients promote t past FunctionWrapper signatures
- GradientTracer/sparsity detection types not in wrapper signatures
- MatrixOperator jac_prototype causes promote_op → Union{} in promote_f
- Hard DAE numerical accuracy regression with wrapped functions
Deferring this to v4 where the underlying issues (tableau two-type
constructors, promote_f robustness) can be addressed properly.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5cb8be7 commit 2715c0c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments