Skip to content

Commit 765f7cb

Browse files
mtfishmanclaude
andauthored
Allow DataGraphs v0.5 (backport to release-0.21) (#376)
## Summary - Widens the `DataGraphs` compat entry to `0.4.1, 0.5` in both the package and test `Project.toml`, and bumps the version to `0.21.3`. This backports to the `release-0.21` line the DataGraphs 0.5 support added on `main` in #374. - Adds `release-0.21` to the branches that trigger the Registrator workflow, so this (and future `release-0.21` patch releases) register automatically on merge, the same way merges to `main` do. - The full test suite passes locally against DataGraphs 0.5. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b403745 commit 765f7cb

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/Registrator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- "master"
77
- "main"
8+
- "release-0.21"
89
paths:
910
- "Project.toml"
1011
issue_comment:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensorNetworks"
22
uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7"
3-
version = "0.21.2"
3+
version = "0.21.3"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>, Joseph Tindall <jtindall@flatironinstitute.org> and contributors"]
55

66
[workspace]
@@ -54,7 +54,7 @@ Adapt = "4"
5454
Combinatorics = "1"
5555
Compat = "3, 4"
5656
ConstructionBase = "1.6"
57-
DataGraphs = "0.4.1"
57+
DataGraphs = "0.4.1, 0.5"
5858
Dictionaries = "0.4"
5959
Distributions = "0.25.86"
6060
DocStringExtensions = "0.9"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ AbstractTrees = "0.4.5"
3939
Adapt = "4.3"
4040
Aqua = "0.8.11"
4141
Compat = "4.16"
42-
DataGraphs = "0.4.1"
42+
DataGraphs = "0.4.1, 0.5"
4343
Dictionaries = "0.4.4"
4444
Distributions = "0.25.118"
4545
Glob = "1.3.1"

0 commit comments

Comments
 (0)