22
33julia_version = " 1.10.5"
44manifest_format = " 2.0"
5- project_hash = " 06f3e6980a6e6c68713c93d9095c9cb5de3db7cf "
5+ project_hash = " 08003e42b5c1441ed313cb0f744985213930fbba "
66
77[[deps .ADTypes ]]
8- git-tree-sha1 = " 5a5eafb8344b81b8c2237f8a6f6b3602b3f6180e "
8+ git-tree-sha1 = " eea5d80188827b35333801ef97a40c2ed653b081 "
99uuid = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
10- version = " 1.8.1 "
10+ version = " 1.9.0 "
1111weakdeps = [" ChainRulesCore" , " EnzymeCore" ]
1212
1313 [deps .ADTypes .extensions ]
@@ -331,6 +331,36 @@ deps = ["Artifacts", "Libdl"]
331331uuid = " e66e0078-7015-5450-92f7-15fbd957f2ae"
332332version = " 1.1.1+0"
333333
334+ [[deps .ComponentArrays ]]
335+ deps = [" ArrayInterface" , " ChainRulesCore" , " ForwardDiff" , " Functors" , " LinearAlgebra" , " PackageExtensionCompat" , " StaticArrayInterface" , " StaticArraysCore" ]
336+ git-tree-sha1 = " bc391f0c19fa242fb6f71794b949e256cfa3772c"
337+ uuid = " b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
338+ version = " 0.15.17"
339+
340+ [deps .ComponentArrays .extensions ]
341+ ComponentArraysAdaptExt = " Adapt"
342+ ComponentArraysConstructionBaseExt = " ConstructionBase"
343+ ComponentArraysGPUArraysExt = " GPUArrays"
344+ ComponentArraysOptimisersExt = " Optimisers"
345+ ComponentArraysRecursiveArrayToolsExt = " RecursiveArrayTools"
346+ ComponentArraysReverseDiffExt = " ReverseDiff"
347+ ComponentArraysSciMLBaseExt = " SciMLBase"
348+ ComponentArraysTrackerExt = " Tracker"
349+ ComponentArraysTruncatedStacktracesExt = " TruncatedStacktraces"
350+ ComponentArraysZygoteExt = " Zygote"
351+
352+ [deps .ComponentArrays .weakdeps ]
353+ Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
354+ ConstructionBase = " 187b0558-2788-49d3-abe0-74a17ed4e7c9"
355+ GPUArrays = " 0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
356+ Optimisers = " 3bd65402-5787-11e9-1adc-39752487f4e2"
357+ RecursiveArrayTools = " 731186ca-8d62-57ce-b412-fbd966d074cd"
358+ ReverseDiff = " 37e2e3b7-166d-5795-8a7a-e32c996b4267"
359+ SciMLBase = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
360+ Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
361+ TruncatedStacktraces = " 781d530d-4396-4725-bb49-402e4bee1e77"
362+ Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
363+
334364[[deps .CompositeTypes ]]
335365git-tree-sha1 = " bce26c3dab336582805503bed209faab1c279768"
336366uuid = " b152e2b5-7a66-4b01-a709-34e65c35f657"
@@ -372,6 +402,25 @@ git-tree-sha1 = "439e35b0b36e2e5881738abc8857bd92ad6ff9a8"
372402uuid = " d38c429a-6771-53c6-b99e-75d170b6e991"
373403version = " 0.6.3"
374404
405+ [[deps .ControlSystemsBase ]]
406+ deps = [" DSP" , " ForwardDiff" , " IterTools" , " LaTeXStrings" , " LinearAlgebra" , " MacroTools" , " MatrixEquations" , " MatrixPencils" , " Polyester" , " Polynomials" , " PrecompileTools" , " Printf" , " Random" , " RecipesBase" , " SparseArrays" , " StaticArraysCore" , " UUIDs" ]
407+ git-tree-sha1 = " 163d11b7aee72d66c3e2e91f2aa48bb709f8439f"
408+ uuid = " aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
409+ version = " 1.10.3"
410+
411+ [deps .ControlSystemsBase .extensions ]
412+ ControlSystemsBaseImplicitDifferentiationExt = [" ImplicitDifferentiation" , " ComponentArrays" ]
413+
414+ [deps .ControlSystemsBase .weakdeps ]
415+ ComponentArrays = " b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
416+ ImplicitDifferentiation = " 57b37032-215b-411a-8a7c-41a003a55207"
417+
418+ [[deps .ControlSystemsMTK ]]
419+ deps = [" ControlSystemsBase" , " DataInterpolations" , " LinearAlgebra" , " ModelingToolkit" , " ModelingToolkitStandardLibrary" , " MonteCarloMeasurements" , " RobustAndOptimalControl" , " Symbolics" , " UnPack" ]
420+ git-tree-sha1 = " 0a2169c781c3aadca3e38c424401f9b838c778c7"
421+ uuid = " 687d7614-c7e5-45fc-bfc3-9ee385575c88"
422+ version = " 2.2.1"
423+
375424[[deps .CoordinateTransformations ]]
376425deps = [" LinearAlgebra" , " StaticArrays" ]
377426git-tree-sha1 = " f9d7112bfff8a19a3a4ea4e03a8e6a91fe8456bf"
@@ -389,6 +438,12 @@ git-tree-sha1 = "249fe38abf76d48563e2f4556bebd215aa317e15"
389438uuid = " a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
390439version = " 4.1.1"
391440
441+ [[deps .DSP ]]
442+ deps = [" Compat" , " FFTW" , " IterTools" , " LinearAlgebra" , " Polynomials" , " Random" , " Reexport" , " SpecialFunctions" , " Statistics" ]
443+ git-tree-sha1 = " f7f4319567fe769debfcf7f8c03d8da1dd4e2fb0"
444+ uuid = " 717857b8-e6f2-59f4-9121-6e50c889abd2"
445+ version = " 0.7.9"
446+
392447[[deps .DataAPI ]]
393448git-tree-sha1 = " abe83f3a2f1b857aac70ef8b269080af17764bbe"
394449uuid = " 9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
@@ -446,6 +501,12 @@ git-tree-sha1 = "9e2f36d3c96a820c678f2f1f1782582fcf685bae"
446501uuid = " 8bb1440f-4735-579b-a4ab-409b98df4dab"
447502version = " 1.9.1"
448503
504+ [[deps .DescriptorSystems ]]
505+ deps = [" LinearAlgebra" , " MatrixEquations" , " MatrixPencils" , " Polynomials" , " Random" ]
506+ git-tree-sha1 = " 1e32ab7adb1aae200e3f9c18decb3508af3dc33c"
507+ uuid = " a81e2ce2-54d1-11eb-2c75-db236b00f339"
508+ version = " 1.4.4"
509+
449510[[deps .DiffEqBase ]]
450511deps = [" ArrayInterface" , " ConcreteStructs" , " DataStructures" , " DocStringExtensions" , " EnumX" , " EnzymeCore" , " FastBroadcast" , " FastClosures" , " ForwardDiff" , " FunctionWrappers" , " FunctionWrappersWrappers" , " LinearAlgebra" , " Logging" , " Markdown" , " MuladdMacro" , " Parameters" , " PreallocationTools" , " PrecompileTools" , " Printf" , " RecursiveArrayTools" , " Reexport" , " SciMLBase" , " SciMLOperators" , " SciMLStructures" , " Setfield" , " Static" , " StaticArraysCore" , " Statistics" , " Tricks" , " TruncatedStacktraces" ]
451512git-tree-sha1 = " fa7d580038451a8df4434ef5b079ac9b2d486194"
@@ -568,9 +629,9 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
568629
569630[[deps .Distributions ]]
570631deps = [" AliasTables" , " FillArrays" , " LinearAlgebra" , " PDMats" , " Printf" , " QuadGK" , " Random" , " SpecialFunctions" , " Statistics" , " StatsAPI" , " StatsBase" , " StatsFuns" ]
571- git-tree-sha1 = " e6c693a0e4394f8fda0e51a5bdf5aef26f8235e9 "
632+ git-tree-sha1 = " d7477ecdafb813ddee2ae727afa94e9dcb5f3fb0 "
572633uuid = " 31c24e10-a181-5473-b8eb-7969acd0382f"
573- version = " 0.25.111 "
634+ version = " 0.25.112 "
574635
575636 [deps .Distributions .extensions ]
576637 DistributionsChainRulesCoreExt = " ChainRulesCore"
@@ -1176,9 +1237,9 @@ version = "0.1.5"
11761237
11771238[[deps .JpegTurbo_jll ]]
11781239deps = [" Artifacts" , " JLLWrappers" , " Libdl" ]
1179- git-tree-sha1 = " c84a835e1a09b289ffcd2271bf2a337bbdda6637 "
1240+ git-tree-sha1 = " 25ee0be4d43d0269027024d75a24c24d6c6e590c "
11801241uuid = " aacddb02-875f-59d6-b918-886e6ef4fbf8"
1181- version = " 3.0.3 +0"
1242+ version = " 3.0.4 +0"
11821243
11831244[[deps .JuliaFormatter ]]
11841245deps = [" CSTParser" , " CommonMark" , " DataStructures" , " Glob" , " PrecompileTools" , " TOML" , " Tokenize" ]
@@ -1428,6 +1489,18 @@ version = "7.3.0"
14281489deps = [" Libdl" , " OpenBLAS_jll" , " libblastrampoline_jll" ]
14291490uuid = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
14301491
1492+ [[deps .LinearMaps ]]
1493+ deps = [" LinearAlgebra" ]
1494+ git-tree-sha1 = " ee79c3208e55786de58f8dcccca098ced79f743f"
1495+ uuid = " 7a12625a-238d-50fd-b39a-03d52299707e"
1496+ version = " 3.11.3"
1497+ weakdeps = [" ChainRulesCore" , " SparseArrays" , " Statistics" ]
1498+
1499+ [deps .LinearMaps .extensions ]
1500+ LinearMapsChainRulesCoreExt = " ChainRulesCore"
1501+ LinearMapsSparseArraysExt = " SparseArrays"
1502+ LinearMapsStatisticsExt = " Statistics"
1503+
14311504[[deps .LinearSolve ]]
14321505deps = [" ArrayInterface" , " ChainRulesCore" , " ConcreteStructs" , " DocStringExtensions" , " EnumX" , " FastLapackInterface" , " GPUArraysCore" , " InteractiveUtils" , " KLU" , " Krylov" , " LazyArrays" , " Libdl" , " LinearAlgebra" , " MKL_jll" , " Markdown" , " PrecompileTools" , " Preferences" , " RecursiveFactorization" , " Reexport" , " SciMLBase" , " SciMLOperators" , " Setfield" , " SparseArrays" , " Sparspak" , " StaticArraysCore" , " UnPack" ]
14331506git-tree-sha1 = " 6c5e4555ac2bc449a28604e184f759d18fc08420"
@@ -1556,6 +1629,18 @@ git-tree-sha1 = "e1641f32ae592e415e3dbae7f4a188b5316d4b62"
15561629uuid = " 0a4f8689-d25c-4efe-a92b-7142dfc1aa53"
15571630version = " 0.6.1"
15581631
1632+ [[deps .MatrixEquations ]]
1633+ deps = [" LinearAlgebra" , " LinearMaps" ]
1634+ git-tree-sha1 = " f765b4eda3ea9be8e644b9127809ca5151f3d9ea"
1635+ uuid = " 99c1a7ee-ab34-5fd5-8076-27c950a045f4"
1636+ version = " 2.4.2"
1637+
1638+ [[deps .MatrixPencils ]]
1639+ deps = [" LinearAlgebra" , " Polynomials" , " Random" ]
1640+ git-tree-sha1 = " c00a086f4f1df792c77dc1bd674357044aa08d74"
1641+ uuid = " 48965c70-4690-11ea-1f13-43a2532b2fa8"
1642+ version = " 1.8.0"
1643+
15591644[[deps .MaybeInplace ]]
15601645deps = [" ArrayInterface" , " LinearAlgebra" , " MacroTools" ]
15611646git-tree-sha1 = " 54e2fdc38130c05b42be423e90da3bade29b74bd"
@@ -1618,8 +1703,6 @@ version = "9.41.0"
16181703[[deps .ModelingToolkitStandardLibrary ]]
16191704deps = [" ChainRulesCore" , " DiffEqBase" , " IfElse" , " LinearAlgebra" , " ModelingToolkit" , " Symbolics" ]
16201705git-tree-sha1 = " 21a278835793f475f8e9ccc0756bb38515473cf1"
1621- repo-rev = " main"
1622- repo-url = " https://github.com/SciML/ModelingToolkitStandardLibrary.jl.git"
16231706uuid = " 16a59e39-deab-5bd0-87e4-056b12336739"
16241707version = " 2.14.0"
16251708
@@ -1629,6 +1712,16 @@ git-tree-sha1 = "b76ea40b5c0f45790ae09492712dd326208c28b2"
16291712uuid = " 66fc600b-dfda-50eb-8b99-91cfa97b1301"
16301713version = " 1.1.7"
16311714
1715+ [[deps .MonteCarloMeasurements ]]
1716+ deps = [" Distributed" , " Distributions" , " ForwardDiff" , " GenericSchur" , " LinearAlgebra" , " MacroTools" , " Random" , " RecipesBase" , " Requires" , " SLEEFPirates" , " StaticArrays" , " Statistics" , " StatsBase" , " Test" ]
1717+ git-tree-sha1 = " 36ccc5e09dbba9aea61d78cd7bc46c5113e6ad84"
1718+ uuid = " 0987c9cc-fe09-11e8-30f0-b96dd679fdca"
1719+ version = " 1.2.1"
1720+ weakdeps = [" Makie" ]
1721+
1722+ [deps .MonteCarloMeasurements .extensions ]
1723+ MakieExt = " Makie"
1724+
16321725[[deps .MosaicViews ]]
16331726deps = [" MappedArrays" , " OffsetArrays" , " PaddedViews" , " StackViews" ]
16341727git-tree-sha1 = " 7b86a5d4d70a9f5cdf2dacb3cbe6d251d1a61dbe"
@@ -1646,7 +1739,7 @@ version = "0.2.4"
16461739
16471740[[deps .Multibody ]]
16481741deps = [" CoordinateTransformations" , " DataInterpolations" , " FileIO" , " JuliaSimCompiler" , " LinearAlgebra" , " MeshIO" , " ModelingToolkit" , " ModelingToolkitStandardLibrary" , " Rotations" , " SparseArrays" , " StaticArrays" ]
1649- path = " .. "
1742+ git-tree-sha1 = " 3d0ca08b6fb8ef5190bf112746dba6becc6cda5f "
16501743uuid = " e1cad5d1-98ef-44f9-a79a-9ca4547f95b9"
16511744version = " 0.3.0"
16521745
@@ -2130,6 +2223,19 @@ git-tree-sha1 = "77b3d3605fc1cd0b42d95eba87dfcd2bf67d5ff6"
21302223uuid = " 647866c9-e3ac-4575-94e7-e3d426903924"
21312224version = " 0.1.2"
21322225
2226+ [[deps .Polynomials ]]
2227+ deps = [" LinearAlgebra" , " RecipesBase" , " Requires" , " Setfield" , " SparseArrays" ]
2228+ git-tree-sha1 = " 1a9cfb2dc2c2f1bd63f1906d72af39a79b49b736"
2229+ uuid = " f27b6e38-b328-58d1-80ce-0feddd5e7a45"
2230+ version = " 4.0.11"
2231+ weakdeps = [" ChainRulesCore" , " FFTW" , " MakieCore" , " MutableArithmetics" ]
2232+
2233+ [deps .Polynomials .extensions ]
2234+ PolynomialsChainRulesCoreExt = " ChainRulesCore"
2235+ PolynomialsFFTWExt = " FFTW"
2236+ PolynomialsMakieCoreExt = " MakieCore"
2237+ PolynomialsMutableArithmeticsExt = " MutableArithmetics"
2238+
21332239[[deps .PositiveFactorizations ]]
21342240deps = [" LinearAlgebra" ]
21352241git-tree-sha1 = " 17275485f373e6673f7e7f97051f703ed5b15b20"
@@ -2361,6 +2467,12 @@ git-tree-sha1 = "58cdd8fb2201a6267e1db87ff148dd6c1dbd8ad8"
23612467uuid = " f50d1b31-88e8-58de-be2c-1cc44531875f"
23622468version = " 0.5.1+0"
23632469
2470+ [[deps .RobustAndOptimalControl ]]
2471+ deps = [" ChainRulesCore" , " ComponentArrays" , " ControlSystemsBase" , " DescriptorSystems" , " Distributions" , " GenericSchur" , " LinearAlgebra" , " MatrixEquations" , " MatrixPencils" , " MonteCarloMeasurements" , " Optim" , " Printf" , " Random" , " RecipesBase" , " Statistics" , " UUIDs" , " UnPack" ]
2472+ git-tree-sha1 = " 5ae8bb37ef2d7b9357b5112a43e03bb0365d5cf4"
2473+ uuid = " 21fd56a4-db03-40ee-82ee-a87907bee541"
2474+ version = " 0.4.31"
2475+
23642476[[deps .Rotations ]]
23652477deps = [" LinearAlgebra" , " Quaternions" , " Random" , " StaticArrays" ]
23662478git-tree-sha1 = " 5680a9276685d392c87407df00d57c9924d9f11e"
@@ -2693,9 +2805,9 @@ version = "7.2.1+1"
26932805
26942806[[deps .SymbolicIndexingInterface ]]
26952807deps = [" Accessors" , " ArrayInterface" , " RuntimeGeneratedFunctions" , " StaticArraysCore" ]
2696- git-tree-sha1 = " 988e04b34a4c3b824fb656f542473df99a4f610d "
2808+ git-tree-sha1 = " 0225f7c62f5f78db35aae6abb2e5cabe38ce578f "
26972809uuid = " 2efcf032-c050-4f8e-a9bb-153293bab1f5"
2698- version = " 0.3.30 "
2810+ version = " 0.3.31 "
26992811
27002812[[deps .SymbolicLimits ]]
27012813deps = [" SymbolicUtils" ]
@@ -3087,9 +3199,9 @@ version = "1.2.13+1"
30873199
30883200[[deps .Zstd_jll ]]
30893201deps = [" Artifacts" , " JLLWrappers" , " Libdl" ]
3090- git-tree-sha1 = " e678132f07ddb5bfa46857f0d7620fb9be675d3b "
3202+ git-tree-sha1 = " 555d1076590a6cc2fdee2ef1469451f872d8b41b "
30913203uuid = " 3161d3a3-bdf6-5164-811a-617609db77b4"
3092- version = " 1.5.6+0 "
3204+ version = " 1.5.6+1 "
30933205
30943206[[deps .eudev_jll ]]
30953207deps = [" Artifacts" , " JLLWrappers" , " Libdl" , " Pkg" , " gperf_jll" ]
0 commit comments