This repository was archived by the owner on Dec 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,35 @@ The format is based on `Keep a Changelog`_.
18
18
`UNRELEASED `_
19
19
=============
20
20
21
+ `0.2.0 `_ - 2018-07-27
22
+ =====================
23
+
24
+ Added
25
+ -----
26
+
27
+ - Ising model for TSP.
28
+ - add summarize circuits.
29
+ - Relax max circuits for simulation.
30
+ - Added qubit_tapering method.
31
+ - multiclass svm (one against all).
32
+ - Allow dynamic loading preferences package.module.
33
+
34
+ Changed
35
+ -------
36
+
37
+ - Changed name from acqua to aqua.
38
+ - Move QAOA's variational form to under the algorithm implementation directory.
39
+ - Factor out the QAOA variational form.
40
+
41
+ Fixed
42
+ -----
43
+
44
+ - Operator will crash if the backend is None.
45
+ - Fix/max num circuits.
46
+ - fix grover for cases that don't need ancillary qubits.
47
+ - Fixed validation error for string of numbers.
48
+ - fix link to ai and opt notebooks.
49
+
21
50
`0.1.2 `_ - 2018-07-12
22
51
=====================
23
52
@@ -68,7 +97,8 @@ Changed
68
97
- Updated qiskit minimum version in setup.py.
69
98
- Fixed links in readme.me.
70
99
71
- .. _UNRELEASED : https://github.com/Qiskit/aqua/compare/0.1.2...HEAD
100
+ .. _UNRELEASED : https://github.com/Qiskit/aqua/compare/0.2.0...HEAD
101
+ .. _0.2.0 : https://github.com/Qiskit/aqua/compare/0.1.2...0.2.0
72
102
.. _0.1.2 : https://github.com/Qiskit/aqua/compare/0.1.1...0.1.2
73
103
.. _0.1.1 : https://github.com/Qiskit/aqua/compare/0.1.0...0.1.1
74
104
You can’t perform that action at this time.
0 commit comments