From 79f5a0a52a89d6d10af75be646f56c3372c18c70 Mon Sep 17 00:00:00 2001 From: Jutho Date: Fri, 5 Dec 2025 15:19:40 +0100 Subject: [PATCH] Update changelog [skip ci] Improved the default printing of tensors to show a compressed representation of diagonal blocks. Added usage instructions for inspecting tensor data. --- docs/src/Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/Changelog.md b/docs/src/Changelog.md index d33f34e39..a7cc8fc0d 100644 --- a/docs/src/Changelog.md +++ b/docs/src/Changelog.md @@ -30,7 +30,7 @@ When releasing a new version, move the "Unreleased" changes to a new version sec ### Changed -- Tensors now no longer print their data by default, only their spaces. Use `blocks(t)` or `subblocks(t)` to inspect data ([#304](https://github.com/QuantumKitHub/TensorKit.jl/pull/304)) +- Improvements to the default printing of tensors, where only a (possibly compressed) representation of the (possibly truncated) list of diagonal blocks is printed. Use `blocks(t)` and `subblocks(t)` for a full inspection of the tensor data ([#304](https://github.com/QuantumKitHub/TensorKit.jl/pull/304), [#322](https://github.com/QuantumKitHub/TensorKit.jl/pull/322))) - Updated `left_orth`, `right_orth`, `left_null` and `right_null` interfaces for MatrixAlgebraKit v0.6 ([#312](https://github.com/QuantumKitHub/TensorKit.jl/pull/312)) - Updated `ishermitian` and `isisometric` implementations ([#312](https://github.com/QuantumKitHub/TensorKit.jl/pull/312)) - Sector functions now by default use `unit` instead of `one`, `isunit` instead of `isone`, and `dual` instead of `conj` ([#291](https://github.com/QuantumKitHub/TensorKit.jl/pull/291))