Skip to content

Commit f46c3e5

Browse files
authored
Update changelog for deprecations and changes
1 parent 41d30a4 commit f46c3e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ This version introduces [MatrixAlgebraKit](https://github.com/QuantumKitHub/Matr
2828
- Backend selection for factorizations - swap algorithms or implementations
2929

3030
#### Changed
31-
- Factorization functions `leftorth`, `rightorth`, `tsvd`, `eig`, `eigh` deprecated in favor of MatrixAlgebraKit variants (`left_orth`, `right_orth`, `tsvd`, `eig`, `eigh`)
32-
- Truncation strategies now use MatrixAlgebraKit names: `truncrank` (replaces `truncdim`), `truncbelow` (replaces `trunctol`)
31+
- Factorization functions `leftorth`, `rightorth`, `tsvd`, `eig`, `eigh` deprecated in favor of MatrixAlgebraKit variants (`left_orth`, `right_orth`, `svd_compact`, `eig_full`, `eigh_full`)
32+
- Truncation strategies now use MatrixAlgebraKit names: `truncrank` (replaces `truncdim`) and `trunctol` (replaces `truncbelow`)
3333
- `left_orth` and `right_orth` now always output tensors with a single connecting space
3434
- `left_orth` and `right_orth` now always have connecting space with `isdual=false`
3535
- code formatter is now [Runic.jl](https://github.com/fredrikekre/Runic.jl)

0 commit comments

Comments
 (0)