From 0d22baed00fd7457600a736f9617cf29c8f52fa3 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Mon, 9 Oct 2023 21:03:13 +0000 Subject: [PATCH] New package: BarBay v0.0.1 UUID: 3e4a4fdd-3c42-44bf-ab95-e818c96fb7a6 Repo: https://github.com/mrazomej/BarBay.jl.git Tree: ba674afd22304fc2eb6dd133ccc93106c998b913 Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701 --- B/BarBay/Compat.toml | 16 ++++++++++++++++ B/BarBay/Deps.toml | 17 +++++++++++++++++ B/BarBay/Package.toml | 3 +++ B/BarBay/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 39 insertions(+) create mode 100644 B/BarBay/Compat.toml create mode 100644 B/BarBay/Deps.toml create mode 100644 B/BarBay/Package.toml create mode 100644 B/BarBay/Versions.toml diff --git a/B/BarBay/Compat.toml b/B/BarBay/Compat.toml new file mode 100644 index 000000000000000..2f070f2ba1da1b9 --- /dev/null +++ b/B/BarBay/Compat.toml @@ -0,0 +1,16 @@ +[0] +Bijectors = "0.13" +CSV = "0.10" +ComponentArrays = "0.15" +DataFrames = "1.6.0-1" +Distributions = "0.25" +DynamicHMC = "3.4.0-3" +DynamicPPL = "0.23" +JLD2 = "0.4" +MCMCChains = "6" +Memoization = "0.2" +ReverseDiff = "1.15.0-1" +StatsBase = "0.34" +Turing = "0.29" +UnPack = "1" +julia = "1" diff --git a/B/BarBay/Deps.toml b/B/BarBay/Deps.toml new file mode 100644 index 000000000000000..a4d22358640e89f --- /dev/null +++ b/B/BarBay/Deps.toml @@ -0,0 +1,17 @@ +[0] +Bijectors = "76274a88-744f-5084-9051-94815aaf08c4" +CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" +ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66" +DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +DynamicHMC = "bbc10e6e-7c05-544b-b16e-64fede858acb" +DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8" +JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" +Memoization = "6fafb56a-5788-4b4e-91ca-c0cea6611c73" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" +Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" +UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" diff --git a/B/BarBay/Package.toml b/B/BarBay/Package.toml new file mode 100644 index 000000000000000..366291ecee09a30 --- /dev/null +++ b/B/BarBay/Package.toml @@ -0,0 +1,3 @@ +name = "BarBay" +uuid = "3e4a4fdd-3c42-44bf-ab95-e818c96fb7a6" +repo = "https://github.com/mrazomej/BarBay.jl.git" diff --git a/B/BarBay/Versions.toml b/B/BarBay/Versions.toml new file mode 100644 index 000000000000000..f43d8f4e608a62e --- /dev/null +++ b/B/BarBay/Versions.toml @@ -0,0 +1,2 @@ +["0.0.1"] +git-tree-sha1 = "ba674afd22304fc2eb6dd133ccc93106c998b913" diff --git a/Registry.toml b/Registry.toml index 28360182a8ce8f6..659c5a75cf298ae 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2512,6 +2512,7 @@ some amount of consideration when choosing package names. 3e2ffa6a-ba38-11e8-0a1c-7b69309e1c72 = { name = "Duff", path = "D/Duff" } 3e3c03f2-1a94-11e9-2981-050a4ca824ab = { name = "XUnit", path = "X/XUnit" } 3e489a4b-a92a-5e1b-a7bf-ed666eae205e = { name = "CvxCompress", path = "C/CvxCompress" } +3e4a4fdd-3c42-44bf-ab95-e818c96fb7a6 = { name = "BarBay", path = "B/BarBay" } 3e51950c-1d7d-41c0-8bda-2201d9a6ffd5 = { name = "SDFResults", path = "S/SDFResults" } 3e521070-9d11-42e7-9c2c-e043c3afbd53 = { name = "ProgenyTestingTools", path = "P/ProgenyTestingTools" } 3e5b6fbb-0976-4d2c-9146-d79de83f2fb0 = { name = "HostCPUFeatures", path = "H/HostCPUFeatures" }