From 08bda0c0a198a21748f6db4166f47713d5b53dca Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Sat, 30 May 2026 16:00:21 -0400 Subject: [PATCH] Allow DataGraphs v0.5 (backport to release-0.21) Widen the `DataGraphs` compat entry to `0.4.1, 0.5` in both the package and test `Project.toml`, and bump the version to 0.21.3. Also add `release-0.21` to the branches that trigger the Registrator workflow so this backport release can be registered automatically. The full test suite passes against DataGraphs 0.5. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/Registrator.yml | 1 + Project.toml | 4 ++-- test/Project.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Registrator.yml b/.github/workflows/Registrator.yml index 82d0a036..7bf8be2b 100644 --- a/.github/workflows/Registrator.yml +++ b/.github/workflows/Registrator.yml @@ -5,6 +5,7 @@ on: branches: - "master" - "main" + - "release-0.21" paths: - "Project.toml" issue_comment: diff --git a/Project.toml b/Project.toml index cb058afd..9696b4ed 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworks" uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" -version = "0.21.2" +version = "0.21.3" authors = ["Matthew Fishman , Joseph Tindall and contributors"] [workspace] @@ -54,7 +54,7 @@ Adapt = "4" Combinatorics = "1" Compat = "3, 4" ConstructionBase = "1.6" -DataGraphs = "0.4.1" +DataGraphs = "0.4.1, 0.5" Dictionaries = "0.4" Distributions = "0.25.86" DocStringExtensions = "0.9" diff --git a/test/Project.toml b/test/Project.toml index 76019762..c7a3cd6f 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -39,7 +39,7 @@ AbstractTrees = "0.4.5" Adapt = "4.3" Aqua = "0.8.11" Compat = "4.16" -DataGraphs = "0.4.1" +DataGraphs = "0.4.1, 0.5" Dictionaries = "0.4.4" Distributions = "0.25.118" Glob = "1.3.1"