Skip to content

Commit

Permalink
Prepare 1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryoris committed Sep 4, 2024
1 parent 84ecc80 commit 1de2fa9
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 28 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
@@ -0,0 +1,7 @@
---
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
@@ -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
@@ -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
@@ -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 1de2fa9

Please sign in to comment.