Skip to content

Commit 404be0e

Browse files
v1.10
1 parent 4c85f65 commit 404be0e

File tree

2 files changed

+22
-55
lines changed

2 files changed

+22
-55
lines changed

benchmarks/DAE/Manifest.toml

Lines changed: 21 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.11.5"
3+
julia_version = "1.10.10"
44
manifest_format = "2.0"
5-
project_hash = "5f55e0ca8e118db2cf884878f6d4295b256152b1"
5+
project_hash = "41f4ae13915c6f109b901896e1518b3bd9d6a95a"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "be7ae030256b8ef14a441726c4c37766b90b93a3"
@@ -63,7 +63,7 @@ version = "1.1.3"
6363

6464
[[deps.ArgTools]]
6565
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
66-
version = "1.1.2"
66+
version = "1.1.1"
6767

6868
[[deps.ArnoldiMethod]]
6969
deps = ["LinearAlgebra", "Random", "StaticArrays"]
@@ -115,11 +115,9 @@ weakdeps = ["SparseArrays"]
115115

116116
[[deps.Artifacts]]
117117
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
118-
version = "1.11.0"
119118

120119
[[deps.Base64]]
121120
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
122-
version = "1.11.0"
123121

124122
[[deps.Bijections]]
125123
git-tree-sha1 = "a2d308fcd4c2fb90e943cf9cd2fbfa9c32b69733"
@@ -218,11 +216,13 @@ deps = ["FixedPointNumbers", "Random"]
218216
git-tree-sha1 = "67e11ee83a43eb71ddc950302c53bf33f0690dfe"
219217
uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
220218
version = "0.12.1"
221-
weakdeps = ["StyledStrings"]
222219

223220
[deps.ColorTypes.extensions]
224221
StyledStringsExt = "StyledStrings"
225222

223+
[deps.ColorTypes.weakdeps]
224+
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
225+
226226
[[deps.ColorVectorSpace]]
227227
deps = ["ColorTypes", "FixedPointNumbers", "LinearAlgebra", "Requires", "Statistics", "TensorCore"]
228228
git-tree-sha1 = "8b3b6f87ce8f65a2b4f857528fd8d70086cd72b1"
@@ -376,7 +376,6 @@ version = "1.0.0"
376376
[[deps.Dates]]
377377
deps = ["Printf"]
378378
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
379-
version = "1.11.0"
380379

381380
[[deps.Dbus_jll]]
382381
deps = ["Artifacts", "Expat_jll", "JLLWrappers", "Libdl"]
@@ -541,7 +540,6 @@ weakdeps = ["ChainRulesCore", "SparseArrays"]
541540
[[deps.Distributed]]
542541
deps = ["Random", "Serialization", "Sockets"]
543542
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
544-
version = "1.11.0"
545543

546544
[[deps.Distributions]]
547545
deps = ["AliasTables", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsAPI", "StatsBase", "StatsFuns"]
@@ -711,7 +709,6 @@ version = "1.1.3"
711709

712710
[[deps.FileWatching]]
713711
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
714-
version = "1.11.0"
715712

716713
[[deps.FillArrays]]
717714
deps = ["LinearAlgebra"]
@@ -807,7 +804,6 @@ version = "0.5.2"
807804
[[deps.Future]]
808805
deps = ["Random"]
809806
uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"
810-
version = "1.11.0"
811807

812808
[[deps.GLFW_jll]]
813809
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libglvnd_jll", "Xorg_libXcursor_jll", "Xorg_libXi_jll", "Xorg_libXinerama_jll", "Xorg_libXrandr_jll", "libdecor_jll", "xkbcommon_jll"]
@@ -939,7 +935,6 @@ version = "2025.0.4+0"
939935
[[deps.InteractiveUtils]]
940936
deps = ["Markdown"]
941937
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
942-
version = "1.11.0"
943938

944939
[[deps.IntervalSets]]
945940
git-tree-sha1 = "5fbb102dcb8b1a858111ae81d56682376130517d"
@@ -1100,7 +1095,6 @@ version = "2.6.1"
11001095
[[deps.LazyArtifacts]]
11011096
deps = ["Artifacts", "Pkg"]
11021097
uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
1103-
version = "1.11.0"
11041098

11051099
[[deps.LibCURL]]
11061100
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
@@ -1110,17 +1104,16 @@ version = "0.6.4"
11101104
[[deps.LibCURL_jll]]
11111105
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
11121106
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
1113-
version = "8.6.0+0"
1107+
version = "8.4.0+0"
11141108

11151109
[[deps.LibGit2]]
11161110
deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
11171111
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
1118-
version = "1.11.0"
11191112

11201113
[[deps.LibGit2_jll]]
11211114
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
11221115
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
1123-
version = "1.7.2+0"
1116+
version = "1.6.4+0"
11241117

11251118
[[deps.LibSSH2_jll]]
11261119
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
@@ -1129,7 +1122,6 @@ version = "1.11.0+1"
11291122

11301123
[[deps.Libdl]]
11311124
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
1132-
version = "1.11.0"
11331125

11341126
[[deps.Libffi_jll]]
11351127
deps = ["Artifacts", "JLLWrappers", "Libdl"]
@@ -1186,7 +1178,6 @@ version = "7.4.0"
11861178
[[deps.LinearAlgebra]]
11871179
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
11881180
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1189-
version = "1.11.0"
11901181

11911182
[[deps.LinearSolve]]
11921183
deps = ["ArrayInterface", "ChainRulesCore", "ConcreteStructs", "DocStringExtensions", "EnumX", "GPUArraysCore", "InteractiveUtils", "Krylov", "LazyArrays", "Libdl", "LinearAlgebra", "MKL_jll", "Markdown", "PrecompileTools", "Preferences", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "Setfield", "StaticArraysCore", "UnPack"]
@@ -1250,7 +1241,6 @@ version = "0.3.29"
12501241

12511242
[[deps.Logging]]
12521243
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
1253-
version = "1.11.0"
12541244

12551245
[[deps.LoggingExtras]]
12561246
deps = ["Dates", "Logging"]
@@ -1282,7 +1272,6 @@ version = "0.1.8"
12821272
[[deps.Markdown]]
12831273
deps = ["Base64"]
12841274
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
1285-
version = "1.11.0"
12861275

12871276
[[deps.MaybeInplace]]
12881277
deps = ["ArrayInterface", "LinearAlgebra", "MacroTools"]
@@ -1303,7 +1292,7 @@ version = "1.1.9"
13031292
[[deps.MbedTLS_jll]]
13041293
deps = ["Artifacts", "Libdl"]
13051294
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
1306-
version = "2.28.6+0"
1295+
version = "2.28.2+1"
13071296

13081297
[[deps.Measures]]
13091298
git-tree-sha1 = "c13304c81eec1ed3af7fc20e75fb6b26092a1102"
@@ -1318,7 +1307,6 @@ version = "1.2.0"
13181307

13191308
[[deps.Mmap]]
13201309
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
1321-
version = "1.11.0"
13221310

13231311
[[deps.ModelingToolkit]]
13241312
deps = ["ADTypes", "AbstractTrees", "ArrayInterface", "BlockArrays", "ChainRulesCore", "Combinatorics", "CommonSolve", "Compat", "ConstructionBase", "DataStructures", "DiffEqBase", "DiffEqCallbacks", "DiffEqNoiseProcess", "DiffRules", "DifferentiationInterface", "Distributed", "Distributions", "DocStringExtensions", "DomainSets", "DynamicQuantities", "EnumX", "ExprTools", "FindFirstFunctions", "ForwardDiff", "FunctionWrappers", "FunctionWrappersWrappers", "Graphs", "InteractiveUtils", "JuliaFormatter", "JumpProcesses", "Latexify", "Libdl", "LinearAlgebra", "MLStyle", "Moshi", "NaNMath", "NonlinearSolve", "OffsetArrays", "OrderedCollections", "PrecompileTools", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SCCNonlinearSolve", "SciMLBase", "SciMLStructures", "Serialization", "Setfield", "SimpleNonlinearSolve", "SparseArrays", "SpecialFunctions", "StaticArrays", "SymbolicIndexingInterface", "SymbolicUtils", "Symbolics", "URIs", "UnPack", "Unitful"]
@@ -1350,7 +1338,7 @@ version = "0.3.7"
13501338

13511339
[[deps.MozillaCACerts_jll]]
13521340
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
1353-
version = "2023.12.12"
1341+
version = "2023.1.10"
13541342

13551343
[[deps.MuladdMacro]]
13561344
git-tree-sha1 = "cac9cc5499c25554cba55cd3c30543cff5ca4fab"
@@ -1515,7 +1503,7 @@ version = "1.3.6+0"
15151503
[[deps.OpenBLAS_jll]]
15161504
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
15171505
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
1518-
version = "0.3.27+1"
1506+
version = "0.3.23+4"
15191507

15201508
[[deps.OpenLibm_jll]]
15211509
deps = ["Artifacts", "Libdl"]
@@ -1799,13 +1787,9 @@ uuid = "30392449-352a-5448-841d-b1acce4e97dc"
17991787
version = "0.44.2+0"
18001788

18011789
[[deps.Pkg]]
1802-
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"]
1790+
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
18031791
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1804-
version = "1.11.0"
1805-
weakdeps = ["REPL"]
1806-
1807-
[deps.Pkg.extensions]
1808-
REPLExt = "REPL"
1792+
version = "1.10.0"
18091793

18101794
[[deps.PlotThemes]]
18111795
deps = ["PlotUtils", "Statistics"]
@@ -1904,7 +1888,6 @@ version = "0.5.7"
19041888
[[deps.Printf]]
19051889
deps = ["Unicode"]
19061890
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1907-
version = "1.11.0"
19081891

19091892
[[deps.PtrArrays]]
19101893
git-tree-sha1 = "1d36ef11a9aaf1e8b74dacc6a731dd1de8fd493d"
@@ -1948,14 +1931,12 @@ version = "2.11.2"
19481931
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
19491932

19501933
[[deps.REPL]]
1951-
deps = ["InteractiveUtils", "Markdown", "Sockets", "StyledStrings", "Unicode"]
1934+
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
19521935
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
1953-
version = "1.11.0"
19541936

19551937
[[deps.Random]]
19561938
deps = ["SHA"]
19571939
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1958-
version = "1.11.0"
19591940

19601941
[[deps.Random123]]
19611942
deps = ["Random", "RandomNumbers"]
@@ -2141,7 +2122,6 @@ version = "1.3.0"
21412122

21422123
[[deps.Serialization]]
21432124
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
2144-
version = "1.11.0"
21452125

21462126
[[deps.Setfield]]
21472127
deps = ["ConstructionBase", "Future", "MacroTools", "StaticArraysCore"]
@@ -2152,7 +2132,6 @@ version = "1.1.2"
21522132
[[deps.SharedArrays]]
21532133
deps = ["Distributed", "Mmap", "Random", "Serialization"]
21542134
uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
2155-
version = "1.11.0"
21562135

21572136
[[deps.Showoff]]
21582137
deps = ["Dates", "Grisu"]
@@ -2196,7 +2175,6 @@ version = "1.1.0"
21962175

21972176
[[deps.Sockets]]
21982177
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
2199-
version = "1.11.0"
22002178

22012179
[[deps.SoftGlobalScope]]
22022180
deps = ["REPL"]
@@ -2213,7 +2191,7 @@ version = "1.2.1"
22132191
[[deps.SparseArrays]]
22142192
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
22152193
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2216-
version = "1.11.0"
2194+
version = "1.10.0"
22172195

22182196
[[deps.SparseMatrixColorings]]
22192197
deps = ["ADTypes", "DocStringExtensions", "LinearAlgebra", "PrecompileTools", "Random", "SparseArrays"]
@@ -2281,14 +2259,9 @@ uuid = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
22812259
version = "1.4.3"
22822260

22832261
[[deps.Statistics]]
2284-
deps = ["LinearAlgebra"]
2285-
git-tree-sha1 = "ae3bb1eb3bba077cd276bc5cfc337cc65c3075c0"
2262+
deps = ["LinearAlgebra", "SparseArrays"]
22862263
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2287-
version = "1.11.1"
2288-
weakdeps = ["SparseArrays"]
2289-
2290-
[deps.Statistics.extensions]
2291-
SparseArraysExt = ["SparseArrays"]
2264+
version = "1.10.0"
22922265

22932266
[[deps.StatsAPI]]
22942267
deps = ["LinearAlgebra"]
@@ -2352,18 +2325,14 @@ version = "0.7.1"
23522325
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
23532326
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
23542327

2355-
[[deps.StyledStrings]]
2356-
uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
2357-
version = "1.11.0"
2358-
23592328
[[deps.SuiteSparse]]
23602329
deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
23612330
uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
23622331

23632332
[[deps.SuiteSparse_jll]]
23642333
deps = ["Artifacts", "Libdl", "libblastrampoline_jll"]
23652334
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
2366-
version = "7.7.0+0"
2335+
version = "7.2.1+1"
23672336

23682337
[[deps.Sundials]]
23692338
deps = ["CEnum", "DataStructures", "DiffEqBase", "Libdl", "LinearAlgebra", "Logging", "PrecompileTools", "Reexport", "SciMLBase", "SparseArrays", "Sundials_jll"]
@@ -2373,9 +2342,9 @@ version = "4.28.0"
23732342

23742343
[[deps.Sundials_jll]]
23752344
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "SuiteSparse_jll", "libblastrampoline_jll"]
2376-
git-tree-sha1 = "91db7ed92c66f81435fe880947171f1212936b14"
2345+
git-tree-sha1 = "ba4d38faeb62de7ef47155ed321dce40a549c305"
23772346
uuid = "fb77eaff-e24c-56d4-86b1-d163f2edb164"
2378-
version = "5.2.3+0"
2347+
version = "5.2.2+0"
23792348

23802349
[[deps.SymbolicIndexingInterface]]
23812350
deps = ["Accessors", "ArrayInterface", "PrettyTables", "RuntimeGeneratedFunctions", "StaticArraysCore"]
@@ -2466,7 +2435,6 @@ version = "2.0.0"
24662435
[[deps.Test]]
24672436
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
24682437
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2469-
version = "1.11.0"
24702438

24712439
[[deps.TestItems]]
24722440
git-tree-sha1 = "42fd9023fef18b9b78c8343a4e2f3813ffbcefcb"
@@ -2515,7 +2483,6 @@ version = "1.6.1"
25152483
[[deps.UUIDs]]
25162484
deps = ["Random", "SHA"]
25172485
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2518-
version = "1.11.0"
25192486

25202487
[[deps.UnPack]]
25212488
git-tree-sha1 = "387c1f73762231e86e0c9c5443ce3b4a0a9a0c2b"
@@ -2524,7 +2491,6 @@ version = "1.0.2"
25242491

25252492
[[deps.Unicode]]
25262493
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
2527-
version = "1.11.0"
25282494

25292495
[[deps.UnicodeFun]]
25302496
deps = ["REPL"]
@@ -2849,7 +2815,7 @@ version = "1.1.7+0"
28492815
[[deps.nghttp2_jll]]
28502816
deps = ["Artifacts", "Libdl"]
28512817
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
2852-
version = "1.59.0+0"
2818+
version = "1.52.0+1"
28532819

28542820
[[deps.oneTBB_jll]]
28552821
deps = ["Artifacts", "JLLWrappers", "Libdl"]

benchmarks/DAE/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
88
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
99
SciMLBenchmarks = "31c91b34-3c75-11e9-0341-95557aab0344"
1010
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
11+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1112
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
1213

1314
[compat]

0 commit comments

Comments
 (0)