Skip to content

Commit e573c80

Browse files
committed
Update changelog for v0.17.0
1 parent 2231953 commit e573c80

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

docs/src/Changelog.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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.4...HEAD)
21+
## [Unreleased](https://github.com/QuantumKitHub/TensorKit.jl/compare/v0.17.0...HEAD)
2222

2323
### Added
2424

@@ -32,6 +32,38 @@ When releasing a new version, move the "Unreleased" changes to a new version sec
3232

3333
### Performance
3434

35+
## [0.17.0](https://github.com/QuantumKitHub/TensorKit.jl/compare/v0.16.5...v0.17.0) - 2026-06-03
36+
37+
### Added
38+
39+
- Allow `BraidingTensor` to have a custom storage type ([#393](https://github.com/QuantumKitHub/TensorKit.jl/pull/393))
40+
- `remove_gauge_dependence!` overloads ([#419](https://github.com/QuantumKitHub/TensorKit.jl/pull/419))
41+
- Mooncake forward rules for linear algebra functions ([#434](https://github.com/QuantumKitHub/TensorKit.jl/pull/434))
42+
- Support for broadcasting and mapping over `HomSpace` and `ProductSpace`, where broadcasting over `ProductSpace` now returns a tuple ([#430](https://github.com/QuantumKitHub/TensorKit.jl/pull/430), [#431](https://github.com/QuantumKitHub/TensorKit.jl/pull/431))
43+
44+
### Changed
45+
46+
- Reworked the index manipulation API, adding backend and allocator support while uniformizing the API ([#416](https://github.com/QuantumKitHub/TensorKit.jl/pull/416))
47+
- Bumped minimum version of CUDA and cuTENSOR ([#404](https://github.com/QuantumKitHub/TensorKit.jl/pull/404))
48+
49+
### Fixed
50+
51+
- Correct Artin braid image ([#441](https://github.com/QuantumKitHub/TensorKit.jl/pull/441))
52+
- Fix cache miss due to ignored dual flag in `foldright` ([#442](https://github.com/QuantumKitHub/TensorKit.jl/pull/442))
53+
- Improvements to bypass scalar indexing and improve GPU support ([#375](https://github.com/QuantumKitHub/TensorKit.jl/pull/375))
54+
- Compatibility with SUNRepresentations v0.4 type parameter change ([#426](https://github.com/QuantumKitHub/TensorKit.jl/pull/426))
55+
56+
## [0.16.5](https://github.com/QuantumKitHub/TensorKit.jl/compare/v0.16.4...v0.16.5) - 2026-05-01
57+
58+
### Added
59+
60+
- Implement `DefaultAlgorithm` support ([#422](https://github.com/QuantumKitHub/TensorKit.jl/pull/422))
61+
62+
### Fixed
63+
64+
- `BraidingTensor` `planarcontract!` fixes ([#418](https://github.com/QuantumKitHub/TensorKit.jl/pull/418))
65+
- Fix `checksquare` error message ([#417](https://github.com/QuantumKitHub/TensorKit.jl/pull/417))
66+
3567
## [0.16.4](https://github.com/QuantumKitHub/TensorKit.jl/compare/v0.16.3...v0.16.4) - 2026-04-23
3668

3769
### Added

0 commit comments

Comments
 (0)