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

Commit

Permalink
Prepare release 0.7.0 (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Aug 29, 2023
1 parent 63fd58f commit e7ca008
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
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

0 comments on commit e7ca008

Please sign in to comment.