From c72e87ff860f501f44ef1e2771fee9cda1b955b0 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Fri, 1 May 2026 12:58:42 -0400 Subject: [PATCH 1/3] Bump version for workflow trigger testing --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7d8fee8..e1f0af1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SparseArraysBase" uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208" -version = "0.9.23" +version = "0.9.24" authors = ["ITensor developers and contributors"] [workspace] From 0a22d5da5f7d463099c616dc7fe22b282c3a2248 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Fri, 1 May 2026 15:53:27 -0400 Subject: [PATCH 2/3] Mess up formatting on purpose --- src/abstractsparsearraystyle.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/abstractsparsearraystyle.jl b/src/abstractsparsearraystyle.jl index 3892687..89ba7c0 100644 --- a/src/abstractsparsearraystyle.jl +++ b/src/abstractsparsearraystyle.jl @@ -16,7 +16,7 @@ function storedvalues end # Indicates that the array should be interpreted # as the unstored values of a sparse array. struct Unstored{T, N, P <: AbstractArray{T, N}} <: AbstractArray{T, N} - parent::P + parent::P end Base.parent(a::Unstored) = a.parent Base.size(a::Unstored) = size(parent(a)) From eb94e593bc5c2af2cc2b93f1c7a8bf8aa4b83a44 Mon Sep 17 00:00:00 2001 From: ITensorBot <278814285+ITensorBot@users.noreply.github.com> Date: Fri, 1 May 2026 19:55:22 +0000 Subject: [PATCH 3/3] Format .jl files (ITensorFormatter) --- src/abstractsparsearraystyle.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/abstractsparsearraystyle.jl b/src/abstractsparsearraystyle.jl index 89ba7c0..3892687 100644 --- a/src/abstractsparsearraystyle.jl +++ b/src/abstractsparsearraystyle.jl @@ -16,7 +16,7 @@ function storedvalues end # Indicates that the array should be interpreted # as the unstored values of a sparse array. struct Unstored{T, N, P <: AbstractArray{T, N}} <: AbstractArray{T, N} - parent::P + parent::P end Base.parent(a::Unstored) = a.parent Base.size(a::Unstored) = size(parent(a))