Skip to content

Commit

Permalink
Add missing bugfixes in release notes for 0.6.0 (#72)
Browse files Browse the repository at this point in the history
* Add missing bugfixes in release notes for 0.6.0

* Apply suggestions from code review

Co-authored-by: Eric Arellano <[email protected]>

---------

Co-authored-by: Eric Arellano <[email protected]>
  • Loading branch information
jesus-talavera-ibm and Eric-Arellano committed Sep 16, 2024
1 parent af39f6a commit 52ea07b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release-notes/0.6.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ New features
- Only an option, as a string value: Transpilation will be done priorizating this element and then the rest of the options
- Several options, as a list: Transpilation will be done only with the specified elements (`67 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/67>`__)
- Enabling `coupling_map` as options to the AI Synthesis passes (`70 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/70>`__)

Bug fixes
---------

- Keep trying to get results even in case of HTTPError exception with status 520 (`52 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/52>`__)
- Fixing the type of ECR gates when loading circuits from the Qiskit Transpiler Service (`63 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/63>`__)

0 comments on commit 52ea07b

Please sign in to comment.