Skip to content

Commit

Permalink
Set version number to 1.2.0rc1 for first release candidate (#12867)
Browse files Browse the repository at this point in the history
For the 1.2.0 release we're going to push release candidates prior to
the final to enable testing before we cut the final release. In
preparation for tagging the first release candidate this commit updates
the version string to indicate it's a release candidate. This commit
should be the final commit on main for 1.2.0rc1 and what gets tagged as
1.2.0rc1 post-merge.
  • Loading branch information
mtreinish authored Aug 1, 2024
1 parent f4cb741 commit 57bf058
Show file tree
Hide file tree
Showing 70 changed files with 122 additions and 105 deletions.
211 changes: 108 additions & 103 deletions Cargo.lock

Large diffs are not rendered by default.

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.0rc1"

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.0rc1
12 changes: 12 additions & 0 deletions releasenotes/notes/1.2/sabre-dense-trial-e3df737180281e35.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
features_transpiler:
- |
The :class:`.SabreLayout` transpiler pass has been updated to always run
an additional trial using the same algorithm as :class:`.DenseLayout` to
choose a starting point for Sabre's layout algorithm. The starting point
used by the layout algorithm can have a large influence on the quality of
the results. By default :class:`.SabreLayout` still start with
``layout_trials`` random trials but in addition there will be a single
trial that uses the densest subgraph of the connectivity graph as the
starting point. This may yield better results in some cases especially
on cases with smaller circuits for larger coupling maps.

0 comments on commit 57bf058

Please sign in to comment.