|
1 | 1 | name = "OrdinaryDiffEqBDF" |
2 | 2 | uuid = "6ad6398a-0878-4a85-9266-38940aa047c8" |
3 | 3 | authors = [ "ParamThakkar123 <[email protected]>"] |
4 | | -version = "1.7.0" |
| 4 | +version = "1.8.0" |
5 | 5 |
|
6 | 6 | [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" |
12 | 7 | FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" |
13 | | -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" |
14 | | -MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" |
15 | 8 | 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" |
17 | 11 | OrdinaryDiffEqDifferentiation = "4302a76b-040a-498a-8c04-15b101fed76b" |
18 | | -OrdinaryDiffEqNonlinearSolve = "127b3ac7-2247-4354-8eb6-78cf4e7c58e8" |
19 | 12 | 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" |
21 | 17 | 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" |
22 | 21 | RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" |
| 22 | +OrdinaryDiffEqNonlinearSolve = "127b3ac7-2247-4354-8eb6-78cf4e7c58e8" |
| 23 | +DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" |
23 | 24 | Reexport = "189a3867-3050-52da-a836-e630ba90ab69" |
24 | | -StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" |
25 | | -TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77" |
26 | 25 |
|
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" |
32 | 39 |
|
33 | 40 | [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" |
41 | 42 | 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" |
46 | 47 | 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" |
50 | 51 | OrdinaryDiffEqDifferentiation = "1.5" |
51 | | -OrdinaryDiffEqNonlinearSolve = "1.6" |
52 | 52 | 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" |
54 | 59 | 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" |
56 | 65 | RecursiveArrayTools = "3.27.0" |
| 66 | +ODEProblemLibrary = "0.1.8" |
| 67 | +OrdinaryDiffEqNonlinearSolve = "1.6" |
| 68 | +DiffEqBase = "6.169.1" |
57 | 69 | Reexport = "1.2.2" |
58 | 70 | 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" |
78 | 71 |
|
79 | 72 | [targets] |
80 | 73 | 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