Skip to content

Commit 11c5054

Browse files
Merge pull request #2826 from ChrisRackauckas-Claude/update-deps-to-latest
Bump minimum dependency versions to latest releases
2 parents 3b2a784 + dd76cd3 commit 11c5054

File tree

36 files changed

+439
-439
lines changed

36 files changed

+439
-439
lines changed

.github/workflows/Downgrade.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
downgrade_mode: ['alldeps']
19-
julia-version: ['1.10']
19+
julia-version: ['1.11']
2020
group: ['InterfaceI']
2121
steps:
2222
- uses: actions/checkout@v4
@@ -31,4 +31,4 @@ jobs:
3131
with:
3232
ALLOW_RERESOLVE: false
3333
env:
34-
GROUP: ${{ matrix.group }}
34+
GROUP: ${{ matrix.group }}

.github/workflows/DowngradeSublibraries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
downgrade_mode: ['alldeps']
20-
julia-version: ['1.10']
20+
julia-version: ['1.11']
2121
project:
2222
- 'lib/ImplicitDiscreteSolve'
2323
- 'lib/OrdinaryDiffEqAdamsBashforthMoulton'
@@ -67,4 +67,4 @@ jobs:
6767
- uses: julia-actions/julia-runtest@v1
6868
with:
6969
project: ${{ matrix.project }}
70-
ALLOW_RERESOLVE: false
70+
ALLOW_RERESOLVE: false

Project.toml

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name = "OrdinaryDiffEq"
22
uuid = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>", "Yingbo Ma <mayingbo5@gmail.com>"]
4-
version = "6.102.0"
4+
version = "6.103.0"
55

66
[deps]
7-
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
7+
OrdinaryDiffEqPDIRK = "5dd0a6cf-3d4b-4314-aa06-06d4e299bc89"
88
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
99
FunctionWrappersWrappers = "77dc65aa-8811-40c2-897b-53d922fa7daf"
1010
OrdinaryDiffEqDefault = "50262376-6c5a-4cf5-baba-aaf4f84d72d7"
@@ -18,9 +18,9 @@ OrdinaryDiffEqLowOrderRK = "1344f307-1e59-4825-a18e-ace9aa3fa4c6"
1818
OrdinaryDiffEqQPRK = "04162be5-8125-4266-98ed-640baecc6514"
1919
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
2020
OrdinaryDiffEqExtrapolation = "becaefa8-8ca2-5cf9-886d-c06f3d2bd2c4"
21-
OrdinaryDiffEqFIRK = "5960d6e9-dd7a-4743-88e7-cf307b64f125"
2221
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
2322
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
23+
OrdinaryDiffEqFIRK = "5960d6e9-dd7a-4743-88e7-cf307b64f125"
2424
OrdinaryDiffEqLinear = "521117fe-8c41-49f8-b3b6-30780b3f0fb5"
2525
OrdinaryDiffEqSSPRK = "669c94d9-1f4b-4b64-b377-1aa079aa2388"
2626
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
@@ -71,9 +71,9 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
7171
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
7272
OrdinaryDiffEqIMEXMultistep = "9f002381-b378-40b7-97a6-27a27c83f129"
7373
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
74+
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
7475
OrdinaryDiffEqNordsieck = "c9986a66-5c92-4813-8696-a7ec84c806c8"
7576
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
76-
OrdinaryDiffEqPDIRK = "5dd0a6cf-3d4b-4314-aa06-06d4e299bc89"
7777

7878
[extras]
7979
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
@@ -108,88 +108,88 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
108108
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
109109

110110
[compat]
111-
SciMLStructures = "1"
112-
ForwardDiff = "0.10.36, 1"
113-
FunctionWrappersWrappers = "0.1"
111+
OrdinaryDiffEqPDIRK = "1"
112+
ForwardDiff = "0.10.38"
113+
FunctionWrappersWrappers = "0.1.3"
114114
OrdinaryDiffEqDefault = "1"
115-
MuladdMacro = "0.2.1"
116-
LinearSolve = "3"
117-
EnumX = "1"
115+
MuladdMacro = "0.2.4"
116+
LinearSolve = "3.27"
117+
EnumX = "1.0.5"
118118
OrdinaryDiffEqFunctionMap = "1"
119119
JLArrays = "0.2"
120-
FastClosures = "0.3"
121-
DataStructures = "0.18, 0.19"
120+
FastClosures = "0.3.2"
121+
DataStructures = "0.18.22, 0.19"
122122
OrdinaryDiffEqLowOrderRK = "1"
123123
ModelingToolkit = "10.10"
124124
OrdinaryDiffEqQPRK = "1"
125125
julia = "1.10"
126-
CommonSolve = "0.2"
126+
CommonSolve = "0.2.4"
127127
OrdinaryDiffEqExtrapolation = "1"
128+
Adapt = "4.3"
129+
SciMLOperators = "1.4"
128130
OrdinaryDiffEqFIRK = "1"
129-
Adapt = "3.0, 4"
130-
SciMLOperators = "0.3, 0.4, 1"
131131
OrdinaryDiffEqLinear = "1"
132132
OrdinaryDiffEqSSPRK = "1"
133-
StaticArrayInterface = "1.2"
133+
StaticArrayInterface = "1.8"
134134
OrdinaryDiffEqVerner = "1"
135135
LinearAlgebra = "1.9"
136136
OrdinaryDiffEqCore = "1"
137-
ArrayInterface = "7.15"
137+
ArrayInterface = "7.19"
138138
OrdinaryDiffEqPRK = "1"
139-
PreallocationTools = "0.4"
139+
PreallocationTools = "0.4.30"
140140
OrdinaryDiffEqRosenbrock = "1"
141141
OrdinaryDiffEqLowStorageRK = "1"
142-
NonlinearSolve = "4"
143-
FastBroadcast = "0.2, 0.3"
142+
NonlinearSolve = "4.10"
143+
FastBroadcast = "0.3.5"
144144
StructArrays = "0.6"
145145
OrdinaryDiffEqBDF = "1"
146-
FiniteDiff = "2"
146+
FiniteDiff = "2.27"
147147
OrdinaryDiffEqExplicitRK = "1"
148-
ExponentialUtilities = "1"
148+
ExponentialUtilities = "1.27"
149149
OrdinaryDiffEqFeagin = "1"
150-
PrecompileTools = "1"
150+
PrecompileTools = "1.2.1"
151151
OrdinaryDiffEqRKN = "1"
152-
TruncatedStacktraces = "1.2"
152+
TruncatedStacktraces = "1.4"
153153
OrdinaryDiffEqAdamsBashforthMoulton = "1"
154-
Static = "0.8, 1"
155-
DocStringExtensions = "0.9"
154+
Static = "1.2"
155+
DocStringExtensions = "0.9.5"
156156
OrdinaryDiffEqStabilizedRK = "1"
157-
Preferences = "1.3"
158-
StaticArrays = "1.0"
157+
Preferences = "1.4.3"
158+
StaticArrays = "1.9.14"
159159
ADTypes = "1.16"
160160
Logging = "1.9"
161161
OrdinaryDiffEqNonlinearSolve = "1"
162-
DiffEqBase = "6.169.1"
162+
DiffEqBase = "6.183"
163163
OrdinaryDiffEqSymplecticRK = "1"
164-
Reexport = "1.0"
164+
Reexport = "1.2.2"
165165
ExplicitImports = "1.13.1"
166166
OrdinaryDiffEqExponentialRK = "1"
167167
OrdinaryDiffEqTsit5 = "1"
168168
OrdinaryDiffEqStabilizedIRK = "1"
169-
LineSearches = "7"
170-
Polyester = "0.7"
169+
LineSearches = "7.4"
170+
Polyester = "0.7.18"
171171
OrdinaryDiffEqSDIRK = "1"
172172
OrdinaryDiffEqDifferentiation = "1"
173-
SimpleUnPack = "1"
174-
SciMLBase = "2.78"
175-
SimpleNonlinearSolve = "1, 2"
173+
SimpleUnPack = "1.1"
174+
SciMLBase = "2.108"
175+
SimpleNonlinearSolve = "2.7"
176176
OrdinaryDiffEqHighOrderRK = "1"
177-
MacroTools = "0.5"
177+
MacroTools = "0.5.16"
178178
InteractiveUtils = "1.9"
179179
OrdinaryDiffEqIMEXMultistep = "1"
180-
RecursiveArrayTools = "3.27"
181-
FillArrays = "1.9"
180+
RecursiveArrayTools = "3.36"
181+
SciMLStructures = "1.7"
182+
FillArrays = "1.13"
182183
OrdinaryDiffEqNordsieck = "1"
183-
OrdinaryDiffEqPDIRK = "1"
184184

185185
[targets]
186186
test = ["Calculus", "ComponentArrays", "Symbolics", "AlgebraicMultigrid", "IncompleteLU", "DiffEqCallbacks", "DifferentiationInterface", "DiffEqDevTools", "ODEProblemLibrary", "ElasticArrays", "ExplicitImports", "InteractiveUtils", "ParameterizedFunctions", "JLArrays", "PoissonRandom", "Printf", "Random", "ReverseDiff", "SafeTestsets", "SparseArrays", "Statistics", "StructArrays", "Test", "Unitful", "ModelingToolkit", "Pkg", "NLsolve", "RecursiveFactorization", "SparseConnectivityTracer", "SparseMatrixColorings"]
187187

188-
[sources.OrdinaryDiffEqNordsieck]
189-
path = "lib/OrdinaryDiffEqNordsieck"
188+
[sources.OrdinaryDiffEqFIRK]
189+
path = "lib/OrdinaryDiffEqFIRK"
190190

191-
[sources.OrdinaryDiffEqPDIRK]
192-
path = "lib/OrdinaryDiffEqPDIRK"
191+
[sources.OrdinaryDiffEqLowStorageRK]
192+
path = "lib/OrdinaryDiffEqLowStorageRK"
193193

194194
[sources.OrdinaryDiffEqExponentialRK]
195195
path = "lib/OrdinaryDiffEqExponentialRK"
@@ -266,11 +266,11 @@ path = "lib/OrdinaryDiffEqRosenbrock"
266266
[sources.OrdinaryDiffEqSymplecticRK]
267267
path = "lib/OrdinaryDiffEqSymplecticRK"
268268

269-
[sources.OrdinaryDiffEqExtrapolation]
270-
path = "lib/OrdinaryDiffEqExtrapolation"
269+
[sources.OrdinaryDiffEqNordsieck]
270+
path = "lib/OrdinaryDiffEqNordsieck"
271271

272-
[sources.OrdinaryDiffEqFIRK]
273-
path = "lib/OrdinaryDiffEqFIRK"
272+
[sources.OrdinaryDiffEqPDIRK]
273+
path = "lib/OrdinaryDiffEqPDIRK"
274274

275-
[sources.OrdinaryDiffEqLowStorageRK]
276-
path = "lib/OrdinaryDiffEqLowStorageRK"
275+
[sources.OrdinaryDiffEqExtrapolation]
276+
path = "lib/OrdinaryDiffEqExtrapolation"

lib/ImplicitDiscreteSolve/Project.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name = "ImplicitDiscreteSolve"
22
uuid = "3263718b-31ed-49cf-8a0f-35a466e8af96"
33
authors = ["vyudu <vincent.duyuan@gmail.com>"]
4-
version = "1.0.0"
4+
version = "1.1.0"
55

66
[deps]
77
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
8-
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
9-
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
10-
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
118
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
12-
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
9+
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
10+
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1311
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
12+
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
13+
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
1414

1515
[extras]
1616
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
@@ -22,17 +22,17 @@ AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
2222
[compat]
2323
Test = "1.10.0"
2424
OrdinaryDiffEqSDIRK = "1.2.0"
25-
SciMLBase = "2.74.1"
26-
SimpleNonlinearSolve = "2.1.0"
25+
SciMLBase = "2.99"
26+
SimpleNonlinearSolve = "2.7"
2727
OrdinaryDiffEqCore = "1.18.1"
2828
Aqua = "0.8.11"
2929
SymbolicIndexingInterface = "0.3.38"
3030
julia = "1.10"
3131
JET = "0.9.18, 0.10.4"
3232
UnPack = "1.0.2"
3333
AllocCheck = "0.2"
34-
DiffEqBase = "6.164.1"
35-
Reexport = "1.2.2"
34+
DiffEqBase = "6.176"
35+
Reexport = "1.2"
3636

3737
[targets]
3838
test = ["OrdinaryDiffEqSDIRK", "Test", "JET", "Aqua", "AllocCheck"]

lib/OrdinaryDiffEqAdamsBashforthMoulton/Project.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name = "OrdinaryDiffEqAdamsBashforthMoulton"
22
uuid = "89bda076-bce5-4f1c-845f-551c83cdda9a"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "1.3.0"
4+
version = "1.4.0"
55

66
[deps]
7-
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
7+
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
88
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
99
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
1010
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
1111
OrdinaryDiffEqLowOrderRK = "1344f307-1e59-4825-a18e-ace9aa3fa4c6"
1212
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
1313
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1414
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
15-
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
1615
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
16+
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
1717

1818
[extras]
1919
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
@@ -28,23 +28,23 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
2828

2929
[compat]
3030
Test = "<0.0.1, 1"
31-
FastBroadcast = "0.3.5"
31+
FastBroadcast = "0.3"
3232
Random = "<0.0.1, 1"
3333
DiffEqDevTools = "2.44.4"
34-
MuladdMacro = "0.2.4"
35-
Polyester = "0.7.16"
36-
SciMLBase = "2"
34+
MuladdMacro = "0.2"
35+
Polyester = "0.7"
36+
SciMLBase = "2.99"
3737
OrdinaryDiffEqCore = "1.1"
38-
Static = "1.1.1"
38+
Static = "1.2"
3939
OrdinaryDiffEqLowOrderRK = "<0.0.1, 1"
4040
Aqua = "0.8.11"
4141
julia = "1.10"
4242
JET = "0.9.18, 0.10.4"
43-
RecursiveArrayTools = "3.27.0"
43+
RecursiveArrayTools = "3.36"
4444
ODEProblemLibrary = "0.1.8"
4545
AllocCheck = "0.2"
46-
DiffEqBase = "6.152.2"
47-
Reexport = "1.2.2"
46+
DiffEqBase = "6.176"
47+
Reexport = "1.2"
4848
SafeTestsets = "0.1.0"
4949

5050
[targets]

lib/OrdinaryDiffEqBDF/Project.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqBDF"
22
uuid = "6ad6398a-0878-4a85-9266-38940aa047c8"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "1.8.0"
4+
version = "1.9.0"
55

66
[deps]
77
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
@@ -39,36 +39,36 @@ AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
3939
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
4040

4141
[compat]
42-
NonlinearSolve = "4"
43-
ForwardDiff = "0.10.36, 1"
42+
NonlinearSolve = "4.10"
43+
ForwardDiff = "0.10.38"
4444
Test = "<0.0.1, 1"
45-
FastBroadcast = "0.3.5"
45+
FastBroadcast = "0.3"
4646
Random = "<0.0.1, 1"
4747
DiffEqDevTools = "2.44.4"
48-
MuladdMacro = "0.2.4"
49-
LinearSolve = "3"
50-
PrecompileTools = "1.2.1"
51-
LinearAlgebra = "<0.0.1, 1"
48+
MuladdMacro = "0.2"
49+
LinearSolve = "3.26"
50+
PrecompileTools = "1.2"
51+
LinearAlgebra = "1.10"
5252
OrdinaryDiffEqDifferentiation = "1.5"
5353
OrdinaryDiffEqSDIRK = "1.3"
54-
TruncatedStacktraces = "1.4.0"
55-
SciMLBase = "2"
54+
TruncatedStacktraces = "1.4"
55+
SciMLBase = "2.99"
5656
OrdinaryDiffEqCore = "1.21"
5757
Aqua = "0.8.11"
58-
ArrayInterface = "7.15.0"
58+
ArrayInterface = "7.19"
5959
Enzyme = "0.13"
60-
Preferences = "1.4.3"
61-
MacroTools = "0.5.13"
60+
Preferences = "1.4"
61+
MacroTools = "0.5"
6262
JET = "0.9.18, 0.10.4"
63-
StaticArrays = "1.9.7"
63+
StaticArrays = "1.9"
6464
julia = "1.10"
65-
ADTypes = "1.11"
66-
RecursiveArrayTools = "3.27.0"
65+
ADTypes = "1.16"
66+
RecursiveArrayTools = "3.36"
6767
ODEProblemLibrary = "0.1.8"
6868
OrdinaryDiffEqNonlinearSolve = "1.6"
6969
AllocCheck = "0.2"
70-
DiffEqBase = "6.169.1"
71-
Reexport = "1.2.2"
70+
DiffEqBase = "6.176"
71+
Reexport = "1.2"
7272
SafeTestsets = "0.1.0"
7373

7474
[targets]

0 commit comments

Comments
 (0)