File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ All notable changes to [`QuantumToolbox.jl`](https://github.com/qutip/QuantumToo
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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 ] )
9
15
10
16
## [ v0.23.0] (2024-12-04)
11
17
@@ -32,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
38
[ v0.21.5 ] : https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.21.5
33
39
[ v0.22.0 ] : https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.22.0
34
40
[ 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
35
42
[ #139 ] : https://github.com/qutip/QuantumToolbox.jl/issues/139
36
43
[ #306 ] : https://github.com/qutip/QuantumToolbox.jl/issues/306
37
44
[ #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
40
47
[ #318 ] : https://github.com/qutip/QuantumToolbox.jl/issues/318
41
48
[ #324 ] : https://github.com/qutip/QuantumToolbox.jl/issues/324
42
49
[ #330 ] : https://github.com/qutip/QuantumToolbox.jl/issues/330
50
+ [ #335 ] : https://github.com/qutip/QuantumToolbox.jl/issues/335
Original file line number Diff line number Diff line change 1
1
name = " QuantumToolbox"
2
2
uuid = " 6c2fb7c5-b903-41d2-bc5e-5a7c320b9fab"
3
3
authors = [" Alberto Mercurio" , " Yi-Te Huang" ]
4
- version = " 0.23.0 "
4
+ version = " 0.23.1 "
5
5
6
6
[deps ]
7
7
ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -37,7 +37,7 @@ Aqua = "0.8"
37
37
ArrayInterface = " 6, 7"
38
38
CUDA = " 5"
39
39
DiffEqBase = " 6"
40
- DiffEqCallbacks = " 2 - 3.1, 3.8, 4"
40
+ DiffEqCallbacks = " 4.2.1 - 4"
41
41
DiffEqNoiseProcess = " 5"
42
42
Distributed = " 1"
43
43
FFTW = " 1.5"
You can’t perform that action at this time.
0 commit comments