Commit dad468a
committed
Tighten docs compat: drop pre-v7 lower bounds
The docs were migrated in the previous commit to v7 / SciMLBase v3 /
RAT v4 syntax (sol.u[i] indexing, prob_func(prob, ctx) signature,
controller-object-based PID args, lazy=Val{false}(), bare tableau
names, precs on linsolve, etc.). None of that is valid on the old
majors, so allowing them through [compat] is misleading — a resolver
that picked the old major would silently produce example code that
errors.
Tightened:
- DiffEqBase: 6.106, 7 -> 7
- DiffEqCallbacks: 3, 4 -> 4
- OrdinaryDiffEq: 6.76, 7 -> 7
- OrdinaryDiffEqBDF: 1, 2 -> 2
- OrdinaryDiffEqCore: 1, 2.0, 3.1, 4 -> 4
- RecursiveArrayTools: 3, 4 -> 4
- StochasticDiffEq: 6.70, 7 -> 7
SciMLBase stays at 3.1; other deps untouched.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>1 parent d8daeb4 commit dad468a
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
0 commit comments