Skip to content

Commit dad468a

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

File tree

docs/Project.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ DASSL = "2"
6464
DDEProblemLibrary = "0.1"
6565
DataFrames = "1.4"
6666
DelayDiffEq = "5.52"
67-
DiffEqBase = "6.106, 7"
68-
DiffEqCallbacks = "3, 4"
67+
DiffEqBase = "7"
68+
DiffEqCallbacks = "4"
6969
DifferentialEquations = "7.14"
7070
Distributions = "0.25"
7171
Documenter = "1"
@@ -80,18 +80,18 @@ ODEInterfaceDiffEq = "3"
8080
ODEProblemLibrary = "0.1, 1"
8181
Optimization = "3, 4, 5"
8282
OptimizationNLopt = "0.2, 0.3"
83-
OrdinaryDiffEq = "6.76, 7"
84-
OrdinaryDiffEqBDF = "1, 2"
85-
OrdinaryDiffEqCore = "1, 2.0, 3.1, 4"
83+
OrdinaryDiffEq = "7"
84+
OrdinaryDiffEqBDF = "2"
85+
OrdinaryDiffEqCore = "4"
8686
Plots = "1"
87-
RecursiveArrayTools = "3, 4"
87+
RecursiveArrayTools = "4"
8888
SDEProblemLibrary = "0.1, 1"
8989
SciMLBase = "3.1"
9090
SciMLOperators = "0.3, 0.4, 1"
9191
SimpleDiffEq = "1"
9292
SparseConnectivityTracer = "0.6, 1"
9393
StaticArrays = "1"
9494
SteadyStateDiffEq = "2.4"
95-
StochasticDiffEq = "6.70, 7"
95+
StochasticDiffEq = "7"
9696
Sundials = "4.11.3, 5"
9797
Unitful = "1"

0 commit comments

Comments
 (0)