From edd11c832a03bf19932d4a8ba5a09c8778372644 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Fri, 11 Apr 2025 10:03:18 -0400 Subject: [PATCH] Update GradedArrays, NamedDimsArrays --- Project.toml | 8 ++++---- docs/Project.toml | 2 +- examples/Project.toml | 2 +- test/Project.toml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index f27cc59..bc1104b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorBase" uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7" authors = ["ITensor developers and contributors"] -version = "0.2.1" +version = "0.2.2" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -28,11 +28,11 @@ ITensorBaseSparseArraysBaseExt = ["NamedDimsArrays", "SparseArraysBase"] Accessors = "0.1.39" DerivableInterfaces = "0.4" DiagonalArrays = "0.3" -FillArrays = "1.13.0" -GradedArrays = "0.2.1" +FillArrays = "1.13" +GradedArrays = "0.3" LinearAlgebra = "1.10" MapBroadcast = "0.1.5" -NamedDimsArrays = "0.6" +NamedDimsArrays = "0.7" SparseArraysBase = "0.5" UnallocatedArrays = "0.1.1" UnspecifiedTypes = "0.1.1" diff --git a/docs/Project.toml b/docs/Project.toml index 80ba9b8..4e9903b 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -8,4 +8,4 @@ NamedDimsArrays = "60cbd0c0-df58-4cb7-918c-6f5607b73fde" ITensorBase = "0.2" Documenter = "1" Literate = "2" -NamedDimsArrays = "0.6" +NamedDimsArrays = "0.7" diff --git a/examples/Project.toml b/examples/Project.toml index d4978d5..f826688 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -4,5 +4,5 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" NamedDimsArrays = "60cbd0c0-df58-4cb7-918c-6f5607b73fde" [compat] -NamedDimsArrays = "0.6" +NamedDimsArrays = "0.7" ITensorBase = "0.2" diff --git a/test/Project.toml b/test/Project.toml index bac88fa..2a687d6 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,9 +18,9 @@ Aqua = "0.8.9" BlockArrays = "1" BlockSparseArrays = "0.4" DiagonalArrays = "0.3" -GradedArrays = "0.2" +GradedArrays = "0.3" ITensorBase = "0.2" -NamedDimsArrays = "0.6" +NamedDimsArrays = "0.7" SafeTestsets = "0.1" SparseArraysBase = "0.5" Suppressor = "0.2"