From fed56571fcdae0201611e428277e12398b4ce232 Mon Sep 17 00:00:00 2001 From: Registrator Date: Sat, 22 Jul 2023 20:09:38 +0530 Subject: [PATCH] New package: BlankLocalizationCore v1.0.0 (#87802) UUID: dc39d501-6ffa-4c27-9708-7dc7e3b1a5c3 Repo: https://github.com/cserteGT3/BlankLocalizationCore.jl.git Tree: 22c0bbdb3e9f050dcbab9a8ce336af797ead945a Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701 --- B/BlankLocalizationCore/Compat.toml | 7 +++++++ B/BlankLocalizationCore/Deps.toml | 9 +++++++++ B/BlankLocalizationCore/Package.toml | 3 +++ B/BlankLocalizationCore/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 22 insertions(+) create mode 100644 B/BlankLocalizationCore/Compat.toml create mode 100644 B/BlankLocalizationCore/Deps.toml create mode 100644 B/BlankLocalizationCore/Package.toml create mode 100644 B/BlankLocalizationCore/Versions.toml diff --git a/B/BlankLocalizationCore/Compat.toml b/B/BlankLocalizationCore/Compat.toml new file mode 100644 index 000000000000000..2cc04e9cdacc0cb --- /dev/null +++ b/B/BlankLocalizationCore/Compat.toml @@ -0,0 +1,7 @@ +[1] +DataFrames = "1" +JuMP = "1.4.0-1" +Meshes = "0.32" +PrettyTables = "2" +Rotations = "1.5.0-1" +julia = "1.6.0-1" diff --git a/B/BlankLocalizationCore/Deps.toml b/B/BlankLocalizationCore/Deps.toml new file mode 100644 index 000000000000000..fd134c902daa570 --- /dev/null +++ b/B/BlankLocalizationCore/Deps.toml @@ -0,0 +1,9 @@ +[1] +DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" +JuMP = "4076af6c-e467-56ae-b986-b466b2749572" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" +Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa" +PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" +Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc" diff --git a/B/BlankLocalizationCore/Package.toml b/B/BlankLocalizationCore/Package.toml new file mode 100644 index 000000000000000..f39f412d165dc69 --- /dev/null +++ b/B/BlankLocalizationCore/Package.toml @@ -0,0 +1,3 @@ +name = "BlankLocalizationCore" +uuid = "dc39d501-6ffa-4c27-9708-7dc7e3b1a5c3" +repo = "https://github.com/cserteGT3/BlankLocalizationCore.jl.git" diff --git a/B/BlankLocalizationCore/Versions.toml b/B/BlankLocalizationCore/Versions.toml new file mode 100644 index 000000000000000..c0a67edd50aa424 --- /dev/null +++ b/B/BlankLocalizationCore/Versions.toml @@ -0,0 +1,2 @@ +["1.0.0"] +git-tree-sha1 = "22c0bbdb3e9f050dcbab9a8ce336af797ead945a" diff --git a/Registry.toml b/Registry.toml index 0e8041c2c89abb3..ae67ae02d498892 100644 --- a/Registry.toml +++ b/Registry.toml @@ -8417,6 +8417,7 @@ dc284178-beb3-4143-96bf-abb625ba06b3 = { name = "QuaternionIntegrator", path = " dc2ff7d6-b19f-434a-a8eb-f50e20111c56 = { name = "SeuratRDS", path = "S/SeuratRDS" } dc30da40-fce8-4b3c-960e-234cbed6f4a5 = { name = "SystemImageLoader", path = "S/SystemImageLoader" } dc339a6f-2fa1-401a-9066-9c0d413e71da = { name = "VisualizeMotifs", path = "V/VisualizeMotifs" } +dc39d501-6ffa-4c27-9708-7dc7e3b1a5c3 = { name = "BlankLocalizationCore", path = "B/BlankLocalizationCore" } dc3f66f6-feed-11e8-2006-85573fddfdbc = { name = "SurrogateModelOptim", path = "S/SurrogateModelOptim" } dc46b164-d16f-48ec-a853-60448fc869fe = { name = "PerformanceTestTools", path = "P/PerformanceTestTools" } dc48124f-afd3-49fa-9962-2c9cdaf82bd1 = { name = "LinearSegmentation", path = "L/LinearSegmentation" }