Skip to content

Commit 8480e78

Browse files
authored
Bump v0.13.10 (#379)
* update compat to remove broken versions * update changelog * update citation file * update changelog for release
1 parent 6d47e87 commit 8480e78

3 files changed

Lines changed: 24 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors:
1212
orcid: "https://orcid.org/0000-0002-0858-291X"
1313

1414
title: "MPSKit"
15-
version: 0.13.9
15+
version: 0.13.10
1616
doi: 10.5281/zenodo.10654900
17-
date-released: 2026-02-03
17+
date-released: 2026-02-26
1818
url: "https://github.com/QuantumKitHub/MPSKit.jl"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MPSKit"
22
uuid = "bb1c41ca-d63c-52ed-829e-0820dda26502"
3-
version = "0.13.9"
3+
version = "0.13.10"
44
authors = "Lukas Devos, Maarten Van Damme and contributors"
55

66
[deps]

docs/src/changelog.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When making changes to this project, please update the "Unreleased" section with
1717

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

20-
## [Unreleased](https://github.com/QuantumKitHub/MPSKit.jl/compare/v0.13.9...HEAD)
20+
## [Unreleased](https://github.com/QuantumKitHub/MPSKit.jl/compare/v0.13.10...HEAD)
2121

2222
### Added
2323

@@ -29,6 +29,26 @@ When releasing a new version, move the "Unreleased" changes to a new version sec
2929

3030
### Fixed
3131

32+
## [0.13.10](https://github.com/QuantumKitHub/MPSKit.jl/compare/v0.13.9...v0.13.10) - 2026-02-26
33+
34+
### Added
35+
36+
- `expectation_value` for local MPO tensors
37+
([#327](https://github.com/QuantumKitHub/MPSKit.jl/pull/327))
38+
- `Base.copy` for MPS types now performs a deep copy
39+
([#387](https://github.com/QuantumKitHub/MPSKit.jl/pull/387))
40+
41+
### Changed
42+
43+
- `entropy` can now also be called directly on a spectrum (singular value vector)
44+
([#377](https://github.com/QuantumKitHub/MPSKit.jl/pull/377))
45+
- Updated compat bounds to remove broken package versions
46+
47+
### Fixed
48+
49+
- Fixed `Adapt` extension for GPU support
50+
([#389](https://github.com/QuantumKitHub/MPSKit.jl/pull/389))
51+
3252
## [0.13.9](https://github.com/QuantumKitHub/MPSKit.jl/compare/v0.13.8...v0.13.9) - 2026-02-03
3353

3454
### Added

0 commit comments

Comments
 (0)