@@ -7,7 +7,20 @@ 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.35.0]
11+ Release date: 2025-09-03
12+
13+ - Add support of ` QobjEvo ` for ` steadystate ` (ODE solver only). ([ #536 ] )
14+ - Changes to ` SteadyStateODESolver ` . ([ #537 ] )
15+ - Introduce the tolerances for ` steadystate ` terminate condition (two new fields: ` terminate_reltol = 1e-5 ` and ` terminate_abstol = 1e-7 ` )
16+ - Fix keyword argument handling for ` SteadyStateODESolver ` before passing to ` mesolve ` .
17+ - Fix incorrect ` negativity ` and ` partial_transpose ` for arbitrary subsystem dimension. ([ #539 ] )
18+
19+ ## [ v0.34.1]
20+ Release date: 2025-08-23
21+
1022- Improve Bloch sphere rendering for animation. ([ #520 ] )
23+ - Add support to ` Enzyme.jl ` for ` sesolve ` and ` mesolve ` . ([ #531 ] )
1124
1225## [ v0.34.0]
1326Release date: 2025-07-29
@@ -208,6 +221,8 @@ Release date: 2024-11-13
208221[ v0.32.1 ] : https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.32.1
209222[ v0.33.0 ] : https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.33.0
210223[ v0.34.0 ] : https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.34.0
224+ [ v0.34.1 ] : https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.34.1
225+ [ v0.35.0 ] : https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.35.0
211226[ #86 ] : https://github.com/qutip/QuantumToolbox.jl/issues/86
212227[ #139 ] : https://github.com/qutip/QuantumToolbox.jl/issues/139
213228[ #271 ] : https://github.com/qutip/QuantumToolbox.jl/issues/271
@@ -295,3 +310,7 @@ Release date: 2024-11-13
295310[ #515 ] : https://github.com/qutip/QuantumToolbox.jl/issues/515
296311[ #517 ] : https://github.com/qutip/QuantumToolbox.jl/issues/517
297312[ #520 ] : https://github.com/qutip/QuantumToolbox.jl/issues/520
313+ [ #531 ] : https://github.com/qutip/QuantumToolbox.jl/issues/531
314+ [ #536 ] : https://github.com/qutip/QuantumToolbox.jl/issues/536
315+ [ #537 ] : https://github.com/qutip/QuantumToolbox.jl/issues/537
316+ [ #539 ] : https://github.com/qutip/QuantumToolbox.jl/issues/539
0 commit comments