From 883810e0a1d4b8ca463c5c13d6d75705e87ad6eb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Oct 2025 01:22:12 +0000 Subject: [PATCH 1/3] CompatHelper: bump compat for MatrixAlgebraKit in [weakdeps] to 0.5, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f016c0d..c87af49 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DiagonalArrays" uuid = "74fd4be6-21e2-4f6f-823a-4360d37c7a77" authors = ["ITensor developers and contributors"] -version = "0.3.21" +version = "0.3.22" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -23,6 +23,6 @@ DerivableInterfaces = "0.5.5" FillArrays = "1.13.0" LinearAlgebra = "1.10.0" MapBroadcast = "0.1.10" -MatrixAlgebraKit = "0.2, 0.3, 0.4" +MatrixAlgebraKit = "0.2, 0.3, 0.4, 0.5" SparseArraysBase = "0.7.2" julia = "1.10" From aa78db114790f0c98e5adce4ff1dad63b6489dc0 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Thu, 2 Oct 2025 15:59:02 -0400 Subject: [PATCH 2/3] Update MatrixAlgebraKit version range to include 0.5 --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 5c86617..db92432 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -17,7 +17,7 @@ DerivableInterfaces = "0.5" DiagonalArrays = "0.3" FillArrays = "1" LinearAlgebra = "1" -MatrixAlgebraKit = "0.2.5, 0.3, 0.4" +MatrixAlgebraKit = "0.2.5, 0.3, 0.4, 0.5" SafeTestsets = "0.1" SparseArraysBase = "0.7" StableRNGs = "1" From 602cce3bf9ee7d96a2052dba9c96e48268216353 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Thu, 2 Oct 2025 16:02:39 -0400 Subject: [PATCH 3/3] Apply suggestion from @mtfishman --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c87af49..af205a2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DiagonalArrays" uuid = "74fd4be6-21e2-4f6f-823a-4360d37c7a77" authors = ["ITensor developers and contributors"] -version = "0.3.22" +version = "0.3.23" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"