Skip to content

Commit 0f2c4a1

Browse files
authored
Fix [compat] of DiffEqCallbacks.jl (#335)
* fix `[compat]` of `DiffEqCallbacks` * fix changelog
1 parent 5911791 commit 0f2c4a1

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ 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+
## [Unreleased](https://github.com/qutip/QuantumToolbox.jl/tree/main)
9+
10+
11+
12+
## [v0.23.1] (2024-12-06)
13+
14+
- Update `[compat]` to fix the incompatibility between `QuantumToolbox v0.22.0+` and `DiffEqCallbacks < v4.2.1`. ([#335])
915

1016
## [v0.23.0] (2024-12-04)
1117

@@ -32,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3238
[v0.21.5]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.21.5
3339
[v0.22.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.22.0
3440
[v0.23.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.23.0
41+
[v0.23.1]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.23.1
3542
[#139]: https://github.com/qutip/QuantumToolbox.jl/issues/139
3643
[#306]: https://github.com/qutip/QuantumToolbox.jl/issues/306
3744
[#309]: https://github.com/qutip/QuantumToolbox.jl/issues/309
@@ -40,3 +47,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4047
[#318]: https://github.com/qutip/QuantumToolbox.jl/issues/318
4148
[#324]: https://github.com/qutip/QuantumToolbox.jl/issues/324
4249
[#330]: https://github.com/qutip/QuantumToolbox.jl/issues/330
50+
[#335]: https://github.com/qutip/QuantumToolbox.jl/issues/335

Project.toml

Lines changed: 2 additions & 2 deletions
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.23.0"
4+
version = "0.23.1"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -37,7 +37,7 @@ Aqua = "0.8"
3737
ArrayInterface = "6, 7"
3838
CUDA = "5"
3939
DiffEqBase = "6"
40-
DiffEqCallbacks = "2 - 3.1, 3.8, 4"
40+
DiffEqCallbacks = "4.2.1 - 4"
4141
DiffEqNoiseProcess = "5"
4242
Distributed = "1"
4343
FFTW = "1.5"

0 commit comments

Comments
 (0)