Skip to content

Commit dac43da

Browse files
authored
Bump compat of SciMLOperators and version to v0.39.1 (#599)
1 parent e209b96 commit dac43da

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.1]
11+
Release date: 2025-11-19
12+
1013
- Add `spre` and `spost` methods for `ComposedOperator` and cache propagator in every time evolution solver. ([#596])
1114

1215
## [v0.39.0]
@@ -267,6 +270,7 @@ Release date: 2024-11-13
267270
[v0.38.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.38.0
268271
[v0.38.1]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.38.1
269272
[v0.39.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.39.0
273+
[v0.39.1]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.39.1
270274
[#86]: https://github.com/qutip/QuantumToolbox.jl/issues/86
271275
[#139]: https://github.com/qutip/QuantumToolbox.jl/issues/139
272276
[#271]: https://github.com/qutip/QuantumToolbox.jl/issues/271

Project.toml

Lines changed: 2 additions & 2 deletions
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.39.0"
3+
version = "0.39.1"
44
authors = ["Alberto Mercurio", "Yi-Te Huang"]
55

66
[deps]
@@ -66,7 +66,7 @@ Pkg = "1"
6666
ProgressMeter = "1.11.0"
6767
Random = "1"
6868
SciMLBase = "2.105"
69-
SciMLOperators = "1.11"
69+
SciMLOperators = "1.12"
7070
SparseArrays = "1"
7171
SpecialFunctions = "2"
7272
StaticArraysCore = "1"

0 commit comments

Comments
 (0)