Skip to content

Commit

Permalink
Preparing release qiskit-ibm-transpiler 0.8.0 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesus-talavera-ibm authored Nov 13, 2024
1 parent e35048c commit 6100607
Show file tree
Hide file tree
Showing 7 changed files with 12 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.7.0"
release = "0.8.0"

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

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

- In case of failure, always retry the GET request to retrieve a result unitl the timeout is reached. Increase the delay between requests to 5 seconds when we are over 1 minute. Retry transpilation POST request three times in case of failure. (`97 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/97>`__)
- Use QPY as exchange format with service (`104 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/104>`__)
- Retry http requests after any RequestException (`111 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/111>`__)
- Add Pauli Network synthesis pass. (`112 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/112>`__)
1 change: 0 additions & 1 deletion release-notes/unreleased/104.feat.rst

This file was deleted.

1 change: 0 additions & 1 deletion release-notes/unreleased/111.feat.rst

This file was deleted.

1 change: 0 additions & 1 deletion release-notes/unreleased/112.feat.rst

This file was deleted.

1 change: 0 additions & 1 deletion release-notes/unreleased/97.feat.rst

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.7.0",
version="0.8.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 6100607

Please sign in to comment.