From a61cf09ad7075bf23b61a272eb03a70c769db998 Mon Sep 17 00:00:00 2001 From: Registrator Date: Sun, 3 Mar 2024 05:12:06 +0530 Subject: [PATCH] New version: AxisKeys v0.2.14 (#102139) UUID: 94b1ba4f-4ee9-5380-92f1-94cde586c3c5 Repo: https://github.com/mcabbott/AxisKeys.jl.git Tree: 2404d61946c5d17a120101dbc753739ef216b0de Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- A/AxisKeys/Compat.toml | 4 +++- A/AxisKeys/Versions.toml | 3 +++ A/AxisKeys/WeakCompat.toml | 8 ++++++++ A/AxisKeys/WeakDeps.toml | 9 +++++++++ 4 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 A/AxisKeys/WeakCompat.toml create mode 100644 A/AxisKeys/WeakDeps.toml diff --git a/A/AxisKeys/Compat.toml b/A/AxisKeys/Compat.toml index 2832048d5282a2c..a07295e63958b3a 100644 --- a/A/AxisKeys/Compat.toml +++ b/A/AxisKeys/Compat.toml @@ -59,9 +59,11 @@ NamedDims = "0.2.29-0.2" StatsBase = "0.32-0.33" ["0.2-0"] -Statistics = "1.6.0-1" julia = "1.6.0-1" +["0.2-0.2.13"] +Statistics = "1.6.0-1" + ["0.2.1-0.2.4"] NamedDims = "0.2.46-0.2" diff --git a/A/AxisKeys/Versions.toml b/A/AxisKeys/Versions.toml index c74fd727f3ea537..1e92ffe7a31360c 100644 --- a/A/AxisKeys/Versions.toml +++ b/A/AxisKeys/Versions.toml @@ -120,3 +120,6 @@ git-tree-sha1 = "f1f6c24c1be95d4baa0880903641fa4a15e06d9c" ["0.2.13"] git-tree-sha1 = "dba0fdaa3a95e591aa9cbe0df9aba41e295a2011" + +["0.2.14"] +git-tree-sha1 = "2404d61946c5d17a120101dbc753739ef216b0de" diff --git a/A/AxisKeys/WeakCompat.toml b/A/AxisKeys/WeakCompat.toml new file mode 100644 index 000000000000000..95f0234801b7da2 --- /dev/null +++ b/A/AxisKeys/WeakCompat.toml @@ -0,0 +1,8 @@ +["0.2.14-0"] +AbstractFFTs = ["0.5", "1"] +ChainRulesCore = "1" +CovarianceEstimation = "0.2" +InvertedIndices = "1" +LazyStack = "0.0.7-0.0.8" +OffsetArrays = ["0.10-0.11", "1"] +StatsBase = "0.32-0.34" diff --git a/A/AxisKeys/WeakDeps.toml b/A/AxisKeys/WeakDeps.toml new file mode 100644 index 000000000000000..576b7f54f23e7f4 --- /dev/null +++ b/A/AxisKeys/WeakDeps.toml @@ -0,0 +1,9 @@ +["0.2.14-0"] +AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" +ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" +CovarianceEstimation = "587fd27a-f159-11e8-2dae-1979310e6154" +InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f" +LazyStack = "1fad7336-0346-5a1a-a56f-a06ba010965b" +OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"