Skip to content

Breaking up the version info python row in the qiskit_version_info magic#6590

Merged
mergify[bot] merged 9 commits into
Qiskit:mainfrom
1ucian0:version_info_python
Oct 1, 2021
Merged

Breaking up the version info python row in the qiskit_version_info magic#6590
mergify[bot] merged 9 commits into
Qiskit:mainfrom
1ucian0:version_info_python

Conversation

@1ucian0
Copy link
Copy Markdown
Member

@1ucian0 1ucian0 commented Jun 16, 2021

Currently, the python version row in when %qiskit_version_info is disproportionally long. I suggest to braking it in 3.

currently:
Screenshot 2021-06-16 at 17 50 42

suggestion:
Screenshot 2021-06-16 at 18 08 52

@1ucian0 1ucian0 requested review from a team, manoelmarques and woodsp-ibm as code owners June 16, 2021 16:13
@1ucian0
Copy link
Copy Markdown
Member Author

1ucian0 commented Jun 16, 2021

Because this PR is on top of #6589, putting on hold while the other one is in the queue.

@1ucian0 1ucian0 added the on hold Can not fix yet label Jun 16, 2021
if qver["qiskit-ibmq-provider"]:
packages.append(("IBM Q Provider", qver["qiskit-ibmq-provider"]))
for pkg in qver:
if qver[pkg]:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will exclude the metapackage if it's not installed, your earlier revisions left the metapackage line intact even if it was none. Did you want to leave it?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, I did this on my phone and left a review on the wrong PR. I left the same comment in the parent PR: #6589 (comment)

@1ucian0
Copy link
Copy Markdown
Member Author

1ucian0 commented Jun 30, 2021

removing on hold, as #6589 is merged.

@1ucian0 1ucian0 removed the on hold Can not fix yet label Jul 2, 2021
@mtreinish mtreinish added automerge Changelog: None Do not include in the GitHub Release changelog. labels Oct 1, 2021
@mergify mergify Bot merged commit a528e2e into Qiskit:main Oct 1, 2021
@kdk kdk added this to the 0.19 milestone Nov 15, 2021
ElePT pushed a commit to ElePT/qiskit-algorithms that referenced this pull request Jul 27, 2023
…gic (Qiskit/qiskit#6590)

* qiskit_version_table with domain specific apps

* breacking up the python line in the version_info magic

* lint

* code packages

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Changelog: None Do not include in the GitHub Release changelog.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants