From c15e6f562b96adb22d1f7982afaea43aa44ae542 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Mon, 14 Sep 2026 16:07:46 -0400 Subject: [PATCH] Raise VectorInterface to 0.6 Raises `VectorInterface` to `0.6`. The old cap was quietly holding us at `TensorKit` 0.17.0, since 0.17.1 requires `VectorInterface` 0.6. `VectorInterface` 0.6 changes no API, so nothing in the source moves. Co-Authored-By: Claude Opus 5 (1M context) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 50f87a0..146f410 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "TensorAlgebra" uuid = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a" -version = "0.20.0" +version = "0.20.1" authors = ["ITensor developers and contributors"] [workspace] @@ -40,5 +40,5 @@ TensorKit = "0.17" TensorKitSectors = "0.3.9" TensorOperations = "5" TupleTools = "1.6" -VectorInterface = "0.4.8, 0.5" +VectorInterface = "0.6" julia = "1.10"