From 1cebc5e9bc442ffc2be6314126f7dd805040d9e8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 15 Nov 2024 00:16:31 +0000 Subject: [PATCH 1/3] CompatHelper: bump compat for VectorInterface to 0.5 for package NDTensors, (keep existing compat) --- NDTensors/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NDTensors/Project.toml b/NDTensors/Project.toml index 80f68c17f0..43f3fb1b5e 100644 --- a/NDTensors/Project.toml +++ b/NDTensors/Project.toml @@ -89,7 +89,7 @@ StridedViews = "0.2.2, 0.3" TBLIS = "0.2" TimerOutputs = "0.5.5" TupleTools = "1.2.0" -VectorInterface = "0.4.2" +VectorInterface = "0.4.2, 0.5" cuTENSOR = "2" julia = "1.10" From 0285254541949995b8729e61edabdcc0a9b8da3b Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Fri, 15 Nov 2024 08:01:27 -0500 Subject: [PATCH 2/3] [NDTensors] Bump to v0.3.69 --- NDTensors/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NDTensors/Project.toml b/NDTensors/Project.toml index 43f3fb1b5e..fc53b50700 100644 --- a/NDTensors/Project.toml +++ b/NDTensors/Project.toml @@ -1,7 +1,7 @@ name = "NDTensors" uuid = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf" authors = ["Matthew Fishman "] -version = "0.3.68" +version = "0.3.69" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" From e7baa9a0d463a08da64861c114e4390ad4b3dcb2 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Fri, 15 Nov 2024 08:02:24 -0500 Subject: [PATCH 3/3] [ITensors] Bump VectorInterface compat to v0.5, bump to v0.7.7 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 9f8c267534..7fefd6a857 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensors" uuid = "9136182c-28ba-11e9-034c-db9fb085ebd5" authors = ["Matthew Fishman ", "Miles Stoudenmire "] -version = "0.7.6" +version = "0.7.7" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -60,7 +60,7 @@ StaticArrays = "0.12, 1.0" Strided = "1.1, 2" TimerOutputs = "0.5.5" TupleTools = "1.2" -VectorInterface = "0.4" +VectorInterface = "0.4, 0.5" Zeros = "0.3.0" ZygoteRules = "0.2.2" julia = "1.10"