Skip to content

Commit 41551ca

Browse files
CompatHelper: bump compat for "PDMats" to "0.11"
1 parent 160fc34 commit 41551ca

File tree

2 files changed

+32
-18
lines changed

2 files changed

+32
-18
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
1212
ChainRulesCore = "0.9.17"
1313
Distributions = "0.23, 0.24"
1414
FiniteDifferences = "0.11"
15-
PDMats = "0.9, 0.10"
15+
PDMats = "0.9, 0.10, 0.11"
1616
Zygote = "0.5.5"
1717
julia = "1"
1818

docs/Manifest.toml

Lines changed: 31 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,25 @@
44
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
55

66
[[ChainRulesCore]]
7-
deps = ["LinearAlgebra", "MuladdMacro", "SparseArrays"]
8-
git-tree-sha1 = "bd7db5cdb38fe787892fc7af2e006dac34e62ddd"
7+
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
8+
git-tree-sha1 = "de4f08843c332d355852721adb1592bce7924da3"
99
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
10-
version = "0.9.23"
10+
version = "0.9.29"
11+
12+
[[Compat]]
13+
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "SHA", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
14+
git-tree-sha1 = "919c7f3151e79ff196add81d7f4e45d91bbf420b"
15+
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
16+
version = "3.25.0"
1117

1218
[[Dates]]
1319
deps = ["Printf"]
1420
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
1521

22+
[[DelimitedFiles]]
23+
deps = ["Mmap"]
24+
uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"
25+
1626
[[Distributed]]
1727
deps = ["Random", "Serialization", "Sockets"]
1828
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
@@ -25,9 +35,9 @@ version = "0.8.3"
2535

2636
[[Documenter]]
2737
deps = ["Base64", "Dates", "DocStringExtensions", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
28-
git-tree-sha1 = "a4875e0763112d6d017126f3944f4133abb342ae"
38+
git-tree-sha1 = "21fb992ef1b28ff8f315354d3808ebf4a8fa6e45"
2939
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
30-
version = "0.25.5"
40+
version = "0.26.2"
3141

3242
[[IOCapture]]
3343
deps = ["Logging"]
@@ -46,6 +56,7 @@ uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
4656
version = "0.21.1"
4757

4858
[[LibGit2]]
59+
deps = ["Printf"]
4960
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
5061

5162
[[Libdl]]
@@ -65,31 +76,26 @@ uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
6576
[[Mmap]]
6677
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
6778

68-
[[MuladdMacro]]
69-
git-tree-sha1 = "c6190f9a7fc5d9d5915ab29f2134421b12d24a68"
70-
uuid = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
71-
version = "0.2.2"
72-
7379
[[PDMats]]
74-
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse", "Test"]
75-
git-tree-sha1 = "95a4038d1011dfdbde7cecd2ad0ac411e53ab1bc"
80+
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
81+
git-tree-sha1 = "f82a0e71f222199de8e9eb9a09977bd0767d52a0"
7682
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
77-
version = "0.10.1"
83+
version = "0.11.0"
7884

7985
[[PDMatsExtras]]
8086
deps = ["ChainRulesCore", "LinearAlgebra", "PDMats"]
8187
path = ".."
8288
uuid = "2c7acb1b-7338-470f-b38f-951d2bcb9193"
83-
version = "2.1.0"
89+
version = "2.2.0"
8490

8591
[[Parsers]]
8692
deps = ["Dates"]
87-
git-tree-sha1 = "6370b5b3cf2ce5a3d2b6f7ab2dc10f374e4d7d2b"
93+
git-tree-sha1 = "50c9a9ed8c714945e01cd53a21007ed3865ed714"
8894
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
89-
version = "1.0.14"
95+
version = "1.0.15"
9096

9197
[[Pkg]]
92-
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Test", "UUIDs"]
98+
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
9399
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
94100

95101
[[Printf]]
@@ -110,13 +116,21 @@ uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
110116
[[Serialization]]
111117
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
112118

119+
[[SharedArrays]]
120+
deps = ["Distributed", "Mmap", "Random", "Serialization"]
121+
uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
122+
113123
[[Sockets]]
114124
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
115125

116126
[[SparseArrays]]
117127
deps = ["LinearAlgebra", "Random"]
118128
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
119129

130+
[[Statistics]]
131+
deps = ["LinearAlgebra", "SparseArrays"]
132+
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
133+
120134
[[SuiteSparse]]
121135
deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
122136
uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"

0 commit comments

Comments
 (0)