Skip to content

Commit a31bde4

Browse files
Prepare release 0.6.0 (#411)
1 parent e4d5f7c commit a31bde4

9 files changed

+17
-15
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# The short X.Y version
4747
version = ''
4848
# The full version, including alpha/beta/rc tags
49-
release = '0.5.0'
49+
release = '0.6.0'
5050

5151
# -- General configuration ---------------------------------------------------
5252

qiskit_ibm_runtime/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.6.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
upgrade:
3+
- |
4+
When migrating from ``qiskit-ibmq-provider`` your ``ibm_quantum`` channel credentials
5+
will get automatically copied over from the qiskitrc file
6+
and a qiskit-ibm.json file will get created if one doesn't exist.
7+
You have to just initialize :class:`~qiskit_ibm_runtime.QiskitRuntimeService` class without
8+
passing any parameters to use this copied over default ``ibm_quantum`` account.
9+
10+
Ex::
11+
12+
from qiskit_ibm_runtime import QiskitRuntimeService
13+
service = QiskitRuntimeService()
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
upgrade:
33
- |
4-
When initializing :class:`~qiskit_ibm_runtime.QiskitRuntimeService` and an invalid
5-
token is used, ``IBMNotAuthorizedError`` will be raised instead of ``RequestsApiError``.
4+
When initializing :class:`~qiskit_ibm_runtime.QiskitRuntimeService` and an invalid
5+
token is used, ``IBMNotAuthorizedError`` will be raised instead of ``RequestsApiError``.

releasenotes/notes/remove-ibm-estimator-7f0b4da07c23e859.yaml renamed to releasenotes/notes/0.6/remove-ibm-estimator-7f0b4da07c23e859.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ upgrade:
33
- |
44
``IBMEstimator`` class which was deprecated earlier is now removed. Use
55
:class:`~qiskit_ibm_runtime.Estimator` class going forward.
6-

releasenotes/notes/remove-ibm-runtime-aa92d6051b8dcf53.yaml renamed to releasenotes/notes/0.6/remove-ibm-runtime-aa92d6051b8dcf53.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ upgrade:
33
- |
44
``IBMRuntimeService`` class which was deprecated earlier is now removed. Use
55
:class:`~qiskit_ibm_runtime.QiskitRuntimeService` class going forward.
6-

releasenotes/notes/remove-ibm-sampler-7779165095fd2a5f.yaml renamed to releasenotes/notes/0.6/remove-ibm-sampler-7779165095fd2a5f.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ upgrade:
33
- |
44
``IBMSampler`` class which was deprecated earlier is now removed. Use
55
:class:`~qiskit_ibm_runtime.Sampler` class going forward.
6-

releasenotes/notes/load-qiskitrc-creds-4aac54737333e248.yaml

-8
This file was deleted.

0 commit comments

Comments
 (0)