Skip to content

Commit

Permalink
Prepare release 0.11.0 (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 committed Apr 17, 2024
1 parent cc26971 commit c7b687c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.10.1'
release = '0.11.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.10.1
0.11.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
upgrade:
- |
Modify ``skip_reset_qubits`` optional flag to the constructor for :class:`.PadDynamicalDecoupling`.
If ``False``, dynamical decoupling is applied on qubits regardless of their state, even on delays
that are at the beginning of a circuit. This option now matches the behavior in qiskit.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
deprecations:
- |
``qiskit-ibm-provider`` has been deprecated with its support ending and eventual archival being no sooner
than 3 months from the release date of version 0.11.0. The function provided by `qiskit-ibm-provider`
has been moved to ``qiskit-ibm-runtime``. Please see the migration guide for more information
https://docs.quantum.ibm.com/api/migration-guides/qiskit-runtime.

This file was deleted.

0 comments on commit c7b687c

Please sign in to comment.