From 17156e2eba4291a14ecdd08d31b8cc6355bc0f18 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Sat, 23 May 2026 16:28:36 -0500 Subject: [PATCH] New version: TiledFactorizations v1.1.0 UUID: 23bcbbb2-c0d4-11e8-38f2-37d4ddb111c4 Repo: Tree: 5ec143ae4f647535a0cec1aa3f8e25d566e1cbbe --- T/TiledFactorizations/Compat.toml | 9 ++++++++- T/TiledFactorizations/Deps.toml | 3 +++ T/TiledFactorizations/Versions.toml | 3 +++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/T/TiledFactorizations/Compat.toml b/T/TiledFactorizations/Compat.toml index 5408f18..88f8356 100644 --- a/T/TiledFactorizations/Compat.toml +++ b/T/TiledFactorizations/Compat.toml @@ -50,10 +50,17 @@ GsvdInitialization = "1" BoxROIs = "1" BoxTrees = "1" FactoredMatrices = "1" -GsvdInitialization = "1.1.1-1" LinearAlgebra = "1" Random = "1" RoundingIntegers = "1" ShotNoise = "1" SparseArrays = "1" + +["1.0"] +GsvdInitialization = "1.1.1-1" TileTrees = "1.4.0-1" + +["1.1-1"] +GsvdInitialization = "1.1.2-1" +OffsetArrays = "1" +TileTrees = "2" diff --git a/T/TiledFactorizations/Deps.toml b/T/TiledFactorizations/Deps.toml index fd88fae..2b9103e 100644 --- a/T/TiledFactorizations/Deps.toml +++ b/T/TiledFactorizations/Deps.toml @@ -35,3 +35,6 @@ IncrementalSVD = "de227602-7e15-40a7-b166-bbaff82a52b8" [1] BoxROIs = "517cc204-9f26-4324-9fcb-b5e88f22b22c" + +["1.1-1"] +OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" diff --git a/T/TiledFactorizations/Versions.toml b/T/TiledFactorizations/Versions.toml index 4076b6b..10d824a 100644 --- a/T/TiledFactorizations/Versions.toml +++ b/T/TiledFactorizations/Versions.toml @@ -27,3 +27,6 @@ git-tree-sha1 = "fd8d264aa261025f5cf8a0f2b5f7c72353962630" ["1.0.0"] git-tree-sha1 = "e894d00eed5191a6c22d6f9c76bfcda4494262e2" + +["1.1.0"] +git-tree-sha1 = "5ec143ae4f647535a0cec1aa3f8e25d566e1cbbe"