Skip to content

Commit e9dc161

Browse files
author
Documenter.jl
committed
build based on 8e63516
1 parent ee38af7 commit e9dc161

File tree

4 files changed

+102
-92
lines changed

4 files changed

+102
-92
lines changed

dev/.documenter-siteinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documenter":{"julia_version":"1.11.4","generation_timestamp":"2025-04-10T15:36:20","documenter_version":"1.10.1"}}
1+
{"documenter":{"julia_version":"1.11.5","generation_timestamp":"2025-04-17T15:37:39","documenter_version":"1.10.1"}}

dev/assets/Manifest.toml

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

3-
julia_version = "1.11.4"
3+
julia_version = "1.11.5"
44
manifest_format = "2.0"
55
project_hash = "00164d555b605e64a815083160d7a4b5f7c3a3c2"
66

@@ -139,9 +139,9 @@ version = "0.1.6"
139139

140140
[[deps.BlockArrays]]
141141
deps = ["ArrayLayouts", "FillArrays", "LinearAlgebra"]
142-
git-tree-sha1 = "c633e7cea8a6eb9bed5d67e8fb184df5789b82e6"
142+
git-tree-sha1 = "df1746706459aa184ed3424b240a917b89d67b60"
143143
uuid = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
144-
version = "1.5.0"
144+
version = "1.6.1"
145145

146146
[deps.BlockArrays.extensions]
147147
BlockArraysAdaptExt = "Adapt"
@@ -153,9 +153,9 @@ version = "1.5.0"
153153

154154
[[deps.BracketingNonlinearSolve]]
155155
deps = ["CommonSolve", "ConcreteStructs", "NonlinearSolveBase", "PrecompileTools", "Reexport", "SciMLBase"]
156-
git-tree-sha1 = "1d2a0c173ccdb01d7c30b541aeae01f077cb8df2"
156+
git-tree-sha1 = "bfdafcc043eb34fe21a2dae769734fd918546d6b"
157157
uuid = "70df07ce-3d50-431d-a3e7-ca6ddb60ac1e"
158-
version = "1.1.2"
158+
version = "1.1.3"
159159
weakdeps = ["ForwardDiff"]
160160

161161
[deps.BracketingNonlinearSolve.extensions]
@@ -339,9 +339,9 @@ version = "6.167.2"
339339

340340
[[deps.DiffEqCallbacks]]
341341
deps = ["ConcreteStructs", "DataStructures", "DiffEqBase", "DifferentiationInterface", "Functors", "LinearAlgebra", "Markdown", "RecipesBase", "RecursiveArrayTools", "SciMLBase", "StaticArraysCore"]
342-
git-tree-sha1 = "c4966e57a993a181b6d613cf0d267c46fe49139d"
342+
git-tree-sha1 = "10481b5d8e046df5280cf081117c8058a7ce7376"
343343
uuid = "459566f4-90b8-5000-8ac3-15dfb0a30def"
344-
version = "4.3.0"
344+
version = "4.4.0"
345345

346346
[[deps.DiffEqNoiseProcess]]
347347
deps = ["DiffEqBase", "Distributions", "GPUArraysCore", "LinearAlgebra", "Markdown", "Optim", "PoissonRandom", "QuadGK", "Random", "Random123", "RandomNumbers", "RecipesBase", "RecursiveArrayTools", "ResettableStacks", "SciMLBase", "StaticArraysCore", "Statistics"]
@@ -369,9 +369,9 @@ version = "1.15.1"
369369

370370
[[deps.DifferentiationInterface]]
371371
deps = ["ADTypes", "LinearAlgebra"]
372-
git-tree-sha1 = "70e500f6d5d50091d87859251de7b8cd060c1cce"
372+
git-tree-sha1 = "aa87a743e3778d35a950b76fbd2ae64f810a2bb3"
373373
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
374-
version = "0.6.50"
374+
version = "0.6.52"
375375

376376
[deps.DifferentiationInterface.extensions]
377377
DifferentiationInterfaceChainRulesCoreExt = "ChainRulesCore"
@@ -381,6 +381,7 @@ version = "0.6.50"
381381
DifferentiationInterfaceFiniteDiffExt = "FiniteDiff"
382382
DifferentiationInterfaceFiniteDifferencesExt = "FiniteDifferences"
383383
DifferentiationInterfaceForwardDiffExt = ["ForwardDiff", "DiffResults"]
384+
DifferentiationInterfaceGPUArraysCoreExt = "GPUArraysCore"
384385
DifferentiationInterfaceGTPSAExt = "GTPSA"
385386
DifferentiationInterfaceMooncakeExt = "Mooncake"
386387
DifferentiationInterfacePolyesterForwardDiffExt = ["PolyesterForwardDiff", "ForwardDiff", "DiffResults"]
@@ -403,6 +404,7 @@ version = "0.6.50"
403404
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
404405
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
405406
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
407+
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
406408
GTPSA = "b27dd330-f138-47c5-815b-40db9dd9b6e8"
407409
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
408410
PolyesterForwardDiff = "98d1487c-24ca-40b6-b7ab-df2af84e126b"
@@ -433,9 +435,9 @@ version = "1.11.0"
433435

434436
[[deps.Distributions]]
435437
deps = ["AliasTables", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsAPI", "StatsBase", "StatsFuns"]
436-
git-tree-sha1 = "0b4190661e8a4e51a842070e7dd4fae440ddb7f4"
438+
git-tree-sha1 = "6d8b535fd38293bc54b88455465a1386f8ac1c3c"
437439
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
438-
version = "0.25.118"
440+
version = "0.25.119"
439441

440442
[deps.Distributions.extensions]
441443
DistributionsChainRulesCoreExt = "ChainRulesCore"
@@ -761,9 +763,9 @@ version = "1.0.62"
761763

762764
[[deps.JumpProcesses]]
763765
deps = ["ArrayInterface", "DataStructures", "DiffEqBase", "DocStringExtensions", "FunctionWrappers", "Graphs", "LinearAlgebra", "Markdown", "PoissonRandom", "Random", "RandomNumbers", "RecursiveArrayTools", "Reexport", "SciMLBase", "Setfield", "StaticArrays", "SymbolicIndexingInterface", "UnPack"]
764-
git-tree-sha1 = "3ba034493e21efc9ba61268dc0faa0c383bb76a5"
766+
git-tree-sha1 = "f2bdec5b4580414aee3178c8caa6e46c344c0bbc"
765767
uuid = "ccbc3e58-028d-4f4c-8cd5-9ae44345cda5"
766-
version = "9.14.2"
768+
version = "9.14.3"
767769
weakdeps = ["FastBroadcast"]
768770

769771
[[deps.Krylov]]
@@ -779,9 +781,9 @@ version = "1.4.0"
779781

780782
[[deps.Latexify]]
781783
deps = ["Format", "InteractiveUtils", "LaTeXStrings", "MacroTools", "Markdown", "OrderedCollections", "Requires"]
782-
git-tree-sha1 = "cd714447457c660382fe634710fb56eb255ee42e"
784+
git-tree-sha1 = "cd10d2cc78d34c0e2a3a36420ab607b611debfbb"
783785
uuid = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
784-
version = "0.16.6"
786+
version = "0.16.7"
785787

786788
[deps.Latexify.extensions]
787789
DataFramesExt = "DataFrames"
@@ -1004,9 +1006,9 @@ version = "1.11.0"
10041006

10051007
[[deps.ModelingToolkit]]
10061008
deps = ["ADTypes", "AbstractTrees", "ArrayInterface", "BlockArrays", "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"]
1007-
git-tree-sha1 = "d26dd4b881a6c8097ceeb8421dbc90eb241ada4f"
1009+
git-tree-sha1 = "378ca36cc938886760296eb61a0a996cf908fed8"
10081010
uuid = "961ee093-0014-501f-94e3-6117800e7a78"
1009-
version = "9.71.0"
1011+
version = "9.72.0"
10101012

10111013
[deps.ModelingToolkit.extensions]
10121014
MTKBifurcationKitExt = "BifurcationKit"
@@ -1069,9 +1071,9 @@ version = "1.2.0"
10691071

10701072
[[deps.NonlinearSolve]]
10711073
deps = ["ADTypes", "ArrayInterface", "BracketingNonlinearSolve", "CommonSolve", "ConcreteStructs", "DiffEqBase", "DifferentiationInterface", "FastClosures", "FiniteDiff", "ForwardDiff", "LineSearch", "LinearAlgebra", "LinearSolve", "NonlinearSolveBase", "NonlinearSolveFirstOrder", "NonlinearSolveQuasiNewton", "NonlinearSolveSpectralMethods", "PrecompileTools", "Preferences", "Reexport", "SciMLBase", "SimpleNonlinearSolve", "SparseArrays", "SparseMatrixColorings", "StaticArraysCore", "SymbolicIndexingInterface"]
1072-
git-tree-sha1 = "eb1007ce104fc6704ac346859bc53976c44edc38"
1074+
git-tree-sha1 = "4bb539009cc5be9024fb9cbbe7ea2fd1197aa2aa"
10731075
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
1074-
version = "4.5.0"
1076+
version = "4.6.0"
10751077

10761078
[deps.NonlinearSolve.extensions]
10771079
NonlinearSolveFastLevenbergMarquardtExt = "FastLevenbergMarquardt"
@@ -1101,9 +1103,9 @@ version = "4.5.0"
11011103

11021104
[[deps.NonlinearSolveBase]]
11031105
deps = ["ADTypes", "Adapt", "ArrayInterface", "CommonSolve", "Compat", "ConcreteStructs", "DifferentiationInterface", "EnzymeCore", "FastClosures", "LinearAlgebra", "Markdown", "MaybeInplace", "Preferences", "Printf", "RecursiveArrayTools", "SciMLBase", "SciMLJacobianOperators", "SciMLOperators", "StaticArraysCore", "SymbolicIndexingInterface", "TimerOutputs"]
1104-
git-tree-sha1 = "369acf69870d75c47db9622dad7b98cae9f1f083"
1106+
git-tree-sha1 = "f8ece81557f7e42879f017fa089e5283988a5f67"
11051107
uuid = "be0214bd-f91f-a760-ac4e-3421ce2b2da0"
1106-
version = "1.5.1"
1108+
version = "1.5.2"
11071109

11081110
[deps.NonlinearSolveBase.extensions]
11091111
NonlinearSolveBaseBandedMatricesExt = "BandedMatrices"
@@ -1125,34 +1127,34 @@ version = "1.5.1"
11251127

11261128
[[deps.NonlinearSolveFirstOrder]]
11271129
deps = ["ADTypes", "ArrayInterface", "CommonSolve", "ConcreteStructs", "DiffEqBase", "FiniteDiff", "ForwardDiff", "LineSearch", "LinearAlgebra", "LinearSolve", "MaybeInplace", "NonlinearSolveBase", "PrecompileTools", "Reexport", "SciMLBase", "SciMLJacobianOperators", "Setfield", "StaticArraysCore"]
1128-
git-tree-sha1 = "aade7ab02ee4c80ec30dc8a2874fc67155c935f1"
1130+
git-tree-sha1 = "53e9df7c663c5b9ee5443ce4591f145143095c23"
11291131
uuid = "5959db7a-ea39-4486-b5fe-2dd0bf03d60d"
1130-
version = "1.3.0"
1132+
version = "1.3.1"
11311133

11321134
[[deps.NonlinearSolveQuasiNewton]]
11331135
deps = ["ArrayInterface", "CommonSolve", "ConcreteStructs", "DiffEqBase", "LinearAlgebra", "LinearSolve", "MaybeInplace", "NonlinearSolveBase", "PrecompileTools", "Reexport", "SciMLBase", "SciMLOperators", "StaticArraysCore"]
1134-
git-tree-sha1 = "44a132cb32aeafcb35a6238fd91a2f3f8ff5c5b0"
1136+
git-tree-sha1 = "61341153cec9ab307b6bae09f2661ebbd34cc1f9"
11351137
uuid = "9a2c21bd-3a47-402d-9113-8faf9a0ee114"
1136-
version = "1.2.0"
1138+
version = "1.2.1"
11371139
weakdeps = ["ForwardDiff"]
11381140

11391141
[deps.NonlinearSolveQuasiNewton.extensions]
11401142
NonlinearSolveQuasiNewtonForwardDiffExt = "ForwardDiff"
11411143

11421144
[[deps.NonlinearSolveSpectralMethods]]
11431145
deps = ["CommonSolve", "ConcreteStructs", "DiffEqBase", "LineSearch", "MaybeInplace", "NonlinearSolveBase", "PrecompileTools", "Reexport", "SciMLBase"]
1144-
git-tree-sha1 = "f28b1ab17b5f15eb2b174eaf8813cf17f0b3e6c0"
1146+
git-tree-sha1 = "7e94679f6989398b90a4d665f6b0d16c0263a451"
11451147
uuid = "26075421-4e9a-44e1-8bd1-420ed7ad02b2"
1146-
version = "1.1.0"
1148+
version = "1.1.1"
11471149
weakdeps = ["ForwardDiff"]
11481150

11491151
[deps.NonlinearSolveSpectralMethods.extensions]
11501152
NonlinearSolveSpectralMethodsForwardDiffExt = "ForwardDiff"
11511153

11521154
[[deps.OffsetArrays]]
1153-
git-tree-sha1 = "a414039192a155fb38c4599a60110f0018c6ec82"
1155+
git-tree-sha1 = "117432e406b5c023f665fa73dc26e79ec3630151"
11541156
uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
1155-
version = "1.16.0"
1157+
version = "1.17.0"
11561158
weakdeps = ["Adapt"]
11571159

11581160
[deps.OffsetArrays.extensions]
@@ -1166,7 +1168,7 @@ version = "0.3.27+1"
11661168
[[deps.OpenLibm_jll]]
11671169
deps = ["Artifacts", "Libdl"]
11681170
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"
1169-
version = "0.8.1+4"
1171+
version = "0.8.5+0"
11701172

11711173
[[deps.OpenSSL_jll]]
11721174
deps = ["Artifacts", "JLLWrappers", "Libdl"]
@@ -1204,9 +1206,9 @@ version = "10.42.0+1"
12041206

12051207
[[deps.PDMats]]
12061208
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
1207-
git-tree-sha1 = "48566789a6d5f6492688279e22445002d171cf76"
1209+
git-tree-sha1 = "0e1340b5d98971513bddaa6bbed470670cebbbfe"
12081210
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
1209-
version = "0.11.33"
1211+
version = "0.11.34"
12101212

12111213
[[deps.ParameterizedFunctions]]
12121214
deps = ["DataStructures", "DiffEqBase", "DocStringExtensions", "Latexify", "LinearAlgebra", "ModelingToolkit", "Reexport", "SciMLBase"]
@@ -1222,9 +1224,9 @@ version = "0.12.3"
12221224

12231225
[[deps.Parsers]]
12241226
deps = ["Dates", "PrecompileTools", "UUIDs"]
1225-
git-tree-sha1 = "8489905bcdbcfac64d1daa51ca07c0d8f0283821"
1227+
git-tree-sha1 = "44f6c1f38f77cafef9450ff93946c53bd9ca16ff"
12261228
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
1227-
version = "2.8.1"
1229+
version = "2.8.2"
12281230

12291231
[[deps.Pkg]]
12301232
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"]
@@ -1271,6 +1273,12 @@ git-tree-sha1 = "9306f6085165d270f7e3db02af26a400d580f5c6"
12711273
uuid = "21216c6a-2e73-6563-6e65-726566657250"
12721274
version = "1.4.3"
12731275

1276+
[[deps.PrettyTables]]
1277+
deps = ["Crayons", "LaTeXStrings", "Markdown", "PrecompileTools", "Printf", "Reexport", "StringManipulation", "Tables"]
1278+
git-tree-sha1 = "1101cd475833706e4d0e7b122218257178f48f34"
1279+
uuid = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
1280+
version = "2.4.0"
1281+
12741282
[[deps.Primes]]
12751283
deps = ["IntegerMathUtils"]
12761284
git-tree-sha1 = "25cdd1d20cd005b52fc12cb6be3f75faaf59bb9b"
@@ -1413,9 +1421,9 @@ version = "0.1.0"
14131421

14141422
[[deps.SciMLBase]]
14151423
deps = ["ADTypes", "Accessors", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "Moshi", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "SciMLStructures", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface"]
1416-
git-tree-sha1 = "6f3987e7fed3239d06985a4752670ca5ff25c695"
1424+
git-tree-sha1 = "f2db9ab9d33130df3be35be9438da51a3416d528"
14171425
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1418-
version = "2.82.0"
1426+
version = "2.84.0"
14191427

14201428
[deps.SciMLBase.extensions]
14211429
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -1440,9 +1448,9 @@ version = "2.82.0"
14401448

14411449
[[deps.SciMLJacobianOperators]]
14421450
deps = ["ADTypes", "ArrayInterface", "ConcreteStructs", "ConstructionBase", "DifferentiationInterface", "FastClosures", "LinearAlgebra", "SciMLBase", "SciMLOperators"]
1443-
git-tree-sha1 = "f66048bb969e67bd7d1bdd03cd0b81219642bbd0"
1451+
git-tree-sha1 = "15634a7c06849c6871a3a2391346d48ef3ba0fbe"
14441452
uuid = "19f34311-ddf3-4b8b-af20-060888a46c0e"
1445-
version = "0.1.1"
1453+
version = "0.1.2"
14461454

14471455
[[deps.SciMLOperators]]
14481456
deps = ["Accessors", "ArrayInterface", "DocStringExtensions", "LinearAlgebra", "MacroTools"]
@@ -1478,9 +1486,9 @@ version = "1.11.0"
14781486

14791487
[[deps.SimpleNonlinearSolve]]
14801488
deps = ["ADTypes", "ArrayInterface", "BracketingNonlinearSolve", "CommonSolve", "ConcreteStructs", "DifferentiationInterface", "FastClosures", "FiniteDiff", "ForwardDiff", "LineSearch", "LinearAlgebra", "MaybeInplace", "NonlinearSolveBase", "PrecompileTools", "Reexport", "SciMLBase", "Setfield", "StaticArraysCore"]
1481-
git-tree-sha1 = "f42f8b8b728812e485ad099ee5e959d9b49cdb3d"
1489+
git-tree-sha1 = "a65e81385d9c45c6abe49d7676d71b07b5b6bbc1"
14821490
uuid = "727e6d20-b764-4bd8-a329-72de5adea6c7"
1483-
version = "2.2.0"
1491+
version = "2.2.1"
14841492

14851493
[deps.SimpleNonlinearSolve.extensions]
14861494
SimpleNonlinearSolveChainRulesCoreExt = "ChainRulesCore"
@@ -1517,9 +1525,9 @@ version = "1.11.0"
15171525

15181526
[[deps.SparseMatrixColorings]]
15191527
deps = ["ADTypes", "DocStringExtensions", "LinearAlgebra", "Random", "SparseArrays"]
1520-
git-tree-sha1 = "b7de46dc1cc6a12e4ba4c614f3754015f6fc63ef"
1528+
git-tree-sha1 = "0582fd1410a01a667a2a2a79cdc98a7c478d11d8"
15211529
uuid = "0a514795-09f3-496d-8182-132a7b665d35"
1522-
version = "0.4.15"
1530+
version = "0.4.18"
15231531

15241532
[deps.SparseMatrixColorings.extensions]
15251533
SparseMatrixColoringsCliqueTreesExt = "CliqueTrees"
@@ -1531,9 +1539,9 @@ version = "0.4.15"
15311539

15321540
[[deps.SpecialFunctions]]
15331541
deps = ["IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"]
1534-
git-tree-sha1 = "64cca0c26b4f31ba18f13f6c12af7c85f478cfde"
1542+
git-tree-sha1 = "41852b8679f78c8d8961eeadc8f62cef861a52e3"
15351543
uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
1536-
version = "2.5.0"
1544+
version = "2.5.1"
15371545
weakdeps = ["ChainRulesCore"]
15381546

15391547
[deps.SpecialFunctions.extensions]
@@ -1611,6 +1619,12 @@ git-tree-sha1 = "f35f6ab602df8413a50c4a25ca14de821e8605fb"
16111619
uuid = "7792a7ef-975c-4747-a70f-980b88e8d1da"
16121620
version = "0.5.7"
16131621

1622+
[[deps.StringManipulation]]
1623+
deps = ["PrecompileTools"]
1624+
git-tree-sha1 = "725421ae8e530ec29bcbdddbe91ff8053421d023"
1625+
uuid = "892a3eda-7b42-436c-8928-eab12a02cf0e"
1626+
version = "0.4.1"
1627+
16141628
[[deps.StyledStrings]]
16151629
uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
16161630
version = "1.11.0"
@@ -1625,10 +1639,10 @@ uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
16251639
version = "7.7.0+0"
16261640

16271641
[[deps.SymbolicIndexingInterface]]
1628-
deps = ["Accessors", "ArrayInterface", "RuntimeGeneratedFunctions", "StaticArraysCore"]
1629-
git-tree-sha1 = "d6c04e26aa1c8f7d144e1a8c47f1c73d3013e289"
1642+
deps = ["Accessors", "ArrayInterface", "PrettyTables", "RuntimeGeneratedFunctions", "StaticArraysCore"]
1643+
git-tree-sha1 = "7530e17b6ac652b009966f8ad53371a4ffd273f2"
16301644
uuid = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
1631-
version = "0.3.38"
1645+
version = "0.3.39"
16321646

16331647
[[deps.SymbolicLimits]]
16341648
deps = ["SymbolicUtils"]
@@ -1637,10 +1651,10 @@ uuid = "19f23fe9-fdab-4a78-91af-e7b7767979c3"
16371651
version = "0.2.2"
16381652

16391653
[[deps.SymbolicUtils]]
1640-
deps = ["AbstractTrees", "ArrayInterface", "Bijections", "ChainRulesCore", "Combinatorics", "ConstructionBase", "DataStructures", "DocStringExtensions", "DynamicPolynomials", "ExproniconLite", "LinearAlgebra", "MultivariatePolynomials", "NaNMath", "Setfield", "SparseArrays", "SpecialFunctions", "StaticArrays", "SymbolicIndexingInterface", "TaskLocalValues", "TermInterface", "TimerOutputs", "Unityper", "WeakValueDicts"]
1641-
git-tree-sha1 = "ca5929df933a8b7272bc7f01dcd14b2d976c56e2"
1654+
deps = ["AbstractTrees", "ArrayInterface", "Bijections", "ChainRulesCore", "Combinatorics", "ConstructionBase", "DataStructures", "DocStringExtensions", "DynamicPolynomials", "ExproniconLite", "LinearAlgebra", "MultivariatePolynomials", "NaNMath", "Setfield", "SparseArrays", "SpecialFunctions", "StaticArrays", "SymbolicIndexingInterface", "TaskLocalValues", "TermInterface", "TimerOutputs", "Unityper"]
1655+
git-tree-sha1 = "2c9879cd67d1bb2f2989669e5849639bb4d3c792"
16421656
uuid = "d1185830-fcd6-423d-90d6-eec64667417b"
1643-
version = "3.25.1"
1657+
version = "3.26.1"
16441658

16451659
[deps.SymbolicUtils.extensions]
16461660
SymbolicUtilsLabelledArraysExt = "LabelledArrays"
@@ -1652,9 +1666,9 @@ version = "3.25.1"
16521666

16531667
[[deps.Symbolics]]
16541668
deps = ["ADTypes", "ArrayInterface", "Bijections", "CommonWorldInvalidations", "ConstructionBase", "DataStructures", "DiffRules", "Distributions", "DocStringExtensions", "DomainSets", "DynamicPolynomials", "LaTeXStrings", "Latexify", "Libdl", "LinearAlgebra", "LogExpFunctions", "MacroTools", "Markdown", "NaNMath", "OffsetArrays", "PrecompileTools", "Primes", "RecipesBase", "Reexport", "RuntimeGeneratedFunctions", "SciMLBase", "Setfield", "SparseArrays", "SpecialFunctions", "StaticArraysCore", "SymbolicIndexingInterface", "SymbolicLimits", "SymbolicUtils", "TermInterface"]
1655-
git-tree-sha1 = "7a1909827eeae81d22057a7e2da9cdbdfdc62658"
1669+
git-tree-sha1 = "e46dbf646bc3944c22a37745361c2e0a94f81d66"
16561670
uuid = "0c5d862f-8b57-4792-8d23-62f2024744c7"
1657-
version = "6.37.0"
1671+
version = "6.38.0"
16581672

16591673
[deps.Symbolics.extensions]
16601674
SymbolicsForwardDiffExt = "ForwardDiff"
@@ -1716,9 +1730,9 @@ version = "1.0.0"
17161730

17171731
[[deps.ThreadingUtilities]]
17181732
deps = ["ManualMemory"]
1719-
git-tree-sha1 = "eda08f7e9818eb53661b3deb74e3159460dfbc27"
1733+
git-tree-sha1 = "18ad3613e129312fe67789a71720c3747e598a61"
17201734
uuid = "8290d209-cae3-49c0-8002-c8c24d57dab5"
1721-
version = "0.5.2"
1735+
version = "0.5.3"
17221736

17231737
[[deps.TimerOutputs]]
17241738
deps = ["ExprTools", "Printf"]
@@ -1789,11 +1803,6 @@ git-tree-sha1 = "25008b734a03736c41e2a7dc314ecb95bd6bbdb0"
17891803
uuid = "a7c27f48-0311-42f6-a7f8-2c11e75eb415"
17901804
version = "0.1.6"
17911805

1792-
[[deps.WeakValueDicts]]
1793-
git-tree-sha1 = "98528c2610a5479f091d470967a25becfd83edd0"
1794-
uuid = "897b6980-f191-5a31-bcb0-bf3c4585e0c1"
1795-
version = "0.1.0"
1796-
17971806
[[deps.Zlib_jll]]
17981807
deps = ["Libdl"]
17991808
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"

0 commit comments

Comments
 (0)