From 7cc5103a168bb7a135b11b93286949c959d287e8 Mon Sep 17 00:00:00 2001 From: Registrator Date: Wed, 9 Aug 2023 19:08:57 +0530 Subject: [PATCH] New package: ArviZPythonPlots v0.1.0 (#88578) --- A/ArviZPythonPlots/Compat.toml | 10 ++++++++++ A/ArviZPythonPlots/Deps.toml | 10 ++++++++++ A/ArviZPythonPlots/Package.toml | 3 +++ A/ArviZPythonPlots/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 26 insertions(+) create mode 100644 A/ArviZPythonPlots/Compat.toml create mode 100644 A/ArviZPythonPlots/Deps.toml create mode 100644 A/ArviZPythonPlots/Package.toml create mode 100644 A/ArviZPythonPlots/Versions.toml diff --git a/A/ArviZPythonPlots/Compat.toml b/A/ArviZPythonPlots/Compat.toml new file mode 100644 index 000000000000000..1561c96ddcdce30 --- /dev/null +++ b/A/ArviZPythonPlots/Compat.toml @@ -0,0 +1,10 @@ +[0] +ArviZ = "0.10" +CondaPkg = "0.2" +DimensionalData = "0.23-0.24" +OrderedCollections = "1" +PythonCall = "0.9" +PythonPlot = "1" +Reexport = "1" +Tables = "1" +julia = "1.8.0-1" diff --git a/A/ArviZPythonPlots/Deps.toml b/A/ArviZPythonPlots/Deps.toml new file mode 100644 index 000000000000000..a9281ec72e30464 --- /dev/null +++ b/A/ArviZPythonPlots/Deps.toml @@ -0,0 +1,10 @@ +[0] +ArviZ = "131c737c-5715-5e2e-ad31-c244f01c1dc7" +CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab" +DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0" +Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" +OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" +PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d" +PythonPlot = "274fc56d-3b97-40fa-a1cd-1b4a50311bf9" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" diff --git a/A/ArviZPythonPlots/Package.toml b/A/ArviZPythonPlots/Package.toml new file mode 100644 index 000000000000000..7551649228e4987 --- /dev/null +++ b/A/ArviZPythonPlots/Package.toml @@ -0,0 +1,3 @@ +name = "ArviZPythonPlots" +uuid = "4a6e88f0-2c8e-11ee-0601-e94153f0eada" +repo = "https://github.com/arviz-devs/ArviZPythonPlots.jl.git" diff --git a/A/ArviZPythonPlots/Versions.toml b/A/ArviZPythonPlots/Versions.toml new file mode 100644 index 000000000000000..e45214778a3ecd6 --- /dev/null +++ b/A/ArviZPythonPlots/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "4279345dd7e0af40815176c7fa9c3a2688123578" diff --git a/Registry.toml b/Registry.toml index 4d96632fe1c0be5..f4a5f38f9ef8b69 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2879,6 +2879,7 @@ some amount of consideration when choosing package names. 4a5d46fc-d8cf-5151-a261-86b458210efb = { name = "SPIRV_LLVM_Translator_jll", path = "jll/S/SPIRV_LLVM_Translator_jll" } 4a64a370-b39e-4988-9b44-fc3fb6d78c25 = { name = "Algames", path = "A/Algames" } 4a6b8444-0b90-5145-9aa0-b7d88b695d06 = { name = "libbluray_jll", path = "jll/L/libbluray_jll" } +4a6e88f0-2c8e-11ee-0601-e94153f0eada = { name = "ArviZPythonPlots", path = "A/ArviZPythonPlots" } 4a6ed817-0e58-48c6-8452-9e9afc8cb508 = { name = "PALEOcopse", path = "P/PALEOcopse" } 4a6f0533-cc52-4fcf-a409-c6c05775ac80 = { name = "Monadic", path = "M/Monadic" } 4a7475b6-8451-4f36-8c0c-176e4d128198 = { name = "Tally", path = "T/Tally" }