@@ -7,10 +7,27 @@ 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.33.0]
11+ Release date: 2025-07-22
12+
13+ - Implement ` EnrSpace ` and corresponding functionality. ([ #500 ] )
14+ - Check for orthogonality breakdown in ` Lanczos ` solver for ` spectrum ` . ([ #501 ] )
15+ - Store both ` times ` and ` times_states ` in time evolution solutions. ([ #506 ] , [ #504 ] )
16+ - Fix errors in ` Julia v1.12 ` . ([ #507 ] )
17+
18+ ## [ v0.32.1]
19+ Release date: 2025-06-24
20+
21+ This is a release just for updating documentation.
22+
23+ ## [ v0.32.0]
24+ Release date: 2025-06-23
25+
1026- Introduce ` Lanczos ` solver for ` spectrum ` . ([ #476 ] )
1127- Add Bloch-Redfield master equation solver. ([ #473 ] )
1228- Implement Bloch Sphere rendering and align style with qutip. ([ #472 ] , [ #480 ] , [ #485 ] , [ #487 ] , [ #489 ] )
1329- Add ` Base.copy ` method for ` AbstractQuantumObject ` . ([ #486 ] )
30+ - Add documentation for Bloch-Redfield master equation. ([ #494 ] )
1431
1532## [ v0.31.1]
1633Release date: 2025-05-16
@@ -167,6 +184,9 @@ Release date: 2024-11-13
167184[ v0.30.1 ] : https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.30.1
168185[ v0.31.0 ] : https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.31.0
169186[ v0.31.1 ] : https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.31.1
187+ [ v0.32.0 ] : https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.32.0
188+ [ v0.32.1 ] : https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.32.1
189+ [ v0.33.0 ] : https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.33.0
170190[ #86 ] : https://github.com/qutip/QuantumToolbox.jl/issues/86
171191[ #139 ] : https://github.com/qutip/QuantumToolbox.jl/issues/139
172192[ #271 ] : https://github.com/qutip/QuantumToolbox.jl/issues/271
@@ -241,3 +261,9 @@ Release date: 2024-11-13
241261[ #486 ] : https://github.com/qutip/QuantumToolbox.jl/issues/486
242262[ #487 ] : https://github.com/qutip/QuantumToolbox.jl/issues/487
243263[ #489 ] : https://github.com/qutip/QuantumToolbox.jl/issues/489
264+ [ #494 ] : https://github.com/qutip/QuantumToolbox.jl/issues/494
265+ [ #500 ] : https://github.com/qutip/QuantumToolbox.jl/issues/500
266+ [ #501 ] : https://github.com/qutip/QuantumToolbox.jl/issues/501
267+ [ #504 ] : https://github.com/qutip/QuantumToolbox.jl/issues/504
268+ [ #506 ] : https://github.com/qutip/QuantumToolbox.jl/issues/506
269+ [ #507 ] : https://github.com/qutip/QuantumToolbox.jl/issues/507
0 commit comments