From 8c728f08107c8ef5dcbe006b8d044eed907fdd70 Mon Sep 17 00:00:00 2001 From: Alberto Mercurio <61953577+albertomercurio@users.noreply.github.com> Date: Sun, 9 Feb 2025 13:04:52 +0900 Subject: [PATCH] Bump to v0.26.0 (#390) --- CHANGELOG.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a281c88..8553614a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/qutip/QuantumToolbox.jl/tree/main) +## [v0.26.0] +Release date: 2025-02-09 + - Fix CUDA `sparse_to_dense`. ([#386]) - Improve pseudo inverse spectrum solver. ([#388]) - Add `smesolve` function for stochastic master equation. ([#389]) @@ -79,6 +82,7 @@ Release date: 2024-11-13 [v0.25.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.25.0 [v0.25.1]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.25.1 [v0.25.2]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.25.2 +[v0.26.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.26.0 [#86]: https://github.com/qutip/QuantumToolbox.jl/issues/86 [#139]: https://github.com/qutip/QuantumToolbox.jl/issues/139 [#271]: https://github.com/qutip/QuantumToolbox.jl/issues/271 diff --git a/Project.toml b/Project.toml index 77aefefbf..54b5d80ad 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuantumToolbox" uuid = "6c2fb7c5-b903-41d2-bc5e-5a7c320b9fab" authors = ["Alberto Mercurio", "Yi-Te Huang"] -version = "0.25.2" +version = "0.26.0" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"