From 0c9f14689982180de8e18e550556135edd7e7040 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Mon, 13 Jul 2026 14:55:10 -0400 Subject: [PATCH 1/2] Allow `NamedGraphs` v0.13 --- Project.toml | 4 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 2af51ad..03b6d2c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" -version = "0.9.6" +version = "0.9.7" authors = ["ITensor developers and contributors"] [workspace] @@ -40,7 +40,7 @@ ITensorBase = "0.10, 0.11" LinearAlgebra = "1.10" MacroTools = "0.5.16" MatrixAlgebraKit = "0.6" -NamedGraphs = "0.11, 0.12" +NamedGraphs = "0.11, 0.12, 0.13" OMEinsumContractionOrders = "1" Random = "1.10" SimpleTraits = "0.9.5" diff --git a/test/Project.toml b/test/Project.toml index 0e5767a..dfeca0b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -36,7 +36,7 @@ ITensorBase = "0.10, 0.11" ITensorNetworksNext = "0.9" ITensorPkgSkeleton = "0.3.42" MatrixAlgebraKit = "0.6" -NamedGraphs = "0.11, 0.12" +NamedGraphs = "0.11, 0.12, 0.13" OMEinsumContractionOrders = "1" QuadGK = "2.11.2" Random = "1.10" From 76c00629c6e99bcbd23aa9a4d489ad3fb378d443 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Mon, 13 Jul 2026 16:30:06 -0400 Subject: [PATCH 2/2] Bump version to 0.9.8 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2529d55..3af3b67 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" -version = "0.9.7" +version = "0.9.8" authors = ["ITensor developers and contributors"] [workspace]