Skip to content

Commit 59f2722

Browse files
authored
bump version to v0.23.0
1 parent bb1be0a commit 59f2722

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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
99

10+
## [v0.23.0] (2024-12-04)
11+
1012
- Change `SingleSiteOperator` with the more general `MultiSiteOperator`. ([#324])
1113
- Make `spectrum` and `correlation` functions align with `Python QuTiP`, introduce spectrum solver `PseudoInverse`, remove spectrum solver `FFTCorrelation`, and introduce `spectrum_correlation_fft`. ([#330])
1214

@@ -15,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517
- Change the parameters structure of `sesolve`, `mesolve` and `mcsolve` functions to possibly support automatic differentiation. ([#311])
1618
- Fix type instability and reduce extra memory allocation in `liouvillian`. ([#315], [#318])
1719

18-
1920
## [v0.21.5] (2024-11-15)
2021

2122
- This is a demonstration of how to bump version number and also modify `CHANGELOG.md` before new release. ([#309])
@@ -30,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3031
[v0.21.4]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.21.4
3132
[v0.21.5]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.21.5
3233
[v0.22.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.22.0
34+
[v0.23.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.23.0
3335
[#139]: https://github.com/qutip/QuantumToolbox.jl/issues/139
3436
[#306]: https://github.com/qutip/QuantumToolbox.jl/issues/306
3537
[#309]: https://github.com/qutip/QuantumToolbox.jl/issues/309

0 commit comments

Comments
 (0)