From c57279474e04c8e6f0f946e5032f815c5f8b3dbb Mon Sep 17 00:00:00 2001 From: Registrator Date: Sun, 28 Mar 2021 03:44:29 +0530 Subject: [PATCH] New package: MLJIteration v0.1.0 (#32747) UUID: 614be32b-d00c-4edb-bd02-1eb411ab5e55 Repo: https://github.com/JuliaAI/MLJIteration.jl.git Tree: 5c5cc24f93894c564c0a3b627bb9397c506bc77d Registrator tree SHA: e934b8c55381f28735124f23e8f7e96d09b20416 --- M/MLJIteration/Compat.toml | 4 ++++ M/MLJIteration/Deps.toml | 4 ++++ M/MLJIteration/Package.toml | 3 +++ M/MLJIteration/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 14 insertions(+) create mode 100644 M/MLJIteration/Compat.toml create mode 100644 M/MLJIteration/Deps.toml create mode 100644 M/MLJIteration/Package.toml create mode 100644 M/MLJIteration/Versions.toml diff --git a/M/MLJIteration/Compat.toml b/M/MLJIteration/Compat.toml new file mode 100644 index 000000000000000..c69324207fc34ba --- /dev/null +++ b/M/MLJIteration/Compat.toml @@ -0,0 +1,4 @@ +[0] +IterationControl = "0.3" +MLJBase = "0.17.7-0.17" +julia = "1" diff --git a/M/MLJIteration/Deps.toml b/M/MLJIteration/Deps.toml new file mode 100644 index 000000000000000..26d0a613be11a8e --- /dev/null +++ b/M/MLJIteration/Deps.toml @@ -0,0 +1,4 @@ +[0] +IterationControl = "b3c1a2ee-3fec-4384-bf48-272ea71de57c" +MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" diff --git a/M/MLJIteration/Package.toml b/M/MLJIteration/Package.toml new file mode 100644 index 000000000000000..064a27e86e733bf --- /dev/null +++ b/M/MLJIteration/Package.toml @@ -0,0 +1,3 @@ +name = "MLJIteration" +uuid = "614be32b-d00c-4edb-bd02-1eb411ab5e55" +repo = "https://github.com/JuliaAI/MLJIteration.jl.git" diff --git a/M/MLJIteration/Versions.toml b/M/MLJIteration/Versions.toml new file mode 100644 index 000000000000000..70b1a3509369c40 --- /dev/null +++ b/M/MLJIteration/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "5c5cc24f93894c564c0a3b627bb9397c506bc77d" diff --git a/Registry.toml b/Registry.toml index e96abdb0c5a12c6..c8b82bef6f3814a 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2075,6 +2075,7 @@ some amount of consideration when choosing package names. 6133562b-a8e8-5ea3-954b-37642b766dad = { name = "Kriging", path = "K/Kriging" } 6136c539-28a5-5bf0-87cc-b183200dce32 = { name = "blis_jll", path = "B/blis_jll" } 613c443e-d742-454e-bfc6-1d7f8dd76566 = { name = "IndexFunArrays", path = "I/IndexFunArrays" } +614be32b-d00c-4edb-bd02-1eb411ab5e55 = { name = "MLJIteration", path = "M/MLJIteration" } 61579ee1-b43e-5ca0-a5da-69d92c66a64b = { name = "Ghostscript_jll", path = "G/Ghostscript_jll" } 615b485c-77d9-11e9-182a-fb54b95fd2b6 = { name = "BERT", path = "B/BERT" } 615f187c-cbe4-4ef1-ba3b-2fcf58d6d173 = { name = "IfElse", path = "I/IfElse" }