From 2c91f25db8f62f29fc96423b1b96fe1aa4a893e0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 9 Jan 2026 02:23:05 +0000 Subject: [PATCH 1/2] CompatHelper: add new compat entry for FunctionImplementations at version 0.3 for package test, (keep existing compat) --- test/Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index 7ae54ca..e770d9b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -20,8 +20,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a" TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138" -[sources] -BlockSparseArrays = {path = ".."} +[sources.BlockSparseArrays] +path = ".." [compat] Adapt = "4" @@ -30,6 +30,7 @@ ArrayLayouts = "1" BlockArrays = "1.8" BlockSparseArrays = "0.10" DiagonalArrays = "0.3" +FunctionImplementations = "0.3" GPUArraysCore = "0.2" JLArrays = "0.2, 0.3" LinearAlgebra = "1" From 7cc3b6ab652f0e4392f7ab780840c6411c847133 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Fri, 9 Jan 2026 09:54:03 -0500 Subject: [PATCH 2/2] Bump version --- Project.toml | 2 +- test/Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index a77bcd3..c6a8ea9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BlockSparseArrays" uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" authors = ["ITensor developers and contributors"] -version = "0.10.16" +version = "0.10.17" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" diff --git a/test/Project.toml b/test/Project.toml index e770d9b..0807878 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -20,8 +20,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a" TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138" -[sources.BlockSparseArrays] -path = ".." +[sources] +BlockSparseArrays = {path = ".."} [compat] Adapt = "4"