From c7b687c39d6620753a675d8d8cd79db3e98b5ec9 Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Wed, 17 Apr 2024 10:40:27 -0400 Subject: [PATCH] Prepare release 0.11.0 (#834) --- docs/conf.py | 2 +- qiskit_ibm_provider/VERSION.txt | 2 +- .../0.11/dd-include-clean-qubits-a98d98e4849e2452.yaml | 6 ++++++ .../deprecate-qiskit-ibm-provider-a22adb072c82d857.yaml | 7 +++++++ .../notes/dd-include-clean-qubits-a98d98e4849e2452.yaml | 4 ---- 5 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 releasenotes/notes/0.11/dd-include-clean-qubits-a98d98e4849e2452.yaml create mode 100644 releasenotes/notes/0.11/deprecate-qiskit-ibm-provider-a22adb072c82d857.yaml delete mode 100644 releasenotes/notes/dd-include-clean-qubits-a98d98e4849e2452.yaml diff --git a/docs/conf.py b/docs/conf.py index 04cb29494..95e6f4155 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/qiskit_ibm_provider/VERSION.txt b/qiskit_ibm_provider/VERSION.txt index 571215736..d9df1bbc0 100644 --- a/qiskit_ibm_provider/VERSION.txt +++ b/qiskit_ibm_provider/VERSION.txt @@ -1 +1 @@ -0.10.1 +0.11.0 diff --git a/releasenotes/notes/0.11/dd-include-clean-qubits-a98d98e4849e2452.yaml b/releasenotes/notes/0.11/dd-include-clean-qubits-a98d98e4849e2452.yaml new file mode 100644 index 000000000..840ff801a --- /dev/null +++ b/releasenotes/notes/0.11/dd-include-clean-qubits-a98d98e4849e2452.yaml @@ -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. diff --git a/releasenotes/notes/0.11/deprecate-qiskit-ibm-provider-a22adb072c82d857.yaml b/releasenotes/notes/0.11/deprecate-qiskit-ibm-provider-a22adb072c82d857.yaml new file mode 100644 index 000000000..43cb2dd2c --- /dev/null +++ b/releasenotes/notes/0.11/deprecate-qiskit-ibm-provider-a22adb072c82d857.yaml @@ -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. \ No newline at end of file diff --git a/releasenotes/notes/dd-include-clean-qubits-a98d98e4849e2452.yaml b/releasenotes/notes/dd-include-clean-qubits-a98d98e4849e2452.yaml deleted file mode 100644 index ca59e8857..000000000 --- a/releasenotes/notes/dd-include-clean-qubits-a98d98e4849e2452.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -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.