Skip to content

Commit

Permalink
Prepare 1.2.1 release (#13088)
Browse files Browse the repository at this point in the history
* Prepare 1.2.1 release

* update renos

* move remaining renos

* Update releasenotes/notes/1.2/fix-2q-basis-decomposer-non-std-kak-gate-edc69ffb5d9ef302.yaml

---------

Co-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>
  • Loading branch information
Cryoris and ElePT authored Sep 12, 2024
1 parent 56a5352 commit cb486e6
Show file tree
Hide file tree
Showing 22 changed files with 41 additions and 32 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "1.2.0"
version = "1.2.1"
edition = "2021"
rust-version = "1.70" # Keep in sync with README.md and rust-toolchain.toml.
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# The short X.Y version
version = "1.2"
# The full version, including alpha/beta/rc tags
release = "1.2.0"
release = "1.2.1"

language = "en"

Expand Down
2 changes: 1 addition & 1 deletion qiskit/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
fixes:
- |
Fixes an issue with the visualizations of some backends/coupling maps that showed as folded on their own. The
Fixed an issue with the visualizations of some backends/coupling maps that showed as folded on their own. The
`default ``neato`` setting <https://graphviz.org/docs/layouts/neato/>`_ works well in most cases. However,
``prism`` overlap returns a more regular layout for other scenarios.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fixes:
- |
Fixed a bug in :class:`.TwoQubitBasisDecomposer` where the Rust-based code
would panic if the given KAK gate was not a default version of the standard gates (for example, using ``CXGate(ctrl_state=0)``).
Fixed `#12998 <https://github.com/Qiskit/qiskit/issues/12998>`__.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
fixes:
- |
Fixed a bug where :meth:`.InstructionDurations.from_backend` did not work for :class:`.BackendV2` backends.
Fixed `#12760 <https://github.com/Qiskit/qiskit/issues/12760>`.
Fixed `#12760 <https://github.com/Qiskit/qiskit/issues/12760>`__.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
fixes:
- |
Fixed the definition of the :class:`.CUGate` matrix in Rust-space.
While this was not noticable while handling the :class:`.CUGate` purely on
While this was not noticable when handling the :class:`.CUGate` purely on the
Python side, this had knock-on effects when transpiler passes were using the
Rust representation, such as could happen in :class:`.Consolidate2qBlocks`.
Fixed `#13118 <https://github.com/Qiskit/qiskit/issues/13118>`__.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ fixes:
- |
Fixed a bug in :class:`.HoareOptimizer` where a controlled gate was simplified
by removing its controls but the new gate was not handled correctly.
Fixed `#13079 <https://github.com/Qiskit/qiskit/issues/13079>`__.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fixes:
- |
:func:`.generate_preset_pass_manager` now correctly raises an exception,
if ``seed_transpiler`` is set to an invalid value (i.e., it is not a non-negative integer).
Fixed `#12938 <https://github.com/Qiskit/qiskit/issues/12938>`__.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
fixes:
- |
Fixed an edge case in :class:`.SabreLayout`, where in rare cases on large
Fixed an edge case in :class:`.SabreLayout`, where, in rare cases on large
devices and challenging circuits, the routing would fail. This was due to the
release valve making more than one two-qubit gate routable, where only one was expected.
Fixed `#13081 <https://github.com/Qiskit/qiskit/issues/13081>`__.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fixes:
- |
Fixed a bug in :class:`.Split2QUnitaries` where it would fail to run on circuits
with custom :class:`.Gate` objects that did not implement ``__array__``.
See `#12970 <https://github.com/Qiskit/qiskit/issues/12970>`__.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ fixes:
- |
Fixed a bug where various synthesis methods created circuits without quantum or
classical registers. This also affected functions that internally used the synthesis
methods, such as :meth:`.Clifford.to_circuit`.
methods, such as :meth:`.Clifford.to_circuit`. While the circuits were valid, this could
cause issues when comparing circuits with registers.
Fixed `#13041 <https://github.com/Qiskit/qiskit/issues/13041>`__.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Fixed a bug that caused the method :meth:`.Initialize.gates_to_uncompute` fail.
Fixed `#12969 <https://github.com/Qiskit/qiskit/issues/12969>`__.
3 changes: 3 additions & 0 deletions releasenotes/notes/1.2/prepare-1.2.1-511ae054e7db7e41.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
prelude: >
Qiskit 1.2.1 is a minor bugfix release for the 1.2 series.

This file was deleted.

4 changes: 0 additions & 4 deletions releasenotes/notes/fix-negative-seed-pm-2813a62a020da115.yaml

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit cb486e6

Please sign in to comment.