Skip to content

Commit af5ce0b

Browse files
authored
Merge pull request #215 from gaelforget/notebooks
update notebook deps
2 parents 5e74839 + d3ffb94 commit af5ce0b

5 files changed

Lines changed: 252 additions & 222 deletions

File tree

examples/basics.jl

Lines changed: 41 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ let
328328
end
329329
end
330330

331+
331332
# ╔═╡ 00000000-0000-0000-0000-000000000001
332333
PLUTO_PROJECT_TOML_CONTENTS = """
333334
[deps]
@@ -629,9 +630,9 @@ version = "1.11.0"
629630
630631
[[deps.Distributions]]
631632
deps = ["AliasTables", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsAPI", "StatsBase", "StatsFuns"]
632-
git-tree-sha1 = "3bc002af51045ca3b47d2e1787d6ce02e68b943a"
633+
git-tree-sha1 = "fbcc7610f6d8348428f722ecbe0e6cfe22e672c6"
633634
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
634-
version = "0.25.122"
635+
version = "0.25.123"
635636
636637
[deps.Distributions.extensions]
637638
DistributionsChainRulesCoreExt = "ChainRulesCore"
@@ -683,9 +684,9 @@ version = "0.1.6"
683684
684685
[[deps.FFMPEG_jll]]
685686
deps = ["Artifacts", "Bzip2_jll", "FreeType2_jll", "FriBidi_jll", "JLLWrappers", "LAME_jll", "Libdl", "Ogg_jll", "OpenSSL_jll", "Opus_jll", "PCRE2_jll", "Zlib_jll", "libaom_jll", "libass_jll", "libfdk_aac_jll", "libvorbis_jll", "x264_jll", "x265_jll"]
686-
git-tree-sha1 = "ccc81ba5e42497f4e76553a5545665eed577a663"
687+
git-tree-sha1 = "01ba9d15e9eae375dc1eb9589df76b3572acd3f2"
687688
uuid = "b22a6f82-2f65-5046-a5b2-351ab43fb4e5"
688-
version = "8.0.0+0"
689+
version = "8.0.1+0"
689690
690691
[[deps.FFTW]]
691692
deps = ["AbstractFFTs", "FFTW_jll", "Libdl", "LinearAlgebra", "MKL_jll", "Preferences", "Reexport"]
@@ -744,14 +745,15 @@ version = "1.11.0"
744745
745746
[[deps.FillArrays]]
746747
deps = ["LinearAlgebra"]
747-
git-tree-sha1 = "5bfcd42851cf2f1b303f51525a54dc5e98d408a3"
748+
git-tree-sha1 = "2f979084d1e13948a3352cf64a25df6bd3b4dca3"
748749
uuid = "1a297f60-69ca-5386-bcde-b61e274b549b"
749-
version = "1.15.0"
750-
weakdeps = ["PDMats", "SparseArrays", "Statistics"]
750+
version = "1.16.0"
751+
weakdeps = ["PDMats", "SparseArrays", "StaticArrays", "Statistics"]
751752
752753
[deps.FillArrays.extensions]
753754
FillArraysPDMatsExt = "PDMats"
754755
FillArraysSparseArraysExt = "SparseArrays"
756+
FillArraysStaticArraysExt = "StaticArrays"
755757
FillArraysStatisticsExt = "Statistics"
756758
757759
[[deps.FixedPointNumbers]]
@@ -938,9 +940,9 @@ version = "0.9.10"
938940
939941
[[deps.Imath_jll]]
940942
deps = ["Artifacts", "JLLWrappers", "Libdl"]
941-
git-tree-sha1 = "0936ba688c6d201805a83da835b55c61a180db52"
943+
git-tree-sha1 = "dcc8d0cd653e55213df9b75ebc6fe4a8d3254c65"
942944
uuid = "905a6f67-0a94-5f89-b386-d35d92009cd1"
943-
version = "3.1.11+0"
945+
version = "3.2.2+0"
944946
945947
[[deps.IndirectArrays]]
946948
git-tree-sha1 = "012e604e1c7458645cb8b436f8fba789a51b257f"
@@ -1067,9 +1069,9 @@ version = "1.7.1"
10671069
10681070
[[deps.JSON]]
10691071
deps = ["Dates", "Logging", "Parsers", "PrecompileTools", "StructUtils", "UUIDs", "Unicode"]
1070-
git-tree-sha1 = "5b6bb73f555bc753a6153deec3717b8904f5551c"
1072+
git-tree-sha1 = "b3ad4a0255688dcb895a52fafbaae3023b588a90"
10711073
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
1072-
version = "1.3.0"
1074+
version = "1.4.0"
10731075
10741076
[deps.JSON.extensions]
10751077
JSONArrowExt = ["ArrowTypes"]
@@ -1275,9 +1277,9 @@ version = "0.6.7"
12751277
12761278
[[deps.MeshArrays]]
12771279
deps = ["CatViews", "Dates", "Distributed", "GeoInterface", "Glob", "LazyArtifacts", "NearestNeighbors", "Pkg", "Printf", "SharedArrays", "SparseArrays", "Statistics", "Unitful"]
1278-
git-tree-sha1 = "d333bc6aa00ba7be0636af73698d85b306ff49f4"
1280+
git-tree-sha1 = "19e7464371ad3af9f0c0f3a2aac718a772f6c578"
12791281
uuid = "cb8c808f-1acf-59a3-9d2b-6e38d009f683"
1280-
version = "0.5.2"
1282+
version = "0.5.3"
12811283
12821284
[deps.MeshArrays.extensions]
12831285
MeshArraysDataDepsExt = ["DataDeps"]
@@ -1378,9 +1380,9 @@ version = "0.3.3"
13781380
13791381
[[deps.OpenEXR_jll]]
13801382
deps = ["Artifacts", "Imath_jll", "JLLWrappers", "Libdl", "Zlib_jll"]
1381-
git-tree-sha1 = "8292dd5c8a38257111ada2174000a33745b06d4e"
1383+
git-tree-sha1 = "df9b7c88c2e7a2e77146223c526bf9e236d5f450"
13821384
uuid = "18a262bb-aa17-5467-a713-aee519bc75cb"
1383-
version = "3.2.4+0"
1385+
version = "3.4.4+0"
13841386
13851387
[[deps.OpenLibm_jll]]
13861388
deps = ["Artifacts", "Libdl"]
@@ -1400,9 +1402,9 @@ version = "0.5.6+0"
14001402
14011403
[[deps.Opus_jll]]
14021404
deps = ["Artifacts", "JLLWrappers", "Libdl"]
1403-
git-tree-sha1 = "c392fc5dd032381919e3b22dd32d6443760ce7ea"
1405+
git-tree-sha1 = "39a11854f0cba27aa41efaedf43c77c5daa6be51"
14041406
uuid = "91d4177d-7536-5919-b921-800302f37372"
1405-
version = "1.5.2+0"
1407+
version = "1.6.0+0"
14061408
14071409
[[deps.OrderedCollections]]
14081410
git-tree-sha1 = "05868e21324cede2207c6f0f466b4bfef6d5e7ee"
@@ -1416,9 +1418,9 @@ version = "10.44.0+1"
14161418
14171419
[[deps.PDMats]]
14181420
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
1419-
git-tree-sha1 = "d922b4d80d1e12c658da7785e754f4796cc1d60d"
1421+
git-tree-sha1 = "e4cff168707d441cd6bf3ff7e4832bdf34278e4a"
14201422
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
1421-
version = "0.11.36"
1423+
version = "0.11.37"
14221424
weakdeps = ["StatsBase"]
14231425
14241426
[deps.PDMats.extensions]
@@ -1483,9 +1485,9 @@ version = "1.4.4"
14831485
14841486
[[deps.PlutoUI]]
14851487
deps = ["AbstractPlutoDingetjes", "Base64", "ColorTypes", "Dates", "Downloads", "FixedPointNumbers", "Hyperscript", "HypertextLiteral", "IOCapture", "InteractiveUtils", "Logging", "MIMEs", "Markdown", "Random", "Reexport", "URIs", "UUIDs"]
1486-
git-tree-sha1 = "0d751d4ceb9dbd402646886332c2f99169dc1cfd"
1488+
git-tree-sha1 = "6122f9423393a2294e26a4efdf44960c5f8acb70"
14871489
uuid = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
1488-
version = "0.7.76"
1490+
version = "0.7.78"
14891491
14901492
[[deps.PolygonOps]]
14911493
git-tree-sha1 = "77b3d3605fc1cd0b42d95eba87dfcd2bf67d5ff6"
@@ -1500,9 +1502,9 @@ version = "1.3.3"
15001502
15011503
[[deps.Preferences]]
15021504
deps = ["TOML"]
1503-
git-tree-sha1 = "0f27480397253da18fe2c12a4ba4eb9eb208bf3d"
1505+
git-tree-sha1 = "522f093a29b31a93e34eaea17ba055d850edea28"
15041506
uuid = "21216c6a-2e73-6563-6e65-726566657250"
1505-
version = "1.5.0"
1507+
version = "1.5.1"
15061508
15071509
[[deps.Printf]]
15081510
deps = ["Unicode"]
@@ -1641,10 +1643,10 @@ uuid = "992d4aef-0814-514b-bc4d-f2e9a6c4116f"
16411643
version = "1.0.3"
16421644
16431645
[[deps.SignedDistanceFields]]
1644-
deps = ["Random", "Statistics", "Test"]
1645-
git-tree-sha1 = "d263a08ec505853a5ff1c1ebde2070419e3f28e9"
1646+
deps = ["Statistics"]
1647+
git-tree-sha1 = "3949ad92e1c9d2ff0cd4a1317d5ecbba682f4b92"
16461648
uuid = "73760f76-fbc4-59ce-8f25-708e95d2df96"
1647-
version = "0.4.0"
1649+
version = "0.4.1"
16481650
16491651
[[deps.SimpleTraits]]
16501652
deps = ["InteractiveUtils", "MacroTools"]
@@ -1697,9 +1699,9 @@ version = "0.1.2"
16971699
16981700
[[deps.StaticArrays]]
16991701
deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"]
1700-
git-tree-sha1 = "b8693004b385c842357406e3af647701fe783f98"
1702+
git-tree-sha1 = "eee1b9ad8b29ef0d936e3ec9838c7ec089620308"
17011703
uuid = "90137ffa-7385-5640-81b9-e52037218182"
1702-
version = "1.9.15"
1704+
version = "1.9.16"
17031705
weakdeps = ["ChainRulesCore", "Statistics"]
17041706
17051707
[deps.StaticArrays.extensions]
@@ -1728,10 +1730,10 @@ uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
17281730
version = "1.8.0"
17291731
17301732
[[deps.StatsBase]]
1731-
deps = ["AliasTables", "DataAPI", "DataStructures", "LinearAlgebra", "LogExpFunctions", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"]
1732-
git-tree-sha1 = "be5733d4a2b03341bdcab91cea6caa7e31ced14b"
1733+
deps = ["AliasTables", "DataAPI", "DataStructures", "IrrationalConstants", "LinearAlgebra", "LogExpFunctions", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"]
1734+
git-tree-sha1 = "aceda6f4e598d331548e04cc6b2124a6148138e3"
17331735
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1734-
version = "0.34.9"
1736+
version = "0.34.10"
17351737
17361738
[[deps.StatsFuns]]
17371739
deps = ["HypergeometricFunctions", "IrrationalConstants", "LogExpFunctions", "Reexport", "Rmath", "SpecialFunctions"]
@@ -1767,9 +1769,9 @@ version = "0.7.2"
17671769
17681770
[[deps.StructUtils]]
17691771
deps = ["Dates", "UUIDs"]
1770-
git-tree-sha1 = "79529b493a44927dd5b13dde1c7ce957c2d049e4"
1772+
git-tree-sha1 = "9297459be9e338e546f5c4bedb59b3b5674da7f1"
17711773
uuid = "ec057cc2-7a8d-4b58-b3b3-92acb9f63b42"
1772-
version = "2.6.0"
1774+
version = "2.6.2"
17731775
17741776
[deps.StructUtils.extensions]
17751777
StructUtilsMeasurementsExt = ["Measurements"]
@@ -1897,15 +1899,15 @@ version = "0.1.3"
18971899
18981900
[[deps.WoodburyMatrices]]
18991901
deps = ["LinearAlgebra", "SparseArrays"]
1900-
git-tree-sha1 = "c1a7aa6219628fcd757dede0ca95e245c5cd9511"
1902+
git-tree-sha1 = "248a7031b3da79a127f14e5dc5f417e26f9f6db7"
19011903
uuid = "efce3f68-66dc-5838-9240-27a6d6f5f9b6"
1902-
version = "1.0.0"
1904+
version = "1.1.0"
19031905
19041906
[[deps.XZ_jll]]
19051907
deps = ["Artifacts", "JLLWrappers", "Libdl"]
1906-
git-tree-sha1 = "fee71455b0aaa3440dfdd54a9a36ccef829be7d4"
1908+
git-tree-sha1 = "9cce64c0fdd1960b597ba7ecda2950b5ed957438"
19071909
uuid = "ffd25f8a-64ca-5728-b0f7-c24cf3aae800"
1908-
version = "5.8.1+0"
1910+
version = "5.8.2+0"
19091911
19101912
[[deps.Xorg_libX11_jll]]
19111913
deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libxcb_jll", "Xorg_xtrans_jll"]
@@ -1991,9 +1993,9 @@ version = "2.0.4+0"
19911993
19921994
[[deps.libpng_jll]]
19931995
deps = ["Artifacts", "JLLWrappers", "Libdl", "Zlib_jll"]
1994-
git-tree-sha1 = "de8ab4f01cb2d8b41702bab9eaad9e8b7d352f73"
1996+
git-tree-sha1 = "6ab498eaf50e0495f89e7a5b582816e2efb95f64"
19951997
uuid = "b53b4c65-9356-5827-b1ea-8c7a1a84506f"
1996-
version = "1.6.53+0"
1998+
version = "1.6.54+0"
19971999
19982000
[[deps.libsixel_jll]]
19992001
deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "Libdl", "libpng_jll"]

0 commit comments

Comments
 (0)