Skip to content

Commit 1002246

Browse files
authored
Bump to v0.38.0 (#578)
1 parent e47620e commit 1002246

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ 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.38.0]
11+
Release date: 2025-10-27
12+
1013
- Introduce new methods of `sesolve_map` and `mesolve_map` for advanced usage. Users can now customize their own `iter`ator structure, `prob_func` and `output_func`. ([#565])
1114
- Use `ProgressMeter.jl` for progress bar rather than our in-house implementation. ([#569], [#575])
1215
- Simplify type structure for time evolution solutions. ([#572])
@@ -244,6 +247,7 @@ Release date: 2024-11-13
244247
[v0.35.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.35.0
245248
[v0.36.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.36.0
246249
[v0.37.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.37.0
250+
[v0.38.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.38.0
247251
[#86]: https://github.com/qutip/QuantumToolbox.jl/issues/86
248252
[#139]: https://github.com/qutip/QuantumToolbox.jl/issues/139
249253
[#271]: https://github.com/qutip/QuantumToolbox.jl/issues/271

Project.toml

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

66
[deps]

0 commit comments

Comments
 (0)