Skip to content

Commit 6096a9b

Browse files
authored
Update changelog [skip ci] (#323)
Improved the default printing of tensors to show a compressed representation of diagonal blocks. Added usage instructions for inspecting tensor data.
1 parent b32f1f4 commit 6096a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When releasing a new version, move the "Unreleased" changes to a new version sec
3030

3131
### Changed
3232

33-
- 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))
33+
- 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)))
3434
- Updated `left_orth`, `right_orth`, `left_null` and `right_null` interfaces for MatrixAlgebraKit v0.6 ([#312](https://github.com/QuantumKitHub/TensorKit.jl/pull/312))
3535
- Updated `ishermitian` and `isisometric` implementations ([#312](https://github.com/QuantumKitHub/TensorKit.jl/pull/312))
3636
- 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))

0 commit comments

Comments
 (0)