From e3a4e50e78af60d1a7432343bb285addc7cc48bb Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Thu, 28 Nov 2024 18:08:02 +0000 Subject: [PATCH] New package: LogitSamplers v0.1.0 UUID: 1b30fcfc-0ee9-4be2-9cfe-b2289b43e041 Repo: https://github.com/MurrellGroup/LogitSamplers.jl.git Tree: 0641fcbc2ac918a0718fa41419eceaedf956c2f9 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- L/LogitSamplers/Compat.toml | 5 +++++ L/LogitSamplers/Deps.toml | 4 ++++ L/LogitSamplers/Package.toml | 3 +++ L/LogitSamplers/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 15 insertions(+) create mode 100644 L/LogitSamplers/Compat.toml create mode 100644 L/LogitSamplers/Deps.toml create mode 100644 L/LogitSamplers/Package.toml create mode 100644 L/LogitSamplers/Versions.toml diff --git a/L/LogitSamplers/Compat.toml b/L/LogitSamplers/Compat.toml new file mode 100644 index 000000000000000..4c574404ee4054e --- /dev/null +++ b/L/LogitSamplers/Compat.toml @@ -0,0 +1,5 @@ +[0] +NNlib = "0.9" +Random = "1" +Statistics = "1" +julia = "1.9.0-1" diff --git a/L/LogitSamplers/Deps.toml b/L/LogitSamplers/Deps.toml new file mode 100644 index 000000000000000..4420830a5951241 --- /dev/null +++ b/L/LogitSamplers/Deps.toml @@ -0,0 +1,4 @@ +[0] +NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" diff --git a/L/LogitSamplers/Package.toml b/L/LogitSamplers/Package.toml new file mode 100644 index 000000000000000..4b3d3798bd7edec --- /dev/null +++ b/L/LogitSamplers/Package.toml @@ -0,0 +1,3 @@ +name = "LogitSamplers" +uuid = "1b30fcfc-0ee9-4be2-9cfe-b2289b43e041" +repo = "https://github.com/MurrellGroup/LogitSamplers.jl.git" diff --git a/L/LogitSamplers/Versions.toml b/L/LogitSamplers/Versions.toml new file mode 100644 index 000000000000000..6ad31abe1f6f142 --- /dev/null +++ b/L/LogitSamplers/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "0641fcbc2ac918a0718fa41419eceaedf956c2f9" diff --git a/Registry.toml b/Registry.toml index af68063fb5dc2c9..ea9a80c42a9b902 100644 --- a/Registry.toml +++ b/Registry.toml @@ -1306,6 +1306,7 @@ some amount of consideration when choosing package names. 1b112299-d6bc-44e2-912a-478f25731460 = { name = "Kelpie", path = "K/Kelpie" } 1b19e153-50d3-4699-8064-93bcb9fb4fba = { name = "KroneckerProducts", path = "K/KroneckerProducts" } 1b2dc2e6-48aa-4f00-b8f4-19d1a71d7a0e = { name = "Pseudopotentials", path = "P/Pseudopotentials" } +1b30fcfc-0ee9-4be2-9cfe-b2289b43e041 = { name = "LogitSamplers", path = "L/LogitSamplers" } 1b42a6b1-a0b2-50eb-a0be-acc79e4b08a0 = { name = "ephemeralpg_jll", path = "jll/E/ephemeralpg_jll" } 1b4a4c30-53cc-4a73-9c44-e0ae6415a229 = { name = "MartaCT", path = "M/MartaCT" } 1b4a561d-cfcb-5daf-8433-43fcf8b4bea3 = { name = "LegacyStrings", path = "L/LegacyStrings" }