Skip to content

Commit 3086057

Browse files
New version: DeepEquilibriumNetworks v1.0.0
UUID: 6748aba7-0e9b-415e-a410-ae3cc0ecb334 Repo: https://github.com/SciML/DeepEquilibriumNetworks.jl.git Tree: ec2445aab688d5584716322f213f1f581c96fb49 Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701
1 parent ca23d03 commit 3086057

File tree

3 files changed

+45
-20
lines changed

3 files changed

+45
-20
lines changed

D/DeepEquilibriumNetworks/Compat.toml

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
[0]
2-
ChainRulesCore = "1"
32
DiffEqBase = "6"
43
DiffEqCallbacks = "2.20.1-2"
5-
LinearSolve = "1"
6-
Lux = "0.4"
7-
OrdinaryDiffEq = "6"
8-
SciMLBase = "1.19.0-1"
94
SteadyStateDiffEq = "1.6.0-1"
105
UnPack = "1"
11-
Zygote = "0.6.34-0.6"
126

137
["0-0.1"]
148
ComponentArrays = "0.11-0.12"
@@ -26,21 +20,41 @@ MLUtils = "0.2"
2620
["0-0.2.4"]
2721
CUDA = "3"
2822

23+
[0-1]
24+
ChainRulesCore = "1"
25+
LinearSolve = "1"
26+
Lux = "0.4"
27+
OrdinaryDiffEq = "6"
28+
SciMLBase = "1.19.0-1"
29+
Zygote = "0.6.34-0.6"
30+
2931
["0.1.1-0.2.3"]
3032
Static = "0.6-0.7"
3133

32-
["0.2-0"]
33-
SciMLSensitivity = "7"
34-
julia = "1.6.0-1"
35-
3634
["0.2-0.2.3"]
3735
Functors = "0.2-0.3"
3836

37+
["0.2-1"]
38+
SciMLSensitivity = "7"
39+
julia = "1.6.0-1"
40+
3941
["0.2.4-0"]
4042
Functors = "0.2-0.4"
43+
44+
["0.2.4-1"]
4145
MLUtils = "0.2-0.4"
4246
Static = "0.6-0.8"
4347

4448
["0.2.5-0"]
45-
CUDA = "3-4"
4649
SciMLOperators = "0.1.20-0.1"
50+
51+
["0.2.5-1"]
52+
CUDA = "3-4"
53+
54+
[1]
55+
DiffEqBase = "6.119.0-6"
56+
Setfield = "1"
57+
SimpleNonlinearSolve = "0.1.14-0.1"
58+
SteadyStateDiffEq = "1.12.0-1"
59+
TruncatedStacktraces = "1.1.0-1"
60+
ZygoteRules = "0.2"

D/DeepEquilibriumNetworks/Deps.toml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
[0]
2+
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
3+
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
4+
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
5+
6+
["0-0.1"]
7+
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
8+
DiffEqSensitivity = "41bf760c-e81c-5289-8e54-58b1f1f8abe2"
9+
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
10+
11+
[0-1]
212
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
313
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
414
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
5-
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
6-
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
715
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
816
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
917
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
@@ -14,16 +22,16 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1422
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
1523
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1624
SteadyStateDiffEq = "9672c7b4-1e72-59bd-8a11-6ac3964bc41f"
17-
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
1825
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1926

20-
["0-0.1"]
21-
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
22-
DiffEqSensitivity = "41bf760c-e81c-5289-8e54-58b1f1f8abe2"
23-
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
24-
25-
["0.2-0"]
27+
["0.2-1"]
2628
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
2729

2830
["0.2.5-0"]
2931
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
32+
33+
[1]
34+
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
35+
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
36+
TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
37+
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"

D/DeepEquilibriumNetworks/Versions.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ git-tree-sha1 = "51259a5886017aa497e5713901eb2b9eac884fc4"
2424

2525
["0.2.6"]
2626
git-tree-sha1 = "020eabb0042f714915d523c5cf93135531bac0a9"
27+
28+
["1.0.0"]
29+
git-tree-sha1 = "ec2445aab688d5584716322f213f1f581c96fb49"

0 commit comments

Comments
 (0)