Skip to content

Commit f5f37c7

Browse files
author
OrgMaintenanceScripts
committed
Bump minor versions for registration
Packages: OrdinaryDiffEq, ImplicitDiscreteSolve, OrdinaryDiffEqAdamsBashforthMoulton, OrdinaryDiffEqBDF, OrdinaryDiffEqCore, OrdinaryDiffEqDefault, OrdinaryDiffEqDifferentiation, OrdinaryDiffEqExplicitRK, OrdinaryDiffEqExponentialRK, OrdinaryDiffEqExtrapolation, OrdinaryDiffEqFIRK, OrdinaryDiffEqFeagin, OrdinaryDiffEqFunctionMap, OrdinaryDiffEqHighOrderRK, OrdinaryDiffEqIMEXMultistep, OrdinaryDiffEqLinear, OrdinaryDiffEqLowOrderRK, OrdinaryDiffEqLowStorageRK, OrdinaryDiffEqNonlinearSolve, OrdinaryDiffEqNordsieck, OrdinaryDiffEqPDIRK, OrdinaryDiffEqPRK, OrdinaryDiffEqQPRK, OrdinaryDiffEqRKN, OrdinaryDiffEqRosenbrock, OrdinaryDiffEqSDIRK, OrdinaryDiffEqSSPRK, OrdinaryDiffEqStabilizedIRK, OrdinaryDiffEqStabilizedRK, OrdinaryDiffEqSymplecticRK, OrdinaryDiffEqTaylorSeries, OrdinaryDiffEqTsit5, OrdinaryDiffEqVerner, SimpleImplicitDiscreteSolve
1 parent fdacaf2 commit f5f37c7

File tree

34 files changed

+1411
-1317
lines changed

34 files changed

+1411
-1317
lines changed

Project.toml

Lines changed: 235 additions & 177 deletions
Large diffs are not rendered by default.
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
name = "ImplicitDiscreteSolve"
22
uuid = "3263718b-31ed-49cf-8a0f-35a466e8af96"
33
authors = ["vyudu <[email protected]>"]
4-
version = "0.1.3"
5-
6-
[sources]
7-
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}
4+
version = "0.2.0"
85

96
[deps]
10-
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
11-
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
12-
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
13-
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
147
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
158
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
169
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
10+
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"
14+
15+
[extras]
16+
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
17+
OrdinaryDiffEqSDIRK = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
18+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
1720

1821
[compat]
19-
DiffEqBase = "6.164.1"
20-
OrdinaryDiffEqCore = "1.18.1"
22+
Test = "1.10.0"
2123
OrdinaryDiffEqSDIRK = "1.2.0"
22-
Reexport = "1.2.2"
2324
SciMLBase = "2.74.1"
2425
SimpleNonlinearSolve = "2.1.0"
26+
OrdinaryDiffEqCore = "1.18.1"
27+
Aqua = "0.8.11"
2528
SymbolicIndexingInterface = "0.3.38"
26-
Test = "1.10.0"
27-
UnPack = "1.0.2"
2829
julia = "1.10"
2930
JET = "0.9.18, 0.10.4"
30-
Aqua = "0.8.11"
31-
32-
[extras]
33-
OrdinaryDiffEqSDIRK = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
34-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
35-
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
36-
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
31+
UnPack = "1.0.2"
32+
DiffEqBase = "6.164.1"
33+
Reexport = "1.2.2"
3734

3835
[targets]
3936
test = ["OrdinaryDiffEqSDIRK", "Test", "JET", "Aqua"]
37+
38+
[sources.OrdinaryDiffEqCore]
39+
path = "../OrdinaryDiffEqCore"
Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,55 @@
11
name = "OrdinaryDiffEqAdamsBashforthMoulton"
22
uuid = "89bda076-bce5-4f1c-845f-551c83cdda9a"
33
authors = ["ParamThakkar123 <[email protected]>"]
4-
version = "1.2.0"
5-
6-
[sources]
7-
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}
8-
OrdinaryDiffEqLowOrderRK = {path = "../OrdinaryDiffEqLowOrderRK"}
4+
version = "1.3.0"
95

106
[deps]
7+
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
8+
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
9+
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
10+
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
11+
OrdinaryDiffEqLowOrderRK = "1344f307-1e59-4825-a18e-ace9aa3fa4c6"
12+
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
1113
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
12-
1314
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
14-
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
1515
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
1616
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
17-
OrdinaryDiffEqLowOrderRK = "1344f307-1e59-4825-a18e-ace9aa3fa4c6"
18-
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
19-
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
20-
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
21-
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
17+
18+
[extras]
19+
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
20+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
21+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
22+
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
23+
ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"
24+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
25+
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
26+
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
2227

2328
[compat]
24-
DiffEqBase = "6.152.2"
25-
DiffEqDevTools = "2.44.4"
29+
Test = "<0.0.1, 1"
2630
FastBroadcast = "0.3.5"
31+
Random = "<0.0.1, 1"
32+
DiffEqDevTools = "2.44.4"
2733
MuladdMacro = "0.2.4"
28-
ODEProblemLibrary = "0.1.8"
34+
Polyester = "0.7.16"
35+
SciMLBase = "2"
2936
OrdinaryDiffEqCore = "1.1"
37+
Static = "1.1.1"
3038
OrdinaryDiffEqLowOrderRK = "<0.0.1, 1"
31-
Polyester = "0.7.16"
32-
Random = "<0.0.1, 1"
39+
Aqua = "0.8.11"
40+
julia = "1.10"
41+
JET = "0.9.18, 0.10.4"
3342
RecursiveArrayTools = "3.27.0"
43+
ODEProblemLibrary = "0.1.8"
44+
DiffEqBase = "6.152.2"
3445
Reexport = "1.2.2"
3546
SafeTestsets = "0.1.0"
36-
Static = "1.1.1"
37-
Test = "<0.0.1, 1"
38-
SciMLBase = "2"
39-
julia = "1.10"
40-
JET = "0.9.18, 0.10.4"
41-
Aqua = "0.8.11"
42-
43-
[extras]
44-
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
45-
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
46-
ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"
47-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
48-
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
49-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
50-
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
51-
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
5247

5348
[targets]
5449
test = ["DiffEqDevTools", "ODEProblemLibrary", "Random", "SafeTestsets", "Test", "DiffEqBase", "JET", "Aqua"]
50+
51+
[sources.OrdinaryDiffEqLowOrderRK]
52+
path = "../OrdinaryDiffEqLowOrderRK"
53+
54+
[sources.OrdinaryDiffEqCore]
55+
path = "../OrdinaryDiffEqCore"

lib/OrdinaryDiffEqBDF/Project.toml

Lines changed: 59 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,85 @@
11
name = "OrdinaryDiffEqBDF"
22
uuid = "6ad6398a-0878-4a85-9266-38940aa047c8"
33
authors = ["ParamThakkar123 <[email protected]>"]
4-
version = "1.7.0"
4+
version = "1.8.0"
55

66
[deps]
7-
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
8-
9-
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
10-
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
11-
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
127
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
13-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
14-
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
158
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
16-
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
9+
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
10+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1711
OrdinaryDiffEqDifferentiation = "4302a76b-040a-498a-8c04-15b101fed76b"
18-
OrdinaryDiffEqNonlinearSolve = "127b3ac7-2247-4354-8eb6-78cf4e7c58e8"
1912
OrdinaryDiffEqSDIRK = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
20-
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
13+
TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
14+
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
15+
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
16+
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
2117
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
18+
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
19+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
20+
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
2221
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
22+
OrdinaryDiffEqNonlinearSolve = "127b3ac7-2247-4354-8eb6-78cf4e7c58e8"
23+
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
2324
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
24-
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
25-
TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
2625

27-
[sources]
28-
OrdinaryDiffEqCore = {path = "../OrdinaryDiffEqCore"}
29-
OrdinaryDiffEqDifferentiation = {path = "../OrdinaryDiffEqDifferentiation"}
30-
OrdinaryDiffEqNonlinearSolve = {path = "../OrdinaryDiffEqNonlinearSolve"}
31-
OrdinaryDiffEqSDIRK = {path = "../OrdinaryDiffEqSDIRK"}
26+
[extras]
27+
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
28+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
29+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
30+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
31+
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
32+
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
33+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
34+
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
35+
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
36+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
37+
ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"
38+
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
3239

3340
[compat]
34-
ADTypes = "1.11"
35-
Aqua = "0.8.11"
36-
ArrayInterface = "7.15.0"
37-
DiffEqBase = "6.169.1"
38-
DiffEqDevTools = "2.44.4"
39-
Enzyme = "0.13"
40-
FastBroadcast = "0.3.5"
41+
NonlinearSolve = "4"
4142
ForwardDiff = "0.10.36, 1"
42-
JET = "0.9.18, 0.10.4"
43-
LinearAlgebra = "<0.0.1, 1"
44-
LinearSolve = "3"
45-
MacroTools = "0.5.13"
43+
Test = "<0.0.1, 1"
44+
FastBroadcast = "0.3.5"
45+
Random = "<0.0.1, 1"
46+
DiffEqDevTools = "2.44.4"
4647
MuladdMacro = "0.2.4"
47-
NonlinearSolve = "4"
48-
ODEProblemLibrary = "0.1.8"
49-
OrdinaryDiffEqCore = "1.21"
48+
LinearSolve = "3"
49+
PrecompileTools = "1.2.1"
50+
LinearAlgebra = "<0.0.1, 1"
5051
OrdinaryDiffEqDifferentiation = "1.5"
51-
OrdinaryDiffEqNonlinearSolve = "1.6"
5252
OrdinaryDiffEqSDIRK = "1.3"
53-
PrecompileTools = "1.2.1"
53+
TruncatedStacktraces = "1.4.0"
54+
SciMLBase = "2"
55+
OrdinaryDiffEqCore = "1.21"
56+
Aqua = "0.8.11"
57+
ArrayInterface = "7.15.0"
58+
Enzyme = "0.13"
5459
Preferences = "1.4.3"
55-
Random = "<0.0.1, 1"
60+
MacroTools = "0.5.13"
61+
JET = "0.9.18, 0.10.4"
62+
StaticArrays = "1.9.7"
63+
julia = "1.10"
64+
ADTypes = "1.11"
5665
RecursiveArrayTools = "3.27.0"
66+
ODEProblemLibrary = "0.1.8"
67+
OrdinaryDiffEqNonlinearSolve = "1.6"
68+
DiffEqBase = "6.169.1"
5769
Reexport = "1.2.2"
5870
SafeTestsets = "0.1.0"
59-
StaticArrays = "1.9.7"
60-
Test = "<0.0.1, 1"
61-
TruncatedStacktraces = "1.4.0"
62-
SciMLBase = "2"
63-
julia = "1.10"
64-
65-
[extras]
66-
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
67-
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
68-
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
69-
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
70-
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
71-
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
72-
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
73-
ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"
74-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
75-
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
76-
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
77-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7871

7972
[targets]
8073
test = ["DiffEqDevTools", "ForwardDiff", "Random", "SafeTestsets", "Test", "ODEProblemLibrary", "NonlinearSolve", "StaticArrays", "Enzyme", "LinearSolve", "JET", "Aqua"]
74+
75+
[sources.OrdinaryDiffEqSDIRK]
76+
path = "../OrdinaryDiffEqSDIRK"
77+
78+
[sources.OrdinaryDiffEqDifferentiation]
79+
path = "../OrdinaryDiffEqDifferentiation"
80+
81+
[sources.OrdinaryDiffEqNonlinearSolve]
82+
path = "../OrdinaryDiffEqNonlinearSolve"
83+
84+
[sources.OrdinaryDiffEqCore]
85+
path = "../OrdinaryDiffEqCore"

0 commit comments

Comments
 (0)