Skip to content

Commit e2e2249

Browse files
authored
bump version to v0.23.0 (#331)
2 parents cfe7943 + 59f2722 commit e2e2249

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "QuantumToolbox"
22
uuid = "6c2fb7c5-b903-41d2-bc5e-5a7c320b9fab"
33
authors = ["Alberto Mercurio", "Yi-Te Huang"]
4-
version = "0.22.0"
4+
version = "0.23.0"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

0 commit comments

Comments
 (0)