diff --git a/CITATION.cff b/CITATION.cff index bd968cb18..545ba70fd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -12,7 +12,7 @@ authors: orcid: "https://orcid.org/0000-0002-0858-291X" title: "MPSKit" -version: 0.13.9 +version: 0.13.10 doi: 10.5281/zenodo.10654900 -date-released: 2026-02-03 +date-released: 2026-02-26 url: "https://github.com/QuantumKitHub/MPSKit.jl" diff --git a/Project.toml b/Project.toml index e36c838f5..7be06e0c5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MPSKit" uuid = "bb1c41ca-d63c-52ed-829e-0820dda26502" -version = "0.13.9" +version = "0.13.10" authors = "Lukas Devos, Maarten Van Damme and contributors" [deps] diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 44e916bd4..05e5d0b9e 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -17,7 +17,7 @@ When making changes to this project, please update the "Unreleased" section with When releasing a new version, move the "Unreleased" changes to a new version section with the release date. -## [Unreleased](https://github.com/QuantumKitHub/MPSKit.jl/compare/v0.13.9...HEAD) +## [Unreleased](https://github.com/QuantumKitHub/MPSKit.jl/compare/v0.13.10...HEAD) ### Added @@ -29,6 +29,26 @@ When releasing a new version, move the "Unreleased" changes to a new version sec ### Fixed +## [0.13.10](https://github.com/QuantumKitHub/MPSKit.jl/compare/v0.13.9...v0.13.10) - 2026-02-26 + +### Added + +- `expectation_value` for local MPO tensors + ([#327](https://github.com/QuantumKitHub/MPSKit.jl/pull/327)) +- `Base.copy` for MPS types now performs a deep copy + ([#387](https://github.com/QuantumKitHub/MPSKit.jl/pull/387)) + +### Changed + +- `entropy` can now also be called directly on a spectrum (singular value vector) + ([#377](https://github.com/QuantumKitHub/MPSKit.jl/pull/377)) +- Updated compat bounds to remove broken package versions + +### Fixed + +- Fixed `Adapt` extension for GPU support + ([#389](https://github.com/QuantumKitHub/MPSKit.jl/pull/389)) + ## [0.13.9](https://github.com/QuantumKitHub/MPSKit.jl/compare/v0.13.8...v0.13.9) - 2026-02-03 ### Added