Skip to content

Commit

Permalink
Prepare-release-0.7.0 (#87)
Browse files Browse the repository at this point in the history
* Fixes rst extensions

* Creates release notes for 0.7.0

* Updates version
  • Loading branch information
y4izus authored Sep 18, 2024
1 parent c7cfdd7 commit 3838dbb
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = "Qiskit IBM Transpiler"
copyright = "2024, IBM Quantum"
author = "IBM Quantum"
release = "0.6.1"
release = "0.7.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
15 changes: 15 additions & 0 deletions release-notes/0.7.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
0.7.0 (2024-09-18)
==================

New features
------------

- Adds support for sending the use_fractional_gates option to the transpile service (`83 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/83>`__)
- Adds iterative decomposition to Qasm3 export. (`85 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/85>`__)


Other notes
-----------

- Removes unneeded benchmark method (`81 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/81>`__)
- Adds test to verify that a circuit with a barrier will be transpiled (`84 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/84>`__)
1 change: 0 additions & 1 deletion release-notes/unreleased/81.chore.rst

This file was deleted.

1 change: 0 additions & 1 deletion release-notes/unreleased/83.feat.srt

This file was deleted.

1 change: 0 additions & 1 deletion release-notes/unreleased/84.other.rst

This file was deleted.

1 change: 0 additions & 1 deletion release-notes/unreleased/85.feat.srt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name="qiskit-ibm-transpiler",
version="0.6.1",
version="0.7.0",
description="A library to use Qiskit IBM Transpiler (https://docs.quantum.ibm.com/transpile/qiskit-ibm-transpiler) and the AI transpiler passes (https://docs.quantum.ibm.com/transpile/ai-transpiler-passes)",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3838dbb

Please sign in to comment.