From 045518a422cf572115a6b59a57a25b8692bba74e Mon Sep 17 00:00:00 2001 From: Registrator Date: Tue, 27 Feb 2024 00:26:02 +0530 Subject: [PATCH] New package: ScalingCollapse v0.1.0 (#101557) UUID: bcf2b353-04f3-4f78-ac0b-80007e341812 Repo: https://github.com/maltepuetz/ScalingCollapse.jl.git Tree: efc0d8ee4ece61d934823de3a3ce1ae7fd34e0e8 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- Registry.toml | 1 + S/ScalingCollapse/Compat.toml | 6 ++++++ S/ScalingCollapse/Deps.toml | 5 +++++ S/ScalingCollapse/Package.toml | 3 +++ S/ScalingCollapse/Versions.toml | 2 ++ S/ScalingCollapse/WeakCompat.toml | 2 ++ S/ScalingCollapse/WeakDeps.toml | 2 ++ 7 files changed, 21 insertions(+) create mode 100644 S/ScalingCollapse/Compat.toml create mode 100644 S/ScalingCollapse/Deps.toml create mode 100644 S/ScalingCollapse/Package.toml create mode 100644 S/ScalingCollapse/Versions.toml create mode 100644 S/ScalingCollapse/WeakCompat.toml create mode 100644 S/ScalingCollapse/WeakDeps.toml diff --git a/Registry.toml b/Registry.toml index 72b9073564a0b27..63b0fd4259d2294 100644 --- a/Registry.toml +++ b/Registry.toml @@ -7867,6 +7867,7 @@ bce108ef-3f60-5dd0-bcd6-e13a096cb796 = { name = "Libical_jll", path = "jll/L/Lib bce5aa3b-8e88-58e5-b7b9-01e2bcd06fb8 = { name = "Notifier", path = "N/Notifier" } bcebb21b-c2e3-54f8-a781-646b90f6d2cc = { name = "Knockout", path = "K/Knockout" } bcec86f5-ca56-4bff-b104-0763dbc0fc1b = { name = "SemifieldAlgebra", path = "S/SemifieldAlgebra" } +bcf2b353-04f3-4f78-ac0b-80007e341812 = { name = "ScalingCollapse", path = "S/ScalingCollapse" } bcf6de08-7633-46ab-86e2-ee57f9a67390 = { name = "ElasticSurfaceEmbedding", path = "E/ElasticSurfaceEmbedding" } bcf78de8-a01d-4207-9174-b5b11956a333 = { name = "GeometricalOptics", path = "G/GeometricalOptics" } bcf9a6e7-4020-453c-b88e-690564246bb8 = { name = "BugReporting", path = "B/BugReporting" } diff --git a/S/ScalingCollapse/Compat.toml b/S/ScalingCollapse/Compat.toml new file mode 100644 index 000000000000000..f3c36b65c134ea0 --- /dev/null +++ b/S/ScalingCollapse/Compat.toml @@ -0,0 +1,6 @@ +[0] +Dierckx = "0.5" +Measurements = "2" +Optim = "1.6.2-1" +Statistics = "1.9.0-1" +julia = "1.9.0-1" diff --git a/S/ScalingCollapse/Deps.toml b/S/ScalingCollapse/Deps.toml new file mode 100644 index 000000000000000..15bc8af97cc8d08 --- /dev/null +++ b/S/ScalingCollapse/Deps.toml @@ -0,0 +1,5 @@ +[0] +Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94" +Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7" +Optim = "429524aa-4258-5aef-a3af-852621145aeb" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" diff --git a/S/ScalingCollapse/Package.toml b/S/ScalingCollapse/Package.toml new file mode 100644 index 000000000000000..ed630b221c313c7 --- /dev/null +++ b/S/ScalingCollapse/Package.toml @@ -0,0 +1,3 @@ +name = "ScalingCollapse" +uuid = "bcf2b353-04f3-4f78-ac0b-80007e341812" +repo = "https://github.com/maltepuetz/ScalingCollapse.jl.git" diff --git a/S/ScalingCollapse/Versions.toml b/S/ScalingCollapse/Versions.toml new file mode 100644 index 000000000000000..0a45d0c813b8c74 --- /dev/null +++ b/S/ScalingCollapse/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "efc0d8ee4ece61d934823de3a3ce1ae7fd34e0e8" diff --git a/S/ScalingCollapse/WeakCompat.toml b/S/ScalingCollapse/WeakCompat.toml new file mode 100644 index 000000000000000..7c331c9e509e28f --- /dev/null +++ b/S/ScalingCollapse/WeakCompat.toml @@ -0,0 +1,2 @@ +[0] +GLMakie = "0.9-0" diff --git a/S/ScalingCollapse/WeakDeps.toml b/S/ScalingCollapse/WeakDeps.toml new file mode 100644 index 000000000000000..9350d8e7b9ced50 --- /dev/null +++ b/S/ScalingCollapse/WeakDeps.toml @@ -0,0 +1,2 @@ +[0] +GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"