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
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11name = " QuantumToolbox"
22uuid = " 6c2fb7c5-b903-41d2-bc5e-5a7c320b9fab"
33authors = [" Alberto Mercurio" , " Yi-Te Huang" ]
4- version = " 0.23.0 "
4+ version = " 0.23.1 "
55
66[deps ]
77ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -37,7 +37,7 @@ Aqua = "0.8"
3737ArrayInterface = " 6, 7"
3838CUDA = " 5"
3939DiffEqBase = " 6"
40- DiffEqCallbacks = " 2 - 3.1, 3.8, 4"
40+ DiffEqCallbacks = " 4.2.1 - 4"
4141DiffEqNoiseProcess = " 5"
4242Distributed = " 1"
4343FFTW = " 1.5"
You can’t perform that action at this time.
0 commit comments