Skip to content

Commit 6eaa234

Browse files
CompatHelper: bump compat for "Distributions" to "0.25" (#96)
* CompatHelper: bump compat for "Distributions" to "0.25" * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Théo Galy-Fajou <[email protected]>
1 parent d5dab2c commit 6eaa234

File tree

2 files changed

+68
-57
lines changed

2 files changed

+68
-57
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AugmentedGaussianProcesses"
22
uuid = "38eea1fd-7d7d-5162-9d08-f89d0f2e271e"
33
authors = ["Theo Galy-Fajou <[email protected]>"]
4-
version = "0.10.3"
4+
version = "0.10.4"
55

66
[deps]
77
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -29,7 +29,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2929
AbstractMCMC = "2, 3"
3030
AdvancedHMC = "0.2.13"
3131
ChainRulesCore = "0.9"
32-
Distributions = "0.21.5, 0.22, 0.23, 0.24"
32+
Distributions = "0.21.5, 0.22, 0.23, 0.24, 0.25"
3333
FastGaussQuadrature = "0.4"
3434
Flux = "0.10, 0.11, 0.12"
3535
ForwardDiff = "0.10"

docs/Manifest.toml

Lines changed: 66 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[[Adapt]]
44
deps = ["LinearAlgebra"]
5-
git-tree-sha1 = "ffcfa2d345aaee0ef3d8346a073d5dd03c983ebe"
5+
git-tree-sha1 = "f1b523983a58802c4695851926203b36e28f09db"
66
uuid = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
7-
version = "3.2.0"
7+
version = "3.3.0"
88

99
[[Artifacts]]
1010
deps = ["Pkg"]
@@ -27,23 +27,17 @@ git-tree-sha1 = "6d4242ef4cb1539e7ede8e01a47a32365e0a34cd"
2727
uuid = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
2828
version = "0.8.4"
2929

30-
[[CategoricalArrays]]
31-
deps = ["DataAPI", "Future", "JSON", "Missings", "Printf", "Statistics", "StructTypes", "Unicode"]
32-
git-tree-sha1 = "f713d583d10fc036252fd826feebc6c173c522a8"
33-
uuid = "324d7699-5711-5eae-9e2f-1d82baa6b597"
34-
version = "0.9.5"
35-
3630
[[ChainRulesCore]]
3731
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
38-
git-tree-sha1 = "44e9f638aa9ed1ad58885defc568c133010140aa"
32+
git-tree-sha1 = "bd0cc939d94b8bd736dce5bbbe0d635db9f94af7"
3933
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
40-
version = "0.9.37"
34+
version = "0.9.41"
4135

4236
[[ColorSchemes]]
4337
deps = ["ColorTypes", "Colors", "FixedPointNumbers", "Random", "StaticArrays"]
44-
git-tree-sha1 = "d3cf83862f70d430d4b34e43ed65e74bd50ae0e0"
38+
git-tree-sha1 = "c8fd01e4b736013bc61b704871d20503b33ea402"
4539
uuid = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
46-
version = "3.11.0"
40+
version = "3.12.1"
4741

4842
[[ColorTypes]]
4943
deps = ["FixedPointNumbers", "Random"]
@@ -53,15 +47,15 @@ version = "0.10.12"
5347

5448
[[Colors]]
5549
deps = ["ColorTypes", "FixedPointNumbers", "Reexport"]
56-
git-tree-sha1 = "82f4e6ff9f847eca3e5ebc666ea2cd7b48e8b47e"
50+
git-tree-sha1 = "417b0ed7b8b838aa6ca0a87aadf1bb9eb111ce40"
5751
uuid = "5ae59095-9a9b-59fe-a467-6f913c188581"
58-
version = "0.12.7"
52+
version = "0.12.8"
5953

6054
[[Compat]]
6155
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "SHA", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
62-
git-tree-sha1 = "4fecfd5485d3c5de4003e19f00c6898cccd40667"
56+
git-tree-sha1 = "ac4132ad78082518ec2037ae5770b6e796f7f956"
6357
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
64-
version = "3.26.0"
58+
version = "3.27.0"
6559

6660
[[CompilerSupportLibraries_jll]]
6761
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@@ -86,10 +80,10 @@ uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
8680
version = "1.6.0"
8781

8882
[[DataFrames]]
89-
deps = ["CategoricalArrays", "Compat", "DataAPI", "Future", "InvertedIndices", "IteratorInterfaceExtensions", "LinearAlgebra", "Markdown", "Missings", "PooledArrays", "PrettyTables", "Printf", "REPL", "Reexport", "SortingAlgorithms", "Statistics", "TableTraits", "Tables", "Unicode"]
90-
git-tree-sha1 = "d50972453ef464ddcebdf489d11885468b7b83a3"
83+
deps = ["Compat", "DataAPI", "Future", "InvertedIndices", "IteratorInterfaceExtensions", "LinearAlgebra", "Markdown", "Missings", "PooledArrays", "PrettyTables", "Printf", "REPL", "Reexport", "SortingAlgorithms", "Statistics", "TableTraits", "Tables", "Unicode"]
84+
git-tree-sha1 = "6e5452d9cf401ed9048e1cde93815be53d951079"
9185
uuid = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
92-
version = "0.22.7"
86+
version = "1.0.2"
9387

9488
[[DataStructures]]
9589
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
@@ -116,9 +110,9 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
116110

117111
[[Distributions]]
118112
deps = ["FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SparseArrays", "SpecialFunctions", "Statistics", "StatsBase", "StatsFuns"]
119-
git-tree-sha1 = "e64debe8cd174cc52d7dd617ebc5492c6f8b698c"
113+
git-tree-sha1 = "36aa8125c8caa6a449b54d5d45ac97afd392549d"
120114
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
121-
version = "0.24.15"
115+
version = "0.25.0"
122116

123117
[[DocStringExtensions]]
124118
deps = ["LibGit2", "Markdown", "Pkg", "Test"]
@@ -203,9 +197,9 @@ uuid = "4d00f742-c7ba-57c2-abde-4428a4b178cb"
203197
version = "0.8.4"
204198

205199
[[Grisu]]
206-
git-tree-sha1 = "03d381f65183cb2d0af8b3425fde97263ce9a995"
200+
git-tree-sha1 = "53bb909d1151e57e2484c3d1b53e19552b887fb2"
207201
uuid = "42e2da0e-8278-4e71-bc24-59509adca0fe"
208-
version = "1.0.0"
202+
version = "1.0.2"
209203

210204
[[HTTP]]
211205
deps = ["Base64", "Dates", "IniFile", "MbedTLS", "Sockets"]
@@ -246,9 +240,10 @@ uuid = "82899510-4779-5014-852e-03e436cf321d"
246240
version = "1.0.0"
247241

248242
[[JLLWrappers]]
249-
git-tree-sha1 = "a431f5f2ca3f4feef3bd7a5e94b8b8d4f2f647a0"
243+
deps = ["Preferences"]
244+
git-tree-sha1 = "642a199af8b68253517b80bd3bfd17eb4e84df6e"
250245
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
251-
version = "1.2.0"
246+
version = "1.3.0"
252247

253248
[[JSON]]
254249
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
@@ -301,6 +296,12 @@ git-tree-sha1 = "32b517d4d8219d3bbab199de3416ace45010bdb3"
301296
uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
302297
version = "2.8.0"
303298

299+
[[LogExpFunctions]]
300+
deps = ["DocStringExtensions", "LinearAlgebra"]
301+
git-tree-sha1 = "ed26854d7c2c867d143f0e07c198fc9e8b721d10"
302+
uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
303+
version = "0.2.3"
304+
304305
[[Logging]]
305306
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
306307

@@ -312,15 +313,15 @@ version = "0.5.4"
312313

313314
[[MLDataUtils]]
314315
deps = ["DataFrames", "DelimitedFiles", "LearnBase", "MLDataPattern", "MLLabelUtils", "Statistics", "StatsBase"]
315-
git-tree-sha1 = "286e3004d3eb235cb7d43a0a1a67bf4f931ffd53"
316+
git-tree-sha1 = "ee54803aea12b9c8ee972e78ece11ac6023715e6"
316317
uuid = "cc2ba9b6-d476-5e6d-8eaf-a92d5412d41d"
317-
version = "0.5.3"
318+
version = "0.5.4"
318319

319320
[[MLLabelUtils]]
320321
deps = ["LearnBase", "MappedArrays", "StatsBase"]
321-
git-tree-sha1 = "71d874f2e97bf01dc5c44d562cea30cc7ebb81d1"
322+
git-tree-sha1 = "3211c1fdd1efaefa692c8cf60e021fb007b76a08"
322323
uuid = "66a33bbf-0c2b-5fc8-a008-9da813334f0a"
323-
version = "0.5.5"
324+
version = "0.5.6"
324325

325326
[[MacroTools]]
326327
deps = ["Markdown", "Random"]
@@ -329,10 +330,9 @@ uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
329330
version = "0.5.6"
330331

331332
[[MappedArrays]]
332-
deps = ["FixedPointNumbers"]
333-
git-tree-sha1 = "b92bd220c95a8bbe89af28f11201fd080e0e3fe7"
333+
git-tree-sha1 = "18d3584eebc861e311a552cbb67723af8edff5de"
334334
uuid = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900"
335-
version = "0.3.0"
335+
version = "0.4.0"
336336

337337
[[Markdown]]
338338
deps = ["Base64"]
@@ -357,9 +357,9 @@ version = "0.3.1"
357357

358358
[[Missings]]
359359
deps = ["DataAPI"]
360-
git-tree-sha1 = "f8c673ccc215eb50fcadb285f522420e29e69e1c"
360+
git-tree-sha1 = "4ea90bd5d3985ae1f9a908bd4500ae88921c5ce7"
361361
uuid = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
362-
version = "0.4.5"
362+
version = "1.0.0"
363363

364364
[[Mmap]]
365365
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
@@ -438,11 +438,17 @@ git-tree-sha1 = "cde4ce9d6f33219465b55162811d8de8139c0414"
438438
uuid = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
439439
version = "1.2.1"
440440

441+
[[Preferences]]
442+
deps = ["TOML"]
443+
git-tree-sha1 = "ea79e4c9077208cd3bc5d29631a26bc0cff78902"
444+
uuid = "21216c6a-2e73-6563-6e65-726566657250"
445+
version = "1.2.1"
446+
441447
[[PrettyTables]]
442448
deps = ["Crayons", "Formatting", "Markdown", "Reexport", "Tables"]
443-
git-tree-sha1 = "574a6b3ea95f04e8757c0280bb9c29f1a5e35138"
449+
git-tree-sha1 = "b60494adf99652d220cdef46f8a32232182cc22d"
444450
uuid = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
445-
version = "0.11.1"
451+
version = "1.0.1"
446452

447453
[[Printf]]
448454
deps = ["Unicode"]
@@ -523,10 +529,10 @@ version = "0.3.2"
523529
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
524530

525531
[[SortingAlgorithms]]
526-
deps = ["DataStructures", "Random", "Test"]
527-
git-tree-sha1 = "03f5898c9959f8115e30bc7226ada7d0df554ddd"
532+
deps = ["DataStructures"]
533+
git-tree-sha1 = "2ec1962eba973f383239da22e75218565c390a96"
528534
uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c"
529-
version = "0.3.1"
535+
version = "1.0.0"
530536

531537
[[SparseArrays]]
532538
deps = ["LinearAlgebra", "Random"]
@@ -540,42 +546,47 @@ version = "1.3.0"
540546

541547
[[StaticArrays]]
542548
deps = ["LinearAlgebra", "Random", "Statistics"]
543-
git-tree-sha1 = "2f01a51c23eed210ff4a1be102c4cc8236b66e5b"
549+
git-tree-sha1 = "2653e9c769343808781a8bd5010ee7a17c01152e"
544550
uuid = "90137ffa-7385-5640-81b9-e52037218182"
545-
version = "1.1.0"
551+
version = "1.1.2"
546552

547553
[[Statistics]]
548554
deps = ["LinearAlgebra", "SparseArrays"]
549555
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
550556

557+
[[StatsAPI]]
558+
git-tree-sha1 = "1958272568dc176a1d881acb797beb909c785510"
559+
uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
560+
version = "1.0.0"
561+
551562
[[StatsBase]]
552-
deps = ["DataAPI", "DataStructures", "LinearAlgebra", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics"]
553-
git-tree-sha1 = "4bc58880426274277a066de306ef19ecc22a6863"
563+
deps = ["DataAPI", "DataStructures", "LinearAlgebra", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"]
564+
git-tree-sha1 = "2f6792d523d7448bbe2fec99eca9218f06cc746d"
554565
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
555-
version = "0.33.5"
566+
version = "0.33.8"
556567

557568
[[StatsFuns]]
558-
deps = ["Rmath", "SpecialFunctions"]
559-
git-tree-sha1 = "ced55fd4bae008a8ea12508314e725df61f0ba45"
569+
deps = ["LogExpFunctions", "Rmath", "SpecialFunctions"]
570+
git-tree-sha1 = "30cd8c360c54081f806b1ee14d2eecbef3c04c49"
560571
uuid = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
561-
version = "0.9.7"
572+
version = "0.9.8"
562573

563574
[[StructArrays]]
564575
deps = ["Adapt", "DataAPI", "Tables"]
565576
git-tree-sha1 = "44b3afd37b17422a62aea25f04c1f7e09ce6b07f"
566577
uuid = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
567578
version = "0.5.1"
568579

569-
[[StructTypes]]
570-
deps = ["Dates", "UUIDs"]
571-
git-tree-sha1 = "5eaf731e88587bb72a6c1262c0a014cd1859a08d"
572-
uuid = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
573-
version = "1.5.2"
574-
575580
[[SuiteSparse]]
576581
deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
577582
uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
578583

584+
[[TOML]]
585+
deps = ["Dates"]
586+
git-tree-sha1 = "44aaac2d2aec4a850302f9aa69127c74f0c3787e"
587+
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
588+
version = "1.0.3"
589+
579590
[[TableTraits]]
580591
deps = ["IteratorInterfaceExtensions"]
581592
git-tree-sha1 = "c06b2f539df1c6efa794486abfb6ed2022561a39"
@@ -584,9 +595,9 @@ version = "1.0.1"
584595

585596
[[Tables]]
586597
deps = ["DataAPI", "DataValueInterfaces", "IteratorInterfaceExtensions", "LinearAlgebra", "TableTraits", "Test"]
587-
git-tree-sha1 = "a9ff3dfec713c6677af435d6a6d65f9744feef67"
598+
git-tree-sha1 = "c9d2d262e9a327be1f35844df25fe4561d258dc9"
588599
uuid = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
589-
version = "1.4.1"
600+
version = "1.4.2"
590601

591602
[[Test]]
592603
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]

0 commit comments

Comments
 (0)