Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit 338414f

Browse files
committed
changelog
1 parent 48e7149 commit 338414f

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

CHANGELOG.rst

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,35 @@ The format is based on `Keep a Changelog`_.
1818
`UNRELEASED`_
1919
=============
2020

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+
2150
`0.1.2`_ - 2018-07-12
2251
=====================
2352

@@ -68,7 +97,8 @@ Changed
6897
- Updated qiskit minimum version in setup.py.
6998
- Fixed links in readme.me.
7099

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
72102
.. _0.1.2: https://github.com/Qiskit/aqua/compare/0.1.1...0.1.2
73103
.. _0.1.1: https://github.com/Qiskit/aqua/compare/0.1.0...0.1.1
74104

0 commit comments

Comments
 (0)