Skip to content

Commit 2715c0c

Browse files
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

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "SciMLBase"
22
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
3-
version = "2.153.0"
3+
version = "2.153.1"
44
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com> and contributors"]
55

66
[deps]

0 commit comments

Comments
 (0)