Skip to content

Commit 1cf1963

Browse files
Merge pull request #2834 from ChrisRackauckas-Claude/update-internal-deps-and-versions
Fix internal dependency sources and update compat entries
2 parents 429cd4b + a0a514e commit 1cf1963

File tree

35 files changed

+203
-200
lines changed

35 files changed

+203
-200
lines changed

Project.toml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.103.0"
4+
version = "6.104.0"
55

66
[deps]
77
OrdinaryDiffEqPDIRK = "5dd0a6cf-3d4b-4314-aa06-06d4e299bc89"
@@ -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"
7574
OrdinaryDiffEqNordsieck = "c9986a66-5c92-4813-8696-a7ec84c806c8"
7675
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
76+
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
7777

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

110110
[compat]
111-
OrdinaryDiffEqPDIRK = "1"
111+
OrdinaryDiffEqPDIRK = "1.5.0"
112112
ForwardDiff = "0.10.38"
113113
FunctionWrappersWrappers = "0.1.3"
114-
OrdinaryDiffEqDefault = "1"
114+
OrdinaryDiffEqDefault = "1.7.0"
115115
MuladdMacro = "0.2.4"
116116
LinearSolve = "3.27"
117117
EnumX = "1.0.5"
118-
OrdinaryDiffEqFunctionMap = "1"
118+
OrdinaryDiffEqFunctionMap = "1.4.0"
119119
JLArrays = "0.2"
120120
FastClosures = "0.3.2"
121121
DataStructures = "0.18.22, 0.19"
122-
OrdinaryDiffEqLowOrderRK = "1"
122+
OrdinaryDiffEqLowOrderRK = "1.5.0"
123123
ModelingToolkit = "10.10"
124-
OrdinaryDiffEqQPRK = "1"
124+
OrdinaryDiffEqQPRK = "1.3.0"
125125
julia = "1.10"
126126
CommonSolve = "0.2.4"
127-
OrdinaryDiffEqExtrapolation = "1"
127+
OrdinaryDiffEqExtrapolation = "1.7.0"
128128
Adapt = "4.3"
129129
SciMLOperators = "1.4"
130-
OrdinaryDiffEqFIRK = "1"
131-
OrdinaryDiffEqLinear = "1"
132-
OrdinaryDiffEqSSPRK = "1"
130+
OrdinaryDiffEqFIRK = "1.15.0"
131+
OrdinaryDiffEqLinear = "1.5.0"
132+
OrdinaryDiffEqSSPRK = "1.5.0"
133133
StaticArrayInterface = "1.8"
134-
OrdinaryDiffEqVerner = "1"
134+
OrdinaryDiffEqVerner = "1.5.0"
135135
LinearAlgebra = "1.9"
136-
OrdinaryDiffEqCore = "1"
136+
OrdinaryDiffEqCore = "1.29.0"
137137
ArrayInterface = "7.19"
138-
OrdinaryDiffEqPRK = "1"
138+
OrdinaryDiffEqPRK = "1.3.0"
139139
PreallocationTools = "0.4.30"
140-
OrdinaryDiffEqRosenbrock = "1"
141-
OrdinaryDiffEqLowStorageRK = "1"
140+
OrdinaryDiffEqRosenbrock = "1.15.1"
141+
OrdinaryDiffEqLowStorageRK = "1.5.0"
142142
NonlinearSolve = "4.10"
143143
FastBroadcast = "0.3.5"
144144
StructArrays = "0.6"
145-
OrdinaryDiffEqBDF = "1"
145+
OrdinaryDiffEqBDF = "1.9.0"
146146
FiniteDiff = "2.27"
147-
OrdinaryDiffEqExplicitRK = "1"
147+
OrdinaryDiffEqExplicitRK = "1.3.0"
148148
ExponentialUtilities = "1.27"
149-
OrdinaryDiffEqFeagin = "1"
149+
OrdinaryDiffEqFeagin = "1.3.0"
150150
PrecompileTools = "1.2.1"
151-
OrdinaryDiffEqRKN = "1"
151+
OrdinaryDiffEqRKN = "1.4.0"
152152
TruncatedStacktraces = "1.4"
153-
OrdinaryDiffEqAdamsBashforthMoulton = "1"
153+
OrdinaryDiffEqAdamsBashforthMoulton = "1.4.0"
154154
Static = "1.2"
155155
DocStringExtensions = "0.9.5"
156-
OrdinaryDiffEqStabilizedRK = "1"
156+
OrdinaryDiffEqStabilizedRK = "1.4.0"
157157
Preferences = "1.4.3"
158158
StaticArrays = "1.9.14"
159159
ADTypes = "1.16"
160160
Logging = "1.9"
161-
OrdinaryDiffEqNonlinearSolve = "1"
161+
OrdinaryDiffEqNonlinearSolve = "1.13.0"
162162
DiffEqBase = "6.183"
163-
OrdinaryDiffEqSymplecticRK = "1"
163+
OrdinaryDiffEqSymplecticRK = "1.6.0"
164164
Reexport = "1.2.2"
165165
ExplicitImports = "1.13.1"
166-
OrdinaryDiffEqExponentialRK = "1"
167-
OrdinaryDiffEqTsit5 = "1"
168-
OrdinaryDiffEqStabilizedIRK = "1"
166+
OrdinaryDiffEqExponentialRK = "1.7.0"
167+
OrdinaryDiffEqTsit5 = "1.4.0"
168+
OrdinaryDiffEqStabilizedIRK = "1.5.0"
169169
LineSearches = "7.4"
170170
Polyester = "0.7.18"
171-
OrdinaryDiffEqSDIRK = "1"
172-
OrdinaryDiffEqDifferentiation = "1"
171+
OrdinaryDiffEqSDIRK = "1.6.0"
172+
OrdinaryDiffEqDifferentiation = "1.12.0"
173173
SimpleUnPack = "1.1"
174174
SciMLBase = "2.108"
175175
SimpleNonlinearSolve = "2.7"
176-
OrdinaryDiffEqHighOrderRK = "1"
176+
OrdinaryDiffEqHighOrderRK = "1.4.0"
177177
MacroTools = "0.5.16"
178178
InteractiveUtils = "1.9"
179-
OrdinaryDiffEqIMEXMultistep = "1"
179+
OrdinaryDiffEqIMEXMultistep = "1.6.0"
180180
RecursiveArrayTools = "3.36"
181-
SciMLStructures = "1.7"
182181
FillArrays = "1.13"
183-
OrdinaryDiffEqNordsieck = "1"
182+
OrdinaryDiffEqNordsieck = "1.3.0"
183+
SciMLStructures = "1.7"
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.OrdinaryDiffEqFIRK]
189-
path = "lib/OrdinaryDiffEqFIRK"
188+
[sources.OrdinaryDiffEqPDIRK]
189+
path = "lib/OrdinaryDiffEqPDIRK"
190190

191191
[sources.OrdinaryDiffEqLowStorageRK]
192192
path = "lib/OrdinaryDiffEqLowStorageRK"
@@ -269,8 +269,8 @@ path = "lib/OrdinaryDiffEqSymplecticRK"
269269
[sources.OrdinaryDiffEqNordsieck]
270270
path = "lib/OrdinaryDiffEqNordsieck"
271271

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

275275
[sources.OrdinaryDiffEqExtrapolation]
276276
path = "lib/OrdinaryDiffEqExtrapolation"

lib/ImplicitDiscreteSolve/Project.toml

Lines changed: 7 additions & 7 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.1.0"
4+
version = "1.2.0"
55

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

1515
[extras]
1616
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
@@ -21,10 +21,10 @@ AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
2121

2222
[compat]
2323
Test = "1.10.0"
24-
OrdinaryDiffEqSDIRK = "1.2.0"
24+
OrdinaryDiffEqSDIRK = "1.6.0"
2525
SciMLBase = "2.99"
2626
SimpleNonlinearSolve = "2.7"
27-
OrdinaryDiffEqCore = "1.18.1"
27+
OrdinaryDiffEqCore = "1.29.0"
2828
Aqua = "0.8.11"
2929
SymbolicIndexingInterface = "0.3.38"
3030
julia = "1.10"

lib/OrdinaryDiffEqAdamsBashforthMoulton/Project.toml

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

66
[deps]
7-
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
7+
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
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"
13+
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
1314
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
14-
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1515
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
1616
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
1717

@@ -34,9 +34,9 @@ DiffEqDevTools = "2.44.4"
3434
MuladdMacro = "0.2"
3535
Polyester = "0.7"
3636
SciMLBase = "2.99"
37-
OrdinaryDiffEqCore = "1.1"
37+
OrdinaryDiffEqCore = "1.29.0"
3838
Static = "1.2"
39-
OrdinaryDiffEqLowOrderRK = "<0.0.1, 1"
39+
OrdinaryDiffEqLowOrderRK = "1.5.0"
4040
Aqua = "0.8.11"
4141
julia = "1.10"
4242
JET = "0.9.18, 0.10.4"

lib/OrdinaryDiffEqBDF/Project.toml

Lines changed: 6 additions & 6 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.9.0"
4+
version = "1.10.0"
55

66
[deps]
77
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
@@ -13,8 +13,8 @@ OrdinaryDiffEqSDIRK = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
1313
TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
1414
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1515
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
16-
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
1716
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
17+
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
1818
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1919
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2020
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -49,11 +49,11 @@ MuladdMacro = "0.2"
4949
LinearSolve = "3.26"
5050
PrecompileTools = "1.2"
5151
LinearAlgebra = "1.10"
52-
OrdinaryDiffEqDifferentiation = "1.5"
53-
OrdinaryDiffEqSDIRK = "1.3"
52+
OrdinaryDiffEqDifferentiation = "1.12.0"
53+
OrdinaryDiffEqSDIRK = "1.6.0"
5454
TruncatedStacktraces = "1.4"
5555
SciMLBase = "2.99"
56-
OrdinaryDiffEqCore = "1.21"
56+
OrdinaryDiffEqCore = "1.29.0"
5757
Aqua = "0.8.11"
5858
ArrayInterface = "7.19"
5959
Enzyme = "0.13"
@@ -65,7 +65,7 @@ julia = "1.10"
6565
ADTypes = "1.16"
6666
RecursiveArrayTools = "3.36"
6767
ODEProblemLibrary = "0.1.8"
68-
OrdinaryDiffEqNonlinearSolve = "1.6"
68+
OrdinaryDiffEqNonlinearSolve = "1.13.0"
6969
AllocCheck = "0.2"
7070
DiffEqBase = "6.176"
7171
Reexport = "1.2"

lib/OrdinaryDiffEqCore/Project.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name = "OrdinaryDiffEqCore"
22
uuid = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "1.29.0"
4+
version = "1.30.0"
55

66
[deps]
7-
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
8-
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
7+
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
8+
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
99
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
1010
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
1111
FunctionWrappersWrappers = "77dc65aa-8811-40c2-897b-53d922fa7daf"
@@ -33,9 +33,9 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
3333
FastPower = "a4df4552-cc26-4903-aec0-212e50a0e84b"
3434
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
3535
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
36+
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
37+
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
3638
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
37-
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
38-
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
3939

4040
[extras]
4141
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
@@ -47,11 +47,11 @@ AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
4747
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
4848

4949
[compat]
50-
FillArrays = "1.13"
51-
Adapt = "4.3"
50+
SafeTestsets = "0.1.0"
51+
SciMLOperators = "1.4"
5252
Accessors = "0.1.36"
5353
StaticArraysCore = "1.4.3"
54-
Reexport = "1.2"
54+
SciMLStructures = "1.7"
5555
FunctionWrappersWrappers = "0.1"
5656
FastBroadcast = "0.3"
5757
Random = "<0.0.1, 1"
@@ -86,9 +86,9 @@ Logging = "1.10"
8686
Mooncake = "0.4"
8787
AllocCheck = "0.2"
8888
DiffEqBase = "6.176"
89-
SafeTestsets = "0.1.0"
90-
SciMLOperators = "1.4"
91-
SciMLStructures = "1.7"
89+
FillArrays = "1.13"
90+
Adapt = "4.3"
91+
Reexport = "1.2"
9292

9393
[weakdeps]
9494
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"

lib/OrdinaryDiffEqDefault/Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqDefault"
22
uuid = "50262376-6c5a-4cf5-baba-aaf4f84d72d7"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "1.7.0"
4+
version = "1.8.0"
55

66
[deps]
77
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
@@ -31,26 +31,26 @@ AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
3131
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
3232

3333
[compat]
34-
OrdinaryDiffEqTsit5 = "<0.0.1, 1"
34+
OrdinaryDiffEqTsit5 = "1.4.0"
3535
Test = "<0.0.1, 1"
3636
Random = "<0.0.1, 1"
3737
DiffEqDevTools = "2.44.4"
38-
OrdinaryDiffEqBDF = "<0.0.1, 1"
39-
OrdinaryDiffEqVerner = "<0.0.1, 1"
38+
OrdinaryDiffEqBDF = "1.9.0"
39+
OrdinaryDiffEqVerner = "1.5.0"
4040
LinearSolve = "3.26"
4141
PrecompileTools = "1.2"
4242
EnumX = "1.0"
4343
LinearAlgebra = "1.10"
4444
SciMLBase = "2.99"
45-
OrdinaryDiffEqCore = "1.14"
45+
OrdinaryDiffEqCore = "1.29.0"
4646
SparseArrays = "1.10"
4747
Aqua = "0.8.11"
4848
Preferences = "1.4"
4949
StaticArrays = "1.9"
5050
julia = "1.10"
5151
JET = "0.9.18, 0.10.4"
5252
ADTypes = "1.16"
53-
OrdinaryDiffEqRosenbrock = "<0.0.1, 1"
53+
OrdinaryDiffEqRosenbrock = "1.15.1"
5454
DiffEqBase = "6.176"
5555
Reexport = "1.2"
5656
SafeTestsets = "0.1.0"

lib/OrdinaryDiffEqDifferentiation/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqDifferentiation"
22
uuid = "4302a76b-040a-498a-8c04-15b101fed76b"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>", "Yingbo Ma <mayingbo5@gmail.com>"]
4-
version = "1.12.0"
4+
version = "1.13.0"
55

66
[deps]
77
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
@@ -47,7 +47,7 @@ LinearSolve = "3.26"
4747
ConstructionBase = "1.5.8"
4848
LinearAlgebra = "1.10"
4949
SciMLBase = "2.99"
50-
OrdinaryDiffEqCore = "1.21"
50+
OrdinaryDiffEqCore = "1.29.0"
5151
SparseArrays = "1.10"
5252
ConcreteStructs = "0.2"
5353
Aqua = "0.8.11"

0 commit comments

Comments
 (0)