Skip to content

Commit 80fe448

Browse files
committed
update changelog
1 parent d698dfd commit 80fe448

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ When releasing a new version, move the "Unreleased" changes to a new version sec
3838
- Major documentation update/overhaul ([#289](https://github.com/QuantumKitHub/TensorKit.jl/pull/289))
3939
- Added symmetric tensor tutorial as appendix ([#316](https://github.com/QuantumKitHub/TensorKit.jl/pull/316))
4040
- Improved error messages throughout codebase ([#309](https://github.com/QuantumKitHub/TensorKit.jl/pull/309))
41+
- `eigvals` and `svdvals` now output `SectorVector` objects, which do behave as `AbstractVector` but also have the option of iterating the blocks through `Base.pairs`. ([#324](https://github.com/QuantumKitHub/TensorKit.jl/pull/309)
4142

4243
### Deprecated
4344

@@ -52,6 +53,7 @@ When releasing a new version, move the "Unreleased" changes to a new version sec
5253

5354
- Avoid unnecessary copy in `twist` for tensors with bosonic braiding ([#305](https://github.com/QuantumKitHub/TensorKit.jl/pull/305))
5455
- Small fixes and typos ([#295](https://github.com/QuantumKitHub/TensorKit.jl/pull/295))
56+
- `eig_vals`, `svd_vals`, etc now all output `SectorVector` objects instead of `DiagonalTensorMap`s, in line with how MatrixAlgebraKit returns `Vector`s instead of `Diagonal`s ([#324](https://github.com/QuantumKitHub/TensorKit.jl/pull/309)
5557

5658
## [0.15.3](https://github.com/QuantumKitHub/TensorKit.jl/releases/tag/v0.15.3) - 2025-10-30
5759

0 commit comments

Comments
 (0)