Skip to content

Commit 5e46f9c

Browse files
mtfishmanclaude
andcommitted
Bump version to 0.16.0 (breaking)
Removing the EinExprs extension drops the `alg = "einexpr"` contraction sequence algorithm, so this is a breaking change. Bump the root package to 0.16.0 and update the pinned version in test/, docs/, and examples/ Project.toml files to match. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 319e96f commit 5e46f9c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
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.15.27"
3+
version = "0.16.0"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>, Joseph Tindall <jtindall@flatironinstitute.org> and contributors"]
55

66
[workspace]

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = ".."
1616
Documenter = "1.10"
1717
Graphs = "1"
1818
ITensorFormatter = "0.2.27"
19-
ITensorNetworks = "0.15"
19+
ITensorNetworks = "0.16"
2020
ITensors = "0.9"
2121
Literate = "2.20.1"
2222
NamedGraphs = "0.8.2"

examples/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ITensorNetworks = "2919e153-833c-4bdc-8836-1ea460a35fc7"
55
path = ".."
66

77
[compat]
8-
ITensorNetworks = "0.15"
8+
ITensorNetworks = "0.16"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Glob = "1.3.1"
4646
Graphs = "1.12"
4747
GraphsFlows = "0.1.1"
4848
ITensorMPS = "0.3.6"
49-
ITensorNetworks = "0.15"
49+
ITensorNetworks = "0.16"
5050
ITensorPkgSkeleton = "0.3.42"
5151
ITensors = "0.7, 0.8, 0.9"
5252
KrylovKit = "0.8, 0.9, 0.10"

0 commit comments

Comments
 (0)