Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/qutip/QuantumToolbox.jl/tree/main)

## [v0.39.1]
Release date: 2025-11-19

- Add `spre` and `spost` methods for `ComposedOperator` and cache propagator in every time evolution solver. ([#596])

## [v0.39.0]
Expand Down Expand Up @@ -267,6 +270,7 @@ Release date: 2024-11-13
[v0.38.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.38.0
[v0.38.1]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.38.1
[v0.39.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.39.0
[v0.39.1]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.39.1
[#86]: https://github.com/qutip/QuantumToolbox.jl/issues/86
[#139]: https://github.com/qutip/QuantumToolbox.jl/issues/139
[#271]: https://github.com/qutip/QuantumToolbox.jl/issues/271
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "QuantumToolbox"
uuid = "6c2fb7c5-b903-41d2-bc5e-5a7c320b9fab"
version = "0.39.0"
version = "0.39.1"
authors = ["Alberto Mercurio", "Yi-Te Huang"]

[deps]
Expand Down Expand Up @@ -66,7 +66,7 @@ Pkg = "1"
ProgressMeter = "1.11.0"
Random = "1"
SciMLBase = "2.105"
SciMLOperators = "1.11"
SciMLOperators = "1.12"
SparseArrays = "1"
SpecialFunctions = "2"
StaticArraysCore = "1"
Expand Down
Loading