Skip to content

Commit 71d6c00

Browse files
authored
v0.16.2 (#371)
* update changelog * Bump v0.16.2
1 parent 80bd0bc commit 71d6c00

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ authors:
88
given-names: "Jutho"
99
orcid: "https://orcid.org/0000-0002-0858-291X"
1010
title: "TensorKit.jl"
11-
version: "0.16.1"
11+
version: "0.16.2"
1212
doi: "10.5281/zenodo.8421339"
13-
date-released: "2026-02-05"
13+
date-released: "2026-02-10"
1414
url: "https://github.com/QuantumKitHub/TensorKit.jl"
1515
preferred-citation:
1616
type: article

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TensorKit"
22
uuid = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
33
authors = ["Jutho Haegeman, Lukas Devos"]
4-
version = "0.16.1"
4+
version = "0.16.2"
55

66
[deps]
77
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"

docs/src/Changelog.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ When making changes to this project, please update the "Unreleased" section with
1818

1919
When releasing a new version, move the "Unreleased" changes to a new version section with the release date.
2020

21-
## [Unreleased](https://github.com/QuantumKitHub/TensorKit.jl/compare/v0.16.1...HEAD)
21+
## [Unreleased](https://github.com/QuantumKitHub/TensorKit.jl/compare/v0.16.2...HEAD)
2222

2323
### Added
2424

25-
- A more robust promotion system for `storagetype`s to better handle working with unions and other abstract tensor map types ([#370](https://github.com/QuantumKitHub/TensorKit.jl/pull/370)).
2625

2726
### Changed
2827

@@ -37,6 +36,19 @@ When releasing a new version, move the "Unreleased" changes to a new version sec
3736

3837

3938

39+
## [0.16.2](https://github.com/QuantumKitHub/TensorKit.jl/releases/tag/v0.16.2) - 2026-02-10
40+
41+
### Added
42+
43+
- A more robust promotion system for `storagetype`s to better handle working with unions and other abstract tensor map types ([#370](https://github.com/QuantumKitHub/TensorKit.jl/pull/370)).
44+
45+
### Fixed
46+
47+
- Fix `findtruncated` with `truncspace` ([#369](https://github.com/QuantumKitHub/TensorKit.jl/pull/369))
48+
- Fix `truncrank` when kept rank is larger than input ([#368](https://github.com/QuantumKitHub/TensorKit.jl/pull/368))
49+
- Added missing `similar` definition for `SectorVector` ([#367](https://github.com/QuantumKitHub/TensorKit.jl/pull/367))
50+
- Small fixes for CUDA support ([#366](https://github.com/QuantumKitHub/TensorKit.jl/pull/366))
51+
4052
## [0.16.1](https://github.com/QuantumKitHub/TensorKit.jl/releases/tag/v0.16.1) - 2026-02-05
4153

4254
### Added

0 commit comments

Comments
 (0)