Skip to content

Commit 63ed6e4

Browse files
authored
Revise Changelog for recent updates and removals
Updated changelog to reflect recent changes and deprecations.
1 parent cefe34c commit 63ed6e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This version introduces [MatrixAlgebraKit](https://github.com/QuantumKitHub/Matr
3232
- Truncation strategies now use MatrixAlgebraKit names: `truncrank` (replaces `truncdim`), `truncbelow` (replaces `trunctol`)
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`
35+
- code formatter is now [Runic.jl](https://github.com/fredrikekre/Runic.jl)
3536

3637
#### Removed
3738
- `OrthogonalFactorization` structs (constructors deprecated to return equivalent MatrixAlgebraKit algorithm structs)
@@ -118,4 +119,4 @@ where all blocks and subblocks are various views into this object. This entails
118119
simplifications for the outwards-facing interface, as now the `TensorMap` type requires less
119120
parameters, and the fusion-tree structure is more clearly considered as an implementation
120121
detail that can be left hidden to the user. Various other improvements and documentation
121-
work was also carried out.
122+
work was also carried out.

0 commit comments

Comments
 (0)