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

Include release 0.6.6 on changelog #904

Merged
merged 1 commit into from
Apr 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

notifications:
email:
if: fork = false AND type = cron
recipients:
- manoel@us.ibm.com
on_success: never
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Changelog](http://keepachangelog.com/en/1.0.0/).
> - **Fixed**: for any bug fixes.
> - **Security**: in case of vulnerabilities.

[UNRELEASED](https://github.com/Qiskit/qiskit-aqua/compare/0.6.5...HEAD)
[UNRELEASED](https://github.com/Qiskit/qiskit-aqua/compare/0.6.6...HEAD)
========================================================================

Added
Expand Down Expand Up @@ -55,6 +55,15 @@ Fixed
side of constraints for the DOcplex translator (#750)
- WeightedPauliOperator constructor simplification bug (#891)

[0.6.6](https://github.com/Qiskit/qiskit-aqua/compare/0.6.5...0.6.6) - 2020-04-16
=================================================================================

Removed
-------

- Remove backend and PassManager on compiler transpile calls (#882)
- Remove transpile calls and use unroller (#883)

[0.6.5](https://github.com/Qiskit/qiskit-aqua/compare/0.6.4...0.6.5) - 2020-03-16
=================================================================================

Expand Down