From 40162ebaded61ccf78ba2e6c90a26594c753ce9a Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Sun, 12 Dec 2021 14:42:40 +0000 Subject: [PATCH] New package: CompressedSensing v1.0.0 UUID: adc28fdd-7b77-41a2-89a7-a1a193b336a0 Repo: https://github.com/SebastianAment/CompressedSensing.jl.git Tree: cfa341e092812f9f2a3c6d2066fcd25b9f96d220 Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec --- C/CompressedSensing/Compat.toml | 9 +++++++++ C/CompressedSensing/Deps.toml | 11 +++++++++++ C/CompressedSensing/Package.toml | 3 +++ C/CompressedSensing/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 26 insertions(+) create mode 100644 C/CompressedSensing/Compat.toml create mode 100644 C/CompressedSensing/Deps.toml create mode 100644 C/CompressedSensing/Package.toml create mode 100644 C/CompressedSensing/Versions.toml diff --git a/C/CompressedSensing/Compat.toml b/C/CompressedSensing/Compat.toml new file mode 100644 index 000000000000000..fc3414bc0657e2e --- /dev/null +++ b/C/CompressedSensing/Compat.toml @@ -0,0 +1,9 @@ +[1] +Clp = "0.9" +ECOS = "0.14" +JuMP = "0.22" +LazyInverses = "1.1.0-1" +StatsBase = "0.33" +UpdatableQRFactorizations = "1" +WoodburyFactorizations = "1" +julia = "1.7.0-1" diff --git a/C/CompressedSensing/Deps.toml b/C/CompressedSensing/Deps.toml new file mode 100644 index 000000000000000..ff45ac393922e4c --- /dev/null +++ b/C/CompressedSensing/Deps.toml @@ -0,0 +1,11 @@ +[1] +Clp = "e2554f3b-3117-50c0-817c-e040a3ddf72d" +ECOS = "e2685f51-7e38-5353-a97d-a921fd2c8199" +JuMP = "4076af6c-e467-56ae-b986-b466b2749572" +LazyInverses = "9f18896c-49a9-43cc-8eef-c455a8a119c6" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +UpdatableQRFactorizations = "8b110c62-ada2-4dd7-b53a-29f29fe8f7f4" +WoodburyFactorizations = "9f1bac23-581c-4ebc-bd36-df60d764636d" diff --git a/C/CompressedSensing/Package.toml b/C/CompressedSensing/Package.toml new file mode 100644 index 000000000000000..b824ae78fd4c9a2 --- /dev/null +++ b/C/CompressedSensing/Package.toml @@ -0,0 +1,3 @@ +name = "CompressedSensing" +uuid = "adc28fdd-7b77-41a2-89a7-a1a193b336a0" +repo = "https://github.com/SebastianAment/CompressedSensing.jl.git" diff --git a/C/CompressedSensing/Versions.toml b/C/CompressedSensing/Versions.toml new file mode 100644 index 000000000000000..d88556ff7b1f8a2 --- /dev/null +++ b/C/CompressedSensing/Versions.toml @@ -0,0 +1,2 @@ +["1.0.0"] +git-tree-sha1 = "cfa341e092812f9f2a3c6d2066fcd25b9f96d220" diff --git a/Registry.toml b/Registry.toml index a9b1baaac27c42a..ce13bd8ff201c20 100644 --- a/Registry.toml +++ b/Registry.toml @@ -4661,6 +4661,7 @@ ada6cbde-b013-4edf-aa94-f6abe8bd6e6b = { name = "Bravais", path = "B/Bravais" } adab0d11-1453-4a42-9046-4ba7b121fa95 = { name = "DashBioUtils", path = "D/DashBioUtils" } adaf3d07-42b2-577a-8487-f34ffa1a67e4 = { name = "Watershed", path = "W/Watershed" } adafc99b-e345-5852-983c-f28acb93d879 = { name = "CpuId", path = "C/CpuId" } +adc28fdd-7b77-41a2-89a7-a1a193b336a0 = { name = "CompressedSensing", path = "C/CompressedSensing" } adc38e39-84cc-4087-89ab-f4eae76b2d15 = { name = "ConstantTime", path = "C/ConstantTime" } add2ef01-049f-52c4-9ee2-e494f65e021a = { name = "GDAL", path = "G/GDAL" } add582a8-e3ab-11e8-2d5e-e98b27df1bc7 = { name = "MLJ", path = "M/MLJ" }