From 002337df069227c4ea89ec5aa5bed050ad196768 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Fri, 23 Feb 2024 13:27:57 +0000 Subject: [PATCH] New package: SurrogatesBase v1.0.0 UUID: 89f642e6-4179-4274-8202-c11f4bd9a72c Repo: https://github.com/SciML/SurrogatesBase.jl.git Tree: a7a422a0e1e50f969e38f0a3f2b0490eb20e8f15 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- Registry.toml | 1 + S/SurrogatesBase/Compat.toml | 2 ++ S/SurrogatesBase/Deps.toml | 3 +++ S/SurrogatesBase/Package.toml | 3 +++ S/SurrogatesBase/Versions.toml | 2 ++ 5 files changed, 11 insertions(+) create mode 100644 S/SurrogatesBase/Compat.toml create mode 100644 S/SurrogatesBase/Deps.toml create mode 100644 S/SurrogatesBase/Package.toml create mode 100644 S/SurrogatesBase/Versions.toml diff --git a/Registry.toml b/Registry.toml index 062b4df5426b04a..8f403631e321155 100644 --- a/Registry.toml +++ b/Registry.toml @@ -5802,6 +5802,7 @@ some amount of consideration when choosing package names. 89dfed0f-77d6-439b-aaac-839db4b25fb8 = { name = "PlutoSerialization", path = "P/PlutoSerialization" } 89efba0d-c40c-5510-8345-5c0ed49e5930 = { name = "CumulantsFeatures", path = "C/CumulantsFeatures" } 89f0c457-83d8-4998-bfff-8b4a338c9833 = { name = "FilesystemDatastructures", path = "F/FilesystemDatastructures" } +89f642e6-4179-4274-8202-c11f4bd9a72c = { name = "SurrogatesBase", path = "S/SurrogatesBase" } 8a07c0c5-99ad-56cb-bc82-72eed1bb61ce = { name = "catch22_jll", path = "jll/C/catch22_jll" } 8a0b78ce-42db-494b-a45c-80b287de1a3d = { name = "SupplyChainModeling", path = "S/SupplyChainModeling" } 8a0f34ba-5679-4d46-87d2-b44c4b1cf105 = { name = "BinomialSynapses", path = "B/BinomialSynapses" } diff --git a/S/SurrogatesBase/Compat.toml b/S/SurrogatesBase/Compat.toml new file mode 100644 index 000000000000000..06be3379338c2bd --- /dev/null +++ b/S/SurrogatesBase/Compat.toml @@ -0,0 +1,2 @@ +[1] +julia = "1" diff --git a/S/SurrogatesBase/Deps.toml b/S/SurrogatesBase/Deps.toml new file mode 100644 index 000000000000000..d677fdd96accb26 --- /dev/null +++ b/S/SurrogatesBase/Deps.toml @@ -0,0 +1,3 @@ +[1] +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" diff --git a/S/SurrogatesBase/Package.toml b/S/SurrogatesBase/Package.toml new file mode 100644 index 000000000000000..8ac51149d70ac19 --- /dev/null +++ b/S/SurrogatesBase/Package.toml @@ -0,0 +1,3 @@ +name = "SurrogatesBase" +uuid = "89f642e6-4179-4274-8202-c11f4bd9a72c" +repo = "https://github.com/SciML/SurrogatesBase.jl.git" diff --git a/S/SurrogatesBase/Versions.toml b/S/SurrogatesBase/Versions.toml new file mode 100644 index 000000000000000..99122a8b94cc0e1 --- /dev/null +++ b/S/SurrogatesBase/Versions.toml @@ -0,0 +1,2 @@ +["1.0.0"] +git-tree-sha1 = "a7a422a0e1e50f969e38f0a3f2b0490eb20e8f15"