Skip to content

Commit 38f2d89

Browse files
Bump version to v0.39.0 (#595)
1 parent e8a550e commit 38f2d89

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased](https://github.com/qutip/QuantumToolbox.jl/tree/main)
99

10+
## [v0.39.0]
11+
Release date: 2025-11-17
12+
1013
- Change default solver detection in `eigensolve` when using `sigma` keyword argument (shift-inverse algorithm). If the operator is a `SparseMatrixCSC`, the default solver is `UMFPACKFactorization`, otherwise it is automatically chosen by LinearSolve.jl, depending on the type of the operator. ([#580])
1114
- Add keyword argument `assume_hermitian` to `liouvillian`. This allows users to disable the assumption that the Hamiltonian is Hermitian. ([#581])
1215
- Improve accuracy of ODE solvers for general cases. ([#586])
@@ -261,6 +264,7 @@ Release date: 2024-11-13
261264
[v0.37.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.37.0
262265
[v0.38.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.38.0
263266
[v0.38.1]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.38.1
267+
[v0.39.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.39.0
264268
[#86]: https://github.com/qutip/QuantumToolbox.jl/issues/86
265269
[#139]: https://github.com/qutip/QuantumToolbox.jl/issues/139
266270
[#271]: https://github.com/qutip/QuantumToolbox.jl/issues/271

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "QuantumToolbox"
22
uuid = "6c2fb7c5-b903-41d2-bc5e-5a7c320b9fab"
3-
version = "0.38.1"
3+
version = "0.39.0"
44
authors = ["Alberto Mercurio", "Yi-Te Huang"]
55

66
[deps]

0 commit comments

Comments
 (0)