From d8cd7d47b2401d4d779b44a04406b04bbc3d4a4f Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Sat, 27 Jun 2026 12:43:40 -0400 Subject: [PATCH] Allow NamedGraphs v0.12 (backport to release-0.21) Widens the NamedGraphs compat bound to admit 0.12 on the release-0.21 line, backporting the same widening already on main (https://github.com/ITensor/ITensorNetworks.jl/pull/379). ITensorNetworks doesn't call any of the APIs that changed in the breaking NamedGraphs 0.12 release, so this is compat-only. Released as 0.21.4 so downstream packages pinned to a registered ITensorNetworks can resolve the NamedGraphs 0.12 stack. --- Project.toml | 4 ++-- docs/Project.toml | 2 +- test/Project.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 9696b4ed..d47ae5b3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworks" uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" -version = "0.21.3" +version = "0.21.4" authors = ["Matthew Fishman , Joseph Tindall and contributors"] [workspace] @@ -66,7 +66,7 @@ IterTools = "1.4" KrylovKit = "0.6, 0.7, 0.8, 0.9, 0.10" MacroTools = "0.5" NDTensors = "0.3, 0.4" -NamedGraphs = "0.11.1" +NamedGraphs = "0.11.1, 0.12" OMEinsumContractionOrders = "0.8.3, 0.9, 1" SerializedElementArrays = "0.1" SimpleTraits = "0.9" diff --git a/docs/Project.toml b/docs/Project.toml index 35064770..cffaa638 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -19,6 +19,6 @@ ITensorFormatter = "0.2.27" ITensorNetworks = "0.21" ITensors = "0.9" Literate = "2.20.1" -NamedGraphs = "0.11" +NamedGraphs = "0.11, 0.12" OMEinsumContractionOrders = "1.2.2" TensorOperations = "5.5" diff --git a/test/Project.toml b/test/Project.toml index c7a3cd6f..4ab3eea9 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -54,7 +54,7 @@ KrylovKit = "0.8, 0.9, 0.10" LinearAlgebra = "1.10" Metis = "1.5" NDTensors = "0.3, 0.4" -NamedGraphs = "0.11.1" +NamedGraphs = "0.11.1, 0.12" OMEinsumContractionOrders = "0.9.5, 1" Pkg = "1.10" Random = "1.10"