From abfe4ef7d5953ac3bf856d746112af48f40b5211 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 22 Apr 2026 02:57:51 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for StridedViews 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 b35e4a0..f9a5bae 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "FunctionImplementations" uuid = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c" -version = "0.4.14" +version = "0.4.15" authors = ["ITensor developers and contributors"] [workspace] @@ -22,5 +22,5 @@ FunctionImplementationsStridedViewsExt = "StridedViews" BlockArrays = "1.4" FillArrays = "1.15" LinearAlgebra = "1.10" -StridedViews = "0.4.1" +StridedViews = "0.4.1, 0.5" julia = "1.10" From 749bc6fef5bf4b6a0f13ec58270e2bd38464f919 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Wed, 22 Apr 2026 22:40:59 -0400 Subject: [PATCH 2/2] Update StridedViews version 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 fb5cdd0..c406cb2 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -25,6 +25,6 @@ ITensorPkgSkeleton = "0.3.42" JLArrays = "0.3" LinearAlgebra = "1.10" SafeTestsets = "0.1" -StridedViews = "0.4" +StridedViews = "0.4, 0.5" Suppressor = "0.2" Test = "1.10"