Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Prepare release 0.7.0 #718

Merged
merged 1 commit into from
Aug 29, 2023
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
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion qiskit_ibm_provider/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.4
0.7.0
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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")
Expand Down