From 6460bbdc8d39389128699a48a361c730be117644 Mon Sep 17 00:00:00 2001 From: Dae Woo Kim Date: Wed, 12 Feb 2025 09:13:14 -0600 Subject: [PATCH] New version: BlockRegistration v0.2.3 (#279) --- B/BlockRegistration/Compat.toml | 14 +++++++++++++- B/BlockRegistration/Versions.toml | 3 +++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/B/BlockRegistration/Compat.toml b/B/BlockRegistration/Compat.toml index 6b86ab8..4a7035b 100644 --- a/B/BlockRegistration/Compat.toml +++ b/B/BlockRegistration/Compat.toml @@ -1,4 +1,4 @@ -[0] +["0-0.2.2"] CachedInterpolations = "0.0.0 - 0.1" CenterIndexedArrays = "0.0.0 - 0.2" RegisterCore = "0.0.0 - 0.2" @@ -7,3 +7,15 @@ RegisterFit = "0.0.0 - 0.1" RegisterHindsight = "0.0.0 - 0.2" RegisterOptimize = "0.0.0 - 0.3" RegisterPenalty = "0.0.0 - 0.2" + +["0.2.3-0"] +CachedInterpolations = "0.1" +CenterIndexedArrays = "0.2" +Reexport = "1" +RegisterCore = "0.2.2-0.2" +RegisterDeformation = "0.3-0.4" +RegisterFit = "0.1-0.2" +RegisterHindsight = "0.1-0.2" +RegisterOptimize = "0.3" +RegisterPenalty = "0.2-0.3" +julia = "1.10.0-1" diff --git a/B/BlockRegistration/Versions.toml b/B/BlockRegistration/Versions.toml index 21aa98a..48575d1 100644 --- a/B/BlockRegistration/Versions.toml +++ b/B/BlockRegistration/Versions.toml @@ -3,3 +3,6 @@ git-tree-sha1 = "ffd9bc35e71112d0705d341962a76d1480cc6589" ["0.2.2"] git-tree-sha1 = "e7b968e68491a7e441f75fb6da6e4e1e8ef8f9f8" + +["0.2.3"] +git-tree-sha1 = "eefb6ead2f593462db3358ab349e66d4edc744c4"