File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,20 @@ Changelog](http://keepachangelog.com/en/1.0.0/).
15
15
> - ** Fixed** : for any bug fixes.
16
16
> - ** Security** : in case of vulnerabilities.
17
17
18
- [ UNRELEASED] ( https://github.com/Qiskit/qiskit-aqua/compare/0.7.2 ...HEAD )
18
+ [ UNRELEASED] ( https://github.com/Qiskit/qiskit-aqua/compare/0.7.3 ...HEAD )
19
19
========================================================================
20
20
21
+ [ 0.7.3] ( https://github.com/Qiskit/qiskit-aqua/compare/0.7.2...0.7.3 ) - 2020-06-18
22
+ =================================================================================
23
+
24
+ Fixed
25
+ -----
26
+
27
+ - CircuitOp uses QuantumCircuit.compose, not .combine (#1048 )
28
+ - MatrixOp.to_instruction updated to return an Instruction (#1049 )
29
+ - Fix hash function of PauliOp class (#1052 )
30
+ - Make cvxpy an optional dependency (#1055 )
31
+
21
32
[ 0.7.2] ( https://github.com/Qiskit/qiskit-aqua/compare/0.7.1...0.7.2 ) - 2020-06-15
22
33
=================================================================================
23
34
Original file line number Diff line number Diff line change 1
- 0.7.2
1
+ 0.7.3
You can’t perform that action at this time.
0 commit comments