Commit 7227d72
Fix minimum version bounds for OrdinaryDiffEq subpackages
The previous lower bounds for OrdinaryDiffEq subpackages were incompatible
with OrdinaryDiffEqCore v2 (which is now required by DelayDiffEq).
Updated bounds based on when each subpackage added OrdinaryDiffEqCore v2 compat:
- OrdinaryDiffEqDefault: 1.1.0 -> 1.9 (v1.9 first supports OrdinaryDiffEqCore v2)
- OrdinaryDiffEqFunctionMap: 1.1.1 -> 1.6 (v1.6 first supports OrdinaryDiffEqCore v2)
- OrdinaryDiffEqNonlinearSolve: 1.6.0 -> 1.16 (v1.16 first supports OrdinaryDiffEqCore v2)
- OrdinaryDiffEqDifferentiation: 1.6.0 -> 1.17 (v1.17 first supports OrdinaryDiffEqCore v2)
- OrdinaryDiffEqRosenbrock: 1.2.0 -> 1.19 (v1.19 first supports OrdinaryDiffEqCore v2)
These updates ensure that users can actually resolve to the minimum versions
specified in the compat entries.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent c394930 commit 7227d72
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments