Skip to content

Commit c99dd51

Browse files
authored
Prepare 1.3.3 (#13851)
* update version to 1.3.3 * prepare release notes * update release notes * update version to 1.3.3 * fix numpy version for aarch64 * fix numpy version for aarch64 * fix numpy version for aarch64 * remove numpy version from constraints * remove failing tests in Linux AArch64 build wheel * return tests
1 parent 00993a4 commit c99dd51

11 files changed

+21
-14
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "1.3.2"
6+
version = "1.3.3"
77
edition = "2021"
88
rust-version = "1.70" # Keep in sync with README.md and rust-toolchain.toml.
99
license = "Apache-2.0"

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# The short X.Y version
3333
version = "1.3"
3434
# The full version, including alpha/beta/rc tags
35-
release = "1.3.2"
35+
release = "1.3.3"
3636

3737
language = "en"
3838

qiskit/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.2
1+
1.3.3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
fixes:
33
- |
4-
Comparisons of :class:`~.circuit.Delay` instructions, including within circuits, now require the
5-
units to be equal as well as the duration value.
4+
Comparisons of :class:`~.circuit.Delay` instructions, including those within circuits,
5+
now require both the units and the duration value to be equal.
6+
Fixes `#13812 <https://github.com/Qiskit/qiskit/issues/13812>`__.

releasenotes/notes/fix-commchecker-2q-paulis-bcadef25247c7288.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
fixes:
33
- |
4-
Fixed a bug in the :class:`.CommutationChecker` which could fail upon checking the commutation
4+
Fixed a bug in the :class:`.CommutationChecker` which could fail when checking the commutation
55
relation of a two-qubit Pauli rotation with a gate that is not in the commutation cache.
66
For example::
77
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
fixes:
33
- |
4-
An issue where :meth:`.QuantumCircuit.qubit_stop_time` and
5-
:meth:`.QuantumCircuit.qubit_duration` returned incorrect time (duration) was fixed.
6-
It was triggered when some qubits have instructions but other qubits are idle.
4+
Fixed a bug where :meth:`.QuantumCircuit.qubit_stop_time` and
5+
:meth:`.QuantumCircuit.qubit_duration` returned incorrect time (duration).
6+
The issue was triggered when some qubits have instructions but other qubits are idle.
77
Fixes `#8729 <https://github.com/Qiskit/qiskit/issues/8729>`__.

releasenotes/notes/fix-phase-in-remove-id-equivalent-6480da0c62f20df1.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ fixes:
66
but the global phase of the circuit was not updated. In particular,
77
:class:`.RemoveIdentityEquivalent` now removes non-parameterized :class:`.GlobalPhaseGate`
88
gates.
9+
Fixes `#13778 <https://github.com/Qiskit/qiskit/issues/13778>`__.

releasenotes/notes/fix-random-clifford-c0394becbdd7db50.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ fixes:
33
- |
44
Fixed a bug in :func:`~qiskit.quantum_info.random_clifford` that stopped it
55
from sampling the full Clifford group.
6+
Fixes `#13606 <https://github.com/Qiskit/qiskit/issues/13606>`__.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
prelude: >
3+
Qiskit 1.3.3 is a minor bugfix release for the 1.3 series.

releasenotes/notes/sabre-disjoint-routing-85c6f6481c9ffca4.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ fixes:
1313
succeed, such as calls to :meth:`.TranspileLayout.final_index_layout` raising :exc:`KeyError`.
1414
1515
This bug did not affect backends that were fully connected, as most are.
16+
Fixes `#13732 <https://github.com/Qiskit/qiskit/issues/13732>`__.

0 commit comments

Comments
 (0)