Skip to content

Commit 79ac612

Browse files
Make changelog
1 parent db7a4dd commit 79ac612

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ 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+
- 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])
11+
1012
## [v0.38.1]
1113
Release date: 2025-10-27
1214

@@ -357,3 +359,4 @@ Release date: 2024-11-13
357359
[#575]: https://github.com/qutip/QuantumToolbox.jl/issues/575
358360
[#576]: https://github.com/qutip/QuantumToolbox.jl/issues/576
359361
[#579]: https://github.com/qutip/QuantumToolbox.jl/issues/579
362+
[#580]: https://github.com/qutip/QuantumToolbox.jl/issues/580

0 commit comments

Comments
 (0)