From 214341877cd2c1aeae28ff33c5c723ccab609a95 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 6 Oct 2024 01:56:15 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for IsApprox to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9e04ad6f..ca02d473 100644 --- a/Project.toml +++ b/Project.toml @@ -64,7 +64,7 @@ Graphs = "1.8" GraphsFlows = "0.1.1" ITensorMPS = "0.2.2" ITensors = "0.6.8" -IsApprox = "0.1, 1" +IsApprox = "0.1, 1, 2" IterTools = "1.4.0" KrylovKit = "0.6, 0.7, 0.8" MacroTools = "0.5" From 480c37f4078e57fbe6aa8c48390ae8f43dff465b Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Sun, 6 Oct 2024 12:46:09 -0400 Subject: [PATCH 2/2] Bump to v0.11.19 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ca02d473..96a8abcc 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.18" +version = "0.11.19" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"