From ad47e03b47ae4c97a0e531ab8a34c74eb033f0d4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 10 Sep 2024 18:35:09 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for OMEinsumContractionOrders in [weakdeps] to 0.9, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ca03b350..5f24ca5a 100644 --- a/Project.toml +++ b/Project.toml @@ -70,7 +70,7 @@ KrylovKit = "0.6, 0.7" MacroTools = "0.5" NDTensors = "0.3" NamedGraphs = "0.6.0" -OMEinsumContractionOrders = "0.8.3" +OMEinsumContractionOrders = "0.8.3, 0.9" Observers = "0.2.4" PackageExtensionCompat = "1" SerializedElementArrays = "0.1" From 125c81e3b3a384e655950edfb8a57653a10a5382 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Tue, 10 Sep 2024 15:11:28 -0400 Subject: [PATCH 2/2] Bump to v0.11.18 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5f24ca5a..a1742c4a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorNetworks" uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" authors = ["Matthew Fishman , Joseph Tindall and contributors"] -version = "0.11.17" +version = "0.11.18" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"