From cf63043861190e36546287505887a15d091dc1ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Gauth=C3=A9?= Date: Mon, 10 Feb 2025 11:30:56 -0500 Subject: [PATCH 1/2] adapt to DualSector --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f8700a8..ceef6b4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TensorAlgebra" uuid = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a" authors = ["ITensor developers and contributors"] -version = "0.1.7" +version = "0.1.8" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -21,7 +21,7 @@ TensorAlgebraGradedUnitRangesExt = "GradedUnitRanges" ArrayLayouts = "1.10.4" BlockArrays = "1.2.0" EllipsisNotation = "1.8.0" -GradedUnitRanges = "0.1.0" +GradedUnitRanges = "0.2.0" LinearAlgebra = "1.10" TupleTools = "1.6.0" TypeParameterAccessors = "0.2.1" From 9b7b2bbd8f964ffc4ccf63d04c028f9e687c6761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Gauth=C3=A9?= Date: Tue, 11 Feb 2025 15:17:12 -0500 Subject: [PATCH 2/2] bump version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2d68eb3..6c5c350 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TensorAlgebra" uuid = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a" authors = ["ITensor developers and contributors"] -version = "0.1.8" +version = "0.1.9" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"