From 1dc38b2a51cacc2164e5c7a2b280977c7d40faf6 Mon Sep 17 00:00:00 2001 From: Yi-Te Huang <44385685+ytdHuang@users.noreply.github.com> Date: Wed, 19 Nov 2025 21:38:52 +0800 Subject: [PATCH] bump compat of `SciMLOperators` and version to `v0.39.1` --- CHANGELOG.md | 4 ++++ Project.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63edc6772..2fbea819e 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.39.1] +Release date: 2025-11-19 + - Add `spre` and `spost` methods for `ComposedOperator` and cache propagator in every time evolution solver. ([#596]) ## [v0.39.0] @@ -267,6 +270,7 @@ Release date: 2024-11-13 [v0.38.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.38.0 [v0.38.1]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.38.1 [v0.39.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.39.0 +[v0.39.1]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.39.1 [#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 1ca2f46f9..8178a7992 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "QuantumToolbox" uuid = "6c2fb7c5-b903-41d2-bc5e-5a7c320b9fab" -version = "0.39.0" +version = "0.39.1" authors = ["Alberto Mercurio", "Yi-Te Huang"] [deps] @@ -66,7 +66,7 @@ Pkg = "1" ProgressMeter = "1.11.0" Random = "1" SciMLBase = "2.105" -SciMLOperators = "1.11" +SciMLOperators = "1.12" SparseArrays = "1" SpecialFunctions = "2" StaticArraysCore = "1"