Skip to content

Commit

Permalink
Prepare release 0.6.0 (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
rathishcholarajan authored Jul 5, 2022
1 parent e4d5f7c commit a31bde4
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.5.0'
release = '0.6.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0
13 changes: 13 additions & 0 deletions releasenotes/notes/0.6/load-qiskitrc-creds-4aac54737333e248.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
upgrade:
- |
When migrating from ``qiskit-ibmq-provider`` your ``ibm_quantum`` channel credentials
will get automatically copied over from the qiskitrc file
and a qiskit-ibm.json file will get created if one doesn't exist.
You have to just initialize :class:`~qiskit_ibm_runtime.QiskitRuntimeService` class without
passing any parameters to use this copied over default ``ibm_quantum`` account.
Ex::
from qiskit_ibm_runtime import QiskitRuntimeService
service = QiskitRuntimeService()
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
upgrade:
- |
When initializing :class:`~qiskit_ibm_runtime.QiskitRuntimeService` and an invalid
token is used, ``IBMNotAuthorizedError`` will be raised instead of ``RequestsApiError``.
When initializing :class:`~qiskit_ibm_runtime.QiskitRuntimeService` and an invalid
token is used, ``IBMNotAuthorizedError`` will be raised instead of ``RequestsApiError``.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ upgrade:
- |
``IBMEstimator`` class which was deprecated earlier is now removed. Use
:class:`~qiskit_ibm_runtime.Estimator` class going forward.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ upgrade:
- |
``IBMRuntimeService`` class which was deprecated earlier is now removed. Use
:class:`~qiskit_ibm_runtime.QiskitRuntimeService` class going forward.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ upgrade:
- |
``IBMSampler`` class which was deprecated earlier is now removed. Use
:class:`~qiskit_ibm_runtime.Sampler` class going forward.
8 changes: 0 additions & 8 deletions releasenotes/notes/load-qiskitrc-creds-4aac54737333e248.yaml

This file was deleted.

0 comments on commit a31bde4

Please sign in to comment.