From 049bfe32adc9e5cdc0d1ed4c6d5b8e1849644f99 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Mon, 14 Sep 2026 16:13:57 -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 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index e74b89bb..dfafa378 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorBase" uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7" -version = "0.14.0" +version = "0.14.1" authors = ["ITensor developers and contributors"] [workspace] @@ -58,6 +58,6 @@ TensorKitSectors = "0.3.9" TermInterface = "2" TupleTools = "1.6" UUIDs = "1.10" -VectorInterface = "0.5" +VectorInterface = "0.6" WrappedUnions = "0.3" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 05491c44..7e3740f5 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -50,5 +50,5 @@ TensorKitSectors = "0.3.9" TermInterface = "2" Test = "1.10" UUIDs = "1.10" -VectorInterface = "0.5" +VectorInterface = "0.6" WrappedUnions = "0.3"