Skip to content

Prepare 0.16.2 release#5686

Merged
mtreinish merged 6 commits into
Qiskit:stable/0.16from
mtreinish:prepare-0.16.2
Jan 26, 2021
Merged

Prepare 0.16.2 release#5686
mtreinish merged 6 commits into
Qiskit:stable/0.16from
mtreinish:prepare-0.16.2

Conversation

@mtreinish
Copy link
Copy Markdown
Member

@mtreinish mtreinish commented Jan 22, 2021

Summary

This commit prepares for the 0.16.2 release by bumping the version
strings to reflect the new version. This is just a bugfix release
that several fixes for bugs introduced in 0.16.1.

Details and comments

On hold until:

Merges:

Merges and is backported:

This commit prepares for the 0.16.2 release by bumping the version
strings to reflect the new version. This is just a bugfix release
that several fixes for bugs introduced in 0.16.1.
The collect_1q_runs method was rewritten in python as part of the
backport of a larger bugfix in the Optimize1qGatesDecomposition
transpiler pass in Qiskit#5655. However, it is not part of the public api in
0.16.x and was only backported to fix the bug in
Optimize1qGatesDecomposition. Since the version included on the master
branch will be subtlely different in return type (after Qiskit#5685) Since we
don't want to advertise the method until it's included in the public api
this commit prepends '_' making the method name _collect_1q_runs to
indicate it is internal only as part of the 0.16.2 release.
@mtreinish mtreinish added the on hold Can not fix yet label Jan 22, 2021
@mtreinish mtreinish requested a review from a team as a code owner January 22, 2021 21:08
@mtreinish mtreinish removed the on hold Can not fix yet label Jan 26, 2021
@mtreinish
Copy link
Copy Markdown
Member Author

This is ready to review now. I tested the wheel builds (since there have been several recent upstream changes around that) in 88c7ec9 and it looks like it's building fine. Once this merges we can tag it as the 0.16.2 release.

@mtreinish mtreinish merged commit a517383 into Qiskit:stable/0.16 Jan 26, 2021
@mtreinish mtreinish deleted the prepare-0.16.2 branch January 26, 2021 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants