Skip to content

Commit 510c709

Browse files
Make changelogs
1 parent ab5aa32 commit 510c709

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- Add **GPUArrays** compatibility for `ptrace` function, by using **KernelAbstractions.jl**. ([#350])
1212
- Introduce `Space`, `Dimensions`, `GeneralDimensions` structures to support wider definitions and operations of `Qobj/QobjEvo`, and potential functionalities in the future. ([#271], [#353], [#360])
1313
- Improve lazy tensor warning for `SciMLOperators`. ([#370])
14+
- Change order of `AbstractQuantumObject` data type. For example, from `QuantumObject{DataType,ObjType,DimsType}` to `QuantumObject{ObjType,DimsType,DataType}`. ([#371])
1415

1516
## [v0.24.0]
1617
Release date: 2024-12-13
@@ -77,3 +78,4 @@ Release date: 2024-11-13
7778
[#353]: https://github.com/qutip/QuantumToolbox.jl/issues/353
7879
[#360]: https://github.com/qutip/QuantumToolbox.jl/issues/360
7980
[#370]: https://github.com/qutip/QuantumToolbox.jl/issues/370
81+
[#371]: https://github.com/qutip/QuantumToolbox.jl/issues/371

0 commit comments

Comments
 (0)