Commit c0d4270
Narrow OrdinaryDiffEqDifferentiation 2.8 floor to OrdinaryDiffEqRosenbrock 1.30+ (#154175)
Narrow OrdinaryDiffEqDifferentiation 2.8 floor to Rosenbrock 1.30+
#154061 raised the OrdinaryDiffEqDifferentiation lower bound to 2.8
for the entire OrdinaryDiffEqRosenbrock 1.23-1 range, but the OOP
calc_rosenbrock_differentiation symbol that needs Differentiation
2.8.0 is only *called* starting in Rosenbrock 1.30.0
(SciML/OrdinaryDiffEq.jl#3075, version-bumped via dff8c622).
Versions 1.23.0-1.29.0 only call the bang variant
calc_rosenbrock_differentiation!, which exists in every 2.x of
Differentiation. Restoring the original "2" floor for that subrange
unblocks downstream packages that pin Rosenbrock in 1.23-1.29
without weakening protection for 1.30+.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 44d525b commit c0d4270
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | 120 | | |
122 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
129 | 134 | | |
130 | 135 | | |
131 | 136 | | |
| |||
0 commit comments