Skip to content

Commit 9b80053

Browse files
Revert changes in changelg
1 parent e084deb commit 9b80053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Release date: 2025-05-03
115115
## [v0.30.1]
116116
Release date: 2025-04-24
117117

118-
- Support different length for `to` and `from` on GeneralProductDimensions. ([#448])
118+
- Support different length for `to` and `from` on GeneralDimensions. ([#448])
119119
- Extend the `Makie.jl` extension to all the other available backends. ([#450])
120120
- Fix definition of noise derivative in stochastic solvers. ([#453])
121121

@@ -197,7 +197,7 @@ Release date: 2025-01-20
197197

198198
- Change the structure of block diagonalization functions, using `BlockDiagonalForm` struct and changing the function name from `bdf` to `block_diagonal_form`. ([#349])
199199
- Add **GPUArrays** compatibility for `ptrace` function, by using **KernelAbstractions.jl**. ([#350])
200-
- Introduce `Space`, `ProductDimensions`, `GeneralProductDimensions` structures to support wider definitions and operations of `Qobj/QobjEvo`, and potential functionalities in the future. ([#271], [#353], [#360])
200+
- Introduce `Space`, `Dimensions`, `GeneralDimensions` structures to support wider definitions and operations of `Qobj/QobjEvo`, and potential functionalities in the future. ([#271], [#353], [#360])
201201
- Improve lazy tensor warning for `SciMLOperators`. ([#370])
202202
- Change order of `AbstractQuantumObject` data type. For example, from `QuantumObject{DataType,ObjType,DimsType}` to `QuantumObject{ObjType,DimsType,DataType}`. ([#371])
203203

0 commit comments

Comments
 (0)