From 2a35e9bcde4fbc422665b833779ff0ea8ca22f8c Mon Sep 17 00:00:00 2001 From: JuliaHubRegistrator Date: Fri, 7 Feb 2025 14:41:44 +0000 Subject: [PATCH] New package: CaratheodoryPruning v0.0.1 UUID: ab320bfc-8242-4797-bfc4-9370c33880e7 Repo: https://github.com/fbelik/CaratheodoryPruning.jl.git Tree: fae734c730eacb898912cf5b5be68551d3aae090 Registrator tree SHA: 191228b6dd8b9d0e2965ae3e705fe54c51dcfee8 --- C/CaratheodoryPruning/Compat.toml | 3 +++ C/CaratheodoryPruning/Deps.toml | 4 ++++ C/CaratheodoryPruning/Package.toml | 3 +++ C/CaratheodoryPruning/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 13 insertions(+) create mode 100644 C/CaratheodoryPruning/Compat.toml create mode 100644 C/CaratheodoryPruning/Deps.toml create mode 100644 C/CaratheodoryPruning/Package.toml create mode 100644 C/CaratheodoryPruning/Versions.toml diff --git a/C/CaratheodoryPruning/Compat.toml b/C/CaratheodoryPruning/Compat.toml new file mode 100644 index 000000000000000..2c8b2f5db46224c --- /dev/null +++ b/C/CaratheodoryPruning/Compat.toml @@ -0,0 +1,3 @@ +[0] +ProgressBars = "1.5.0-1" +julia = "1.6.7-1" diff --git a/C/CaratheodoryPruning/Deps.toml b/C/CaratheodoryPruning/Deps.toml new file mode 100644 index 000000000000000..ed8a9b8cb13fcab --- /dev/null +++ b/C/CaratheodoryPruning/Deps.toml @@ -0,0 +1,4 @@ +[0] +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" diff --git a/C/CaratheodoryPruning/Package.toml b/C/CaratheodoryPruning/Package.toml new file mode 100644 index 000000000000000..4bb501433733ce0 --- /dev/null +++ b/C/CaratheodoryPruning/Package.toml @@ -0,0 +1,3 @@ +name = "CaratheodoryPruning" +uuid = "ab320bfc-8242-4797-bfc4-9370c33880e7" +repo = "https://github.com/fbelik/CaratheodoryPruning.jl.git" diff --git a/C/CaratheodoryPruning/Versions.toml b/C/CaratheodoryPruning/Versions.toml new file mode 100644 index 000000000000000..5cd9390d0882591 --- /dev/null +++ b/C/CaratheodoryPruning/Versions.toml @@ -0,0 +1,2 @@ +["0.0.1"] +git-tree-sha1 = "fae734c730eacb898912cf5b5be68551d3aae090" diff --git a/Registry.toml b/Registry.toml index b079d54854d0720..3dfa5ede42c69a5 100644 --- a/Registry.toml +++ b/Registry.toml @@ -8009,6 +8009,7 @@ ab215d34-98c8-565c-96d8-6589c1ef91a8 = { name = "Zenith_jll", path = "jll/Z/Zeni ab21d65a-3167-428d-8ea2-d01236aa30f2 = { name = "TiledViews", path = "T/TiledViews" } ab2e6513-8582-4355-97c5-84ec58029ba0 = { name = "Coils", path = "C/Coils" } ab2f91bb-94b4-55e3-9ba0-7f65df51de79 = { name = "OSQP", path = "O/OSQP" } +ab320bfc-8242-4797-bfc4-9370c33880e7 = { name = "CaratheodoryPruning", path = "C/CaratheodoryPruning" } ab46fb84-d57c-11e9-2f65-6f72e4a7229f = { name = "DensityRatioEstimation", path = "D/DensityRatioEstimation" } ab49173f-ff2e-4091-9f72-02325fb05285 = { name = "InlineDispatch", path = "I/InlineDispatch" } ab4b797d-85ee-42ba-b621-05d793b346a2 = { name = "ComplexityMeasures", path = "C/ComplexityMeasures" }