From 33dc8c7c4fe5e5fc199d2ccfa71a9e5e89d2b2b0 Mon Sep 17 00:00:00 2001 From: Registrator Date: Mon, 15 Jul 2024 05:27:09 +0530 Subject: [PATCH] New version: BinStatistics v0.1.2 (#111077) UUID: 41602cae-99cf-4169-ad6c-01f6ab844ef7 Repo: https://github.com/alex-s-gardner/BinStatistics.jl.git Tree: a569e9d1ee739e50ade1a223c04a3f93c057e282 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- B/BinStatistics/Compat.toml | 7 ++++++- B/BinStatistics/Deps.toml | 3 +++ B/BinStatistics/Versions.toml | 3 +++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/B/BinStatistics/Compat.toml b/B/BinStatistics/Compat.toml index 97d3205f8d95066..635b191db6fe8cb 100644 --- a/B/BinStatistics/Compat.toml +++ b/B/BinStatistics/Compat.toml @@ -1,5 +1,10 @@ +["0.1.1"] +Statistics = "1.6.0-1" + ["0.1.1-0"] CategoricalArrays = "0.10" DataFrames = "1.4.0-1" -Statistics = "1.6.0-1" julia = "1.6.0-1" + +["0.1.2-0"] +BinnedStatistics = "0.1" diff --git a/B/BinStatistics/Deps.toml b/B/BinStatistics/Deps.toml index 862ae9b2da32b0e..117f89feac03221 100644 --- a/B/BinStatistics/Deps.toml +++ b/B/BinStatistics/Deps.toml @@ -2,3 +2,6 @@ CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" + +["0.1.2-0"] +BinnedStatistics = "b1065af9-dcad-4f81-8559-1003c45b126b" diff --git a/B/BinStatistics/Versions.toml b/B/BinStatistics/Versions.toml index a961db88f655c8f..36f4d79024d6621 100644 --- a/B/BinStatistics/Versions.toml +++ b/B/BinStatistics/Versions.toml @@ -3,3 +3,6 @@ git-tree-sha1 = "56f6ba8ca84ae63df3447f26e97bbca2cf55808f" ["0.1.1"] git-tree-sha1 = "10c3d1f7d9844a826872c50b5a6e444b96baeeb9" + +["0.1.2"] +git-tree-sha1 = "a569e9d1ee739e50ade1a223c04a3f93c057e282"