From dd86a95604602e4bdeb4b78d042e3eacd3728f62 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Mon, 14 Sep 2026 11:53:40 -0400 Subject: [PATCH] Release ITensorBase v0.14 Symmetric ITensors pick up the speedups from GradedArrays 0.16 and TensorAlgebra 0.20, which this release requires. Breaking: a scaled or conjugated broadcast now keeps the operand's codomain and domain split instead of flattening the result to all-codomain, so `unnamed` on such a result comes back with the split preserved. Co-Authored-By: Claude Opus 5 (1M context) --- Project.toml | 6 +----- test/Project.toml | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Project.toml b/Project.toml index f7fefd6..e74b89b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorBase" uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7" -version = "0.14.0-DEV" +version = "0.14.0" authors = ["ITensor developers and contributors"] [workspace] @@ -31,10 +31,6 @@ OMEinsumContractionOrders = "6f22d1fd-8eed-4bb7-9776-e7d684900715" TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec" TensorKitSectors = "13a9c161-d5da-41f0-bcbd-e1a08ae0647f" -[sources.TensorAlgebra] -rev = "main" -url = "https://github.com/ITensor/TensorAlgebra.jl" - [extensions] ITensorBaseAdaptExt = "Adapt" ITensorBaseGradedArraysExt = ["GradedArrays", "TensorKitSectors"] diff --git a/test/Project.toml b/test/Project.toml index 530d71d..05491c4 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -24,10 +24,6 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8" WrappedUnions = "325db55a-9c6c-5b90-b1a2-ec87e7a38c44" -[sources.GradedArrays] -rev = "main" -url = "https://github.com/ITensor/GradedArrays.jl" - [sources.ITensorBase] path = ".."