From 8563a3eafe2370ef3288cfb5843e1ed8cfc9056a Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Thu, 25 Jun 2026 09:50:16 -0400 Subject: [PATCH] Allow `NamedGraphs` v0.12 Widen the `NamedGraphs` compat to allow v0.12 (https://github.com/ITensor/NamedGraphs.jl/pull/173). That release changes the `named_binary_tree` vertex labels, which ITensorNetworksNext does not use, so it stays compatible with both v0.11 and v0.12. Co-Authored-By: Claude Opus 4.8 (1M context) --- Project.toml | 4 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index b5c5900..bcdccd9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" -version = "0.7.1" +version = "0.7.2" authors = ["ITensor developers and contributors"] [workspace] @@ -34,7 +34,7 @@ ITensorBase = "0.8" LinearAlgebra = "1.10" MacroTools = "0.5.16" MatrixAlgebraKit = "0.6" -NamedGraphs = "0.11" +NamedGraphs = "0.11, 0.12" Random = "1.10" SimpleTraits = "0.9.5" SplitApplyCombine = "1.2.3" diff --git a/test/Project.toml b/test/Project.toml index e4dbe5d..4de2a97 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -34,7 +34,7 @@ ITensorBase = "0.8" ITensorNetworksNext = "0.7" ITensorPkgSkeleton = "0.3.42" MatrixAlgebraKit = "0.6" -NamedGraphs = "0.11.5" +NamedGraphs = "0.11.5, 0.12" QuadGK = "2.11.2" Random = "1.10" SafeTestsets = "0.1"