Skip to content

Commit 8b165d8

Browse files
Update legacy Qiskit release notes to use 0.46 instead of 0.45 (#3920)
Unblocks #785. We'll be removing 0.45, so need to update all references to use 0.46.
1 parent 850ee46 commit 8b165d8

28 files changed

+2223
-2224
lines changed

docs/api/qiskit/release-notes/0.15.mdx

Lines changed: 46 additions & 46 deletions
Large diffs are not rendered by default.

docs/api/qiskit/release-notes/0.18.mdx

Lines changed: 147 additions & 147 deletions
Large diffs are not rendered by default.

docs/api/qiskit/release-notes/0.19.mdx

Lines changed: 61 additions & 61 deletions
Large diffs are not rendered by default.

docs/api/qiskit/release-notes/0.20.mdx

Lines changed: 112 additions & 112 deletions
Large diffs are not rendered by default.

docs/api/qiskit/release-notes/0.23.mdx

Lines changed: 88 additions & 88 deletions
Large diffs are not rendered by default.

docs/api/qiskit/release-notes/0.24.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ No change
100100

101101
#### Prelude
102102

103-
* `qiskit.providers.ibmq.IBMQBackend.run()` method now takes one or more [`QuantumCircuit`](/docs/api/qiskit/0.45/qiskit.circuit.QuantumCircuit "qiskit.circuit.QuantumCircuit") or [`Schedule`](/docs/api/qiskit/0.45/qiskit.pulse.Schedule "qiskit.pulse.Schedule"). Use of [`QasmQobj`](/docs/api/qiskit/0.45/qiskit.qobj.QasmQobj "qiskit.qobj.QasmQobj") and [`PulseQobj`](/docs/api/qiskit/0.45/qiskit.qobj.PulseQobj "qiskit.qobj.PulseQobj") is now deprecated. Runtime configuration options, such as the number of shots, can be set via either the `run()` method, or the `qiskit.providers.ibmq.IBMQBackend.set_options()` method. The former is used as a one-time setting for the job, and the latter for all jobs sent to the backend. If an option is set in both places, the value set in `run()` takes precedence.
103+
* `qiskit.providers.ibmq.IBMQBackend.run()` method now takes one or more [`QuantumCircuit`](/docs/api/qiskit/0.46/qiskit.circuit.QuantumCircuit "qiskit.circuit.QuantumCircuit") or [`Schedule`](/docs/api/qiskit/0.46/qiskit.pulse.Schedule "qiskit.pulse.Schedule"). Use of [`QasmQobj`](/docs/api/qiskit/0.46/qiskit.qobj.QasmQobj "qiskit.qobj.QasmQobj") and [`PulseQobj`](/docs/api/qiskit/0.46/qiskit.qobj.PulseQobj "qiskit.qobj.PulseQobj") is now deprecated. Runtime configuration options, such as the number of shots, can be set via either the `run()` method, or the `qiskit.providers.ibmq.IBMQBackend.set_options()` method. The former is used as a one-time setting for the job, and the latter for all jobs sent to the backend. If an option is set in both places, the value set in `run()` takes precedence.
104104
* IBM Quantum credentials are now loaded only from sections of the `qiskitrc` file that start with ‘ibmq’.
105105

106106
<span id="release-notes-ibmq-0-12-0-new-features" />
@@ -113,7 +113,7 @@ No change
113113

114114
* `qiskit.providers.ibmq.AccountProvider.backends()` now has a new parameter min\_num\_qubits that allows you to filter by the minimum number of qubits.
115115

116-
* `qiskit.providers.ibmq.IBMQBackend.run()` method now takes one or more [`QuantumCircuit`](/docs/api/qiskit/0.45/qiskit.circuit.QuantumCircuit "qiskit.circuit.QuantumCircuit") or [`Schedule`](/docs/api/qiskit/0.45/qiskit.pulse.Schedule "qiskit.pulse.Schedule"). Runtime configuration options, such as the number of shots, can be set via either the `run()` method, or the `qiskit.providers.ibmq.IBMQBackend.set_options()` method. The former is used as a one-time setting for the job, and the latter for all jobs sent to the backend. If an option is set in both places, the value set in `run()` takes precedence. For example:
116+
* `qiskit.providers.ibmq.IBMQBackend.run()` method now takes one or more [`QuantumCircuit`](/docs/api/qiskit/0.46/qiskit.circuit.QuantumCircuit "qiskit.circuit.QuantumCircuit") or [`Schedule`](/docs/api/qiskit/0.46/qiskit.pulse.Schedule "qiskit.pulse.Schedule"). Runtime configuration options, such as the number of shots, can be set via either the `run()` method, or the `qiskit.providers.ibmq.IBMQBackend.set_options()` method. The former is used as a one-time setting for the job, and the latter for all jobs sent to the backend. If an option is set in both places, the value set in `run()` takes precedence. For example:
117117

118118
```python
119119
from qiskit import IBMQ, transpile
@@ -146,7 +146,7 @@ No change
146146

147147
* The method `qiskit.providers.ibmq.experimentservice.ExperimentService.experiments()` now accepts `exclude_public` and `public_only` as filtering keywords.
148148

149-
* `qiskit.providers.ibmq.managed.IBMQJobManager.run()` now accepts a single [`QuantumCircuit`](/docs/api/qiskit/0.45/qiskit.circuit.QuantumCircuit "qiskit.circuit.QuantumCircuit") or [`Schedule`](/docs/api/qiskit/0.45/qiskit.pulse.Schedule "qiskit.pulse.Schedule") in addition to a list of them.
149+
* `qiskit.providers.ibmq.managed.IBMQJobManager.run()` now accepts a single [`QuantumCircuit`](/docs/api/qiskit/0.46/qiskit.circuit.QuantumCircuit "qiskit.circuit.QuantumCircuit") or [`Schedule`](/docs/api/qiskit/0.46/qiskit.pulse.Schedule "qiskit.pulse.Schedule") in addition to a list of them.
150150

151151
* The `least_busy()` function now skips backends that are operational but paused, meaning they are accepting but not processing jobs.
152152

@@ -179,7 +179,7 @@ No change
179179

180180
#### Deprecation Notes
181181

182-
* Use of [`QasmQobj`](/docs/api/qiskit/0.45/qiskit.qobj.QasmQobj "qiskit.qobj.QasmQobj") and [`PulseQobj`](/docs/api/qiskit/0.45/qiskit.qobj.PulseQobj "qiskit.qobj.PulseQobj") in the `qiskit.providers.ibmq.IBMQBackend.run()` method is now deprecated. [`QuantumCircuit`](/docs/api/qiskit/0.45/qiskit.circuit.QuantumCircuit "qiskit.circuit.QuantumCircuit") and [`Schedule`](/docs/api/qiskit/0.45/qiskit.pulse.Schedule "qiskit.pulse.Schedule") should now be used instead.
182+
* Use of [`QasmQobj`](/docs/api/qiskit/0.46/qiskit.qobj.QasmQobj "qiskit.qobj.QasmQobj") and [`PulseQobj`](/docs/api/qiskit/0.46/qiskit.qobj.PulseQobj "qiskit.qobj.PulseQobj") in the `qiskit.providers.ibmq.IBMQBackend.run()` method is now deprecated. [`QuantumCircuit`](/docs/api/qiskit/0.46/qiskit.circuit.QuantumCircuit "qiskit.circuit.QuantumCircuit") and [`Schedule`](/docs/api/qiskit/0.46/qiskit.pulse.Schedule "qiskit.pulse.Schedule") should now be used instead.
183183

184184
* The `backends` attribute of `qiskit.providers.ibmq.AccountProvider` has been renamed to `backend` (sigular). For backward compatibility, you can continue to use `backends`, but it is deprecated and will be removed in a future release. The `qiskit.providers.ibmq.AccountProvider.backends()` method remains unchanged. For example:
185185

0 commit comments

Comments
 (0)