From 3b54450d678bd1ad24a7c8eb11ff709312fead50 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Mon, 5 Jun 2023 09:48:43 +0000 Subject: [PATCH] New package: EllipseSampling v0.1.0 UUID: 7d220c50-6298-48cd-9710-1d1a8ef13806 Repo: https://github.com/JoelTrent/EllipseSampling.jl.git Tree: 9c3d73d8064f34f131f3b2eb2306d7522288528d Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701 --- E/EllipseSampling/Compat.toml | 6 ++++++ E/EllipseSampling/Deps.toml | 6 ++++++ E/EllipseSampling/Package.toml | 3 +++ E/EllipseSampling/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 18 insertions(+) create mode 100644 E/EllipseSampling/Compat.toml create mode 100644 E/EllipseSampling/Deps.toml create mode 100644 E/EllipseSampling/Package.toml create mode 100644 E/EllipseSampling/Versions.toml diff --git a/E/EllipseSampling/Compat.toml b/E/EllipseSampling/Compat.toml new file mode 100644 index 000000000000000..fbce3459882dc2a --- /dev/null +++ b/E/EllipseSampling/Compat.toml @@ -0,0 +1,6 @@ +[0] +Distributions = "0.25" +Elliptic = "1" +Roots = "2" +SnoopPrecompile = "1" +julia = "1.1.0-1" diff --git a/E/EllipseSampling/Deps.toml b/E/EllipseSampling/Deps.toml new file mode 100644 index 000000000000000..499f9e49113d118 --- /dev/null +++ b/E/EllipseSampling/Deps.toml @@ -0,0 +1,6 @@ +[0] +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +Elliptic = "b305315f-e792-5b7a-8f41-49f472929428" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665" +SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c" diff --git a/E/EllipseSampling/Package.toml b/E/EllipseSampling/Package.toml new file mode 100644 index 000000000000000..e8ea64a09de3477 --- /dev/null +++ b/E/EllipseSampling/Package.toml @@ -0,0 +1,3 @@ +name = "EllipseSampling" +uuid = "7d220c50-6298-48cd-9710-1d1a8ef13806" +repo = "https://github.com/JoelTrent/EllipseSampling.jl.git" diff --git a/E/EllipseSampling/Versions.toml b/E/EllipseSampling/Versions.toml new file mode 100644 index 000000000000000..ed5bca811db31eb --- /dev/null +++ b/E/EllipseSampling/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "9c3d73d8064f34f131f3b2eb2306d7522288528d" diff --git a/Registry.toml b/Registry.toml index a1e124d6ffc045a..ccf1c962853231e 100644 --- a/Registry.toml +++ b/Registry.toml @@ -4711,6 +4711,7 @@ some amount of consideration when choosing package names. 7d11a335-8259-52c9-8750-e30c45c66484 = { name = "ConcaveHull", path = "C/ConcaveHull" } 7d188eb4-7ad8-530c-ae41-71a32a6d4692 = { name = "JSONSchema", path = "J/JSONSchema" } 7d1cd4b3-4447-4d54-bfa7-38e21a341f12 = { name = "ProjectFlow", path = "P/ProjectFlow" } +7d220c50-6298-48cd-9710-1d1a8ef13806 = { name = "EllipseSampling", path = "E/EllipseSampling" } 7d228ccb-0fc9-53c8-a429-8c9b5b572bc3 = { name = "MotifSequenceGenerator", path = "M/MotifSequenceGenerator" } 7d2aac85-6cc1-40c7-a4aa-e1a43f13f131 = { name = "GeneralizedSasakiNakamura", path = "G/GeneralizedSasakiNakamura" } 7d2b94d0-197c-11ec-1fcd-45fcfac2577b = { name = "OpticSimVis", path = "O/OpticSimVis" }