Skip to content

Commit

Permalink
New version: TensorKit v0.14.0 (#121696)
Browse files Browse the repository at this point in the history
- Registering package: TensorKit
- Repository: https://github.com/Jutho/TensorKit.jl
- Created by: @lkdvos
- Version: v0.14.0
- Commit: 00eb107e80e0a4abe1ed5da6e2b7e655c6b416dc
- Reviewed by: @lkdvos
- Reference:
Jutho/TensorKit.jl@00eb107#commitcomment-150585888
- Description: A Julia package for large-scale tensor computations, with
a hint of category theory
- Release notes:
<!-- BEGIN RELEASE NOTES -->
`````
- Various index functionalities have been added: `flip` can be used to change arrows, `insertleftunit`, `insertrightunit` and `removeunit` will manipulate trivial indices.

## Breaking changes

- The `DiagonalTensorMap` is now the default output type for the diagonal singular and eigenvalue tensors returned by `tsvd`, `eig` and related functions
- There is a small change in the truncation of singular values for non-abelian symmetries, where now it is guaranteed that smaller singular values are removed first
`````
<!-- END RELEASE NOTES -->

<!--
bf0c69308befbd3ccf2cc956ac8a46712550b79fc9bfb5e4edf8f833f05f4c18b06eddad8845b45beb9f45c2b8020dd67a67ee49d0a3157b53041972db901b167bc9e86636007f03010da01bf66938693158c3d7f6b5c979974eed93113d6236ac31bf68cfb1be1251f823ee5a180a4a32ce13f27d31aaf8c018f025eb2f655cd8172bcca082aacbb654edf9fc1bc80dec4dc8a9ecadc0993c1f639f3c855d0cc2da11ed93fb01218b3fa425199ce6069c3b519da87f23803d45199d00777f5778b7950fc6ca1b44ac2faa67a3bde2081fab1f1084c2013a14784d3a6afdda2d
-->
  • Loading branch information
JuliaRegistrator authored Dec 19, 2024
1 parent ba2c1f6 commit ea57df9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions T/TensorKit/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ git-tree-sha1 = "f7a91ac4da213b6ac7dd649468225944d924b915"

["0.13.2"]
git-tree-sha1 = "a13ca93ff0dc15e1c839ad0b3e4bf041c3be67fc"

["0.14.0"]
git-tree-sha1 = "21a0cc5eeb6582d99bbfb6fc44b949b72626c5c2"

0 comments on commit ea57df9

Please sign in to comment.