From 1cc043a2adc8f33be7eeda0147e7411fd943ed80 Mon Sep 17 00:00:00 2001 From: Dae Woo Kim Date: Thu, 30 Jan 2025 15:04:08 -0600 Subject: [PATCH] New version: HistogramPyramids v0.1.1 --- H/HistogramPyramids/Compat.toml | 4 ++-- H/HistogramPyramids/Deps.toml | 8 +++++--- H/HistogramPyramids/Versions.toml | 3 +++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/H/HistogramPyramids/Compat.toml b/H/HistogramPyramids/Compat.toml index 9e4ed8e..9b00a10 100644 --- a/H/HistogramPyramids/Compat.toml +++ b/H/HistogramPyramids/Compat.toml @@ -1,2 +1,2 @@ -["0.1"] -julia = "0.7-1" +["0.1-0"] +julia = "1" diff --git a/H/HistogramPyramids/Deps.toml b/H/HistogramPyramids/Deps.toml index d1d5cf3..e05cba9 100644 --- a/H/HistogramPyramids/Deps.toml +++ b/H/HistogramPyramids/Deps.toml @@ -1,7 +1,9 @@ -["0.0-0.1"] -Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +[0] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" + +["0.0"] +Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/H/HistogramPyramids/Versions.toml b/H/HistogramPyramids/Versions.toml index fe02d03..57d9b15 100644 --- a/H/HistogramPyramids/Versions.toml +++ b/H/HistogramPyramids/Versions.toml @@ -1,2 +1,5 @@ ["0.0.1"] git-tree-sha1 = "d3b797ce84657adc705fa71f954c7d0d8a1ebffe" + +["0.1.1"] +git-tree-sha1 = "f10bb87a93a164285adc26f45885996fc4d11327"