From 175638f540fb26da9e99a22ebedda4912f1075d5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 1 May 2026 17:01:20 +0000 Subject: [PATCH 1/4] CompatHelper: bump compat for ITensorMPS to 0.4, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d8ecaac..f58b2c4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorGaussianMPS" uuid = "2be41995-7c9f-4653-b682-bfa4e7cebb93" -version = "0.1.15" +version = "0.1.16" authors = ["Matthew Fishman and contributors"] [workspace] @@ -14,7 +14,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" [compat] Compat = "3.40, 4" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" ITensors = "0.7, 0.8, 0.9" LinearAlgebra = "1.10" julia = "1.10" From 9b9902a9ab697bd2407b5c8e0c51bc0facdcd19e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 1 May 2026 17:02:04 +0000 Subject: [PATCH 2/4] CompatHelper: bump compat for ITensorMPS to 0.4 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index e64ac88..471d1bb 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -12,5 +12,5 @@ path = ".." Documenter = "1" ITensorFormatter = "0.2.27" ITensorGaussianMPS = "0.1" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" LinearAlgebra = "1.10" From 5e40820428b72fa3c6d6b622dde0272b5ca2e530 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 1 May 2026 17:02:49 +0000 Subject: [PATCH 3/4] CompatHelper: bump compat for ITensorMPS to 0.4 for package examples, (keep existing compat) --- examples/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Project.toml b/examples/Project.toml index e8117e4..96f0122 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -8,5 +8,5 @@ path = ".." [compat] ITensorGaussianMPS = "0.1" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" LinearAlgebra = "1.10" From cec1c94eec878533ab82e2a5574ebb886d4cbd10 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 1 May 2026 17:03:35 +0000 Subject: [PATCH 4/4] CompatHelper: bump compat for ITensorMPS to 0.4 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index a922db5..9e597f2 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,7 +13,7 @@ path = ".." [compat] Aqua = "0.8.9" ITensorGaussianMPS = "0.1" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" ITensorPkgSkeleton = "0.3.42" ITensors = "0.7, 0.8, 0.9" LinearAlgebra = "1.10"