Skip to content

Commit d03adc7

Browse files
Bump to v0.22.0
1 parent 9810db4 commit d03adc7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to [`QuantumToolbox.jl`](https://github.com/qutip/QuantumToo
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [v0.22.0] (2024-11-20)
99

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

2525
[v0.21.4]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.21.4
2626
[v0.21.5]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.21.5
27+
[v0.22.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.22.0
2728
[#139]: https://github.com/qutip/QuantumToolbox.jl/issues/139
2829
[#306]: https://github.com/qutip/QuantumToolbox.jl/issues/306
2930
[#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.21.5"
4+
version = "0.22.0"
55

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

0 commit comments

Comments
 (0)