Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Stable] Finish deprecation for line_length and fold in style dict #3200

Closed
wants to merge 6 commits into from

Conversation

mtreinish
Copy link
Member

@mtreinish mtreinish commented Oct 4, 2019

Summary

PR #3108 deprecated the fold field in the style dict and the line_length
kwarg for the circuit drawer. However, it was not documented in a
release note as such. This commit corrects that oversight by adding a
release note documenting the deprecation of both options. It also takes
the opportunity to clear up some small nits from code review in the
docstring for the new fold kwarg (which replaces both deprecated
options).

Details and comments

PR Qiskit#3018 deprecated the fold field in the style dict and the line_length
kwarg for the circuit drawer. However, it was not documented in a
release note as such. This commit corrects that oversight by adding a
release note documenting the deprecation of both options. It also takes
the opportunity to clear up some small nits from code review in the
docstring for the new fold kwarg (which replaces both deprecated
options).
ajavadia
ajavadia previously approved these changes Oct 7, 2019
Matt-Stypulkoski and others added 4 commits October 16, 2019 11:06
…3260)

* Move barrier_before_final_measurements to passes/ directory

* Edit import path of BarrierBeforeFinalMeasurements
Now that qiskit-terra 0.10.0 is out the door we should bump the version
string on master to show the source version we're installing is newer
than what's been released.
@mtreinish mtreinish added the stable backport potential The bug might be minimal and/or import enough to be port to stable label Oct 17, 2019
@mtreinish mtreinish changed the base branch from master to stable/0.10 October 17, 2019 13:21
@mtreinish mtreinish changed the title Finish deprecation for line_length and fold in style dict [Stable] Finish deprecation for line_length and fold in style dict Oct 17, 2019
@mtreinish
Copy link
Member Author

This missed 0.10 I will add the release notes manually to the docs in the meta bump. I will repush a new PR for just the docstring updates.

@mtreinish mtreinish closed this Oct 17, 2019
@mtreinish
Copy link
Member Author

Added to the release notes manually here: 3076fec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stable backport potential The bug might be minimal and/or import enough to be port to stable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants