From 0c77e79e7e1cc4aa4fe6ee2035b3b989330eb34f Mon Sep 17 00:00:00 2001 From: kevin-tian Date: Tue, 29 Aug 2023 10:49:13 -0400 Subject: [PATCH] Prepare release 0.7.0 --- docs/conf.py | 2 +- qiskit_ibm_provider/VERSION.txt | 2 +- .../{ => 0.7}/fix-disjoint-coupling-map-1d4a011f2bb2a7c3.yaml | 2 +- .../{ => 0.7}/reset_backend_options-f7e02c9bfff58213.yaml | 4 +++- .../notes/{ => 0.7}/session_support-90c41a3c3f58a46b.yaml | 0 5 files changed, 6 insertions(+), 4 deletions(-) rename releasenotes/notes/{ => 0.7}/fix-disjoint-coupling-map-1d4a011f2bb2a7c3.yaml (60%) rename releasenotes/notes/{ => 0.7}/reset_backend_options-f7e02c9bfff58213.yaml (88%) rename releasenotes/notes/{ => 0.7}/session_support-90c41a3c3f58a46b.yaml (100%) diff --git a/docs/conf.py b/docs/conf.py index c765f0dd2..5eaef6bf1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,7 +44,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.6.4' +release = '0.7.0' # -- General configuration --------------------------------------------------- diff --git a/qiskit_ibm_provider/VERSION.txt b/qiskit_ibm_provider/VERSION.txt index d2b13eb64..faef31a43 100644 --- a/qiskit_ibm_provider/VERSION.txt +++ b/qiskit_ibm_provider/VERSION.txt @@ -1 +1 @@ -0.6.4 +0.7.0 diff --git a/releasenotes/notes/fix-disjoint-coupling-map-1d4a011f2bb2a7c3.yaml b/releasenotes/notes/0.7/fix-disjoint-coupling-map-1d4a011f2bb2a7c3.yaml similarity index 60% rename from releasenotes/notes/fix-disjoint-coupling-map-1d4a011f2bb2a7c3.yaml rename to releasenotes/notes/0.7/fix-disjoint-coupling-map-1d4a011f2bb2a7c3.yaml index a9c2d9805..167476ba6 100644 --- a/releasenotes/notes/fix-disjoint-coupling-map-1d4a011f2bb2a7c3.yaml +++ b/releasenotes/notes/0.7/fix-disjoint-coupling-map-1d4a011f2bb2a7c3.yaml @@ -1,6 +1,6 @@ --- fixes: - | - Replace coupling_map.reduce(nodes) with coupling_map.graph.subgraph(nodes + Replace ``coupling_map.reduce(nodes)`` with ``coupling_map.graph.subgraph(nodes)`` to apply DD on a disjoint coupling map. See discussion in https://github.com/Qiskit/qiskit-terra/pull/9710 diff --git a/releasenotes/notes/reset_backend_options-f7e02c9bfff58213.yaml b/releasenotes/notes/0.7/reset_backend_options-f7e02c9bfff58213.yaml similarity index 88% rename from releasenotes/notes/reset_backend_options-f7e02c9bfff58213.yaml rename to releasenotes/notes/0.7/reset_backend_options-f7e02c9bfff58213.yaml index e3cc5cacd..f995d3303 100644 --- a/releasenotes/notes/reset_backend_options-f7e02c9bfff58213.yaml +++ b/releasenotes/notes/0.7/reset_backend_options-f7e02c9bfff58213.yaml @@ -1,7 +1,9 @@ --- fixes: - | - ``IBMProvider.get_backend()`` returns the backend with its default options. At the end of this + ``IBMProvider.get_backend()`` returns the backend with its default options. + At the end of this example, + .. code-block:: backend1 = provider.get_backend("xxx") diff --git a/releasenotes/notes/session_support-90c41a3c3f58a46b.yaml b/releasenotes/notes/0.7/session_support-90c41a3c3f58a46b.yaml similarity index 100% rename from releasenotes/notes/session_support-90c41a3c3f58a46b.yaml rename to releasenotes/notes/0.7/session_support-90c41a3c3f58a46b.yaml