-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add release notes for manual Var
and Store
#12421
Conversation
This adds the release notes and updates some small portions of documentation that were previously missed surrounding the new manual `Var` storage locations. This includes documenting all new keyword arguments to methods, upgrade instructions for providers, and adding the `Var.new` method to the documentation, which was previously erroneously omitted.
One or more of the the following people are requested to review this:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this new release note supersede: https://github.com/Qiskit/qiskit/blob/main/releasenotes/notes/1.1/classical-store-e64ee1286219a862.yaml
I'd forgotten I'd written that other release note, thanks. I've unified that first part in 144ade1. |
I've also removed the "stable backport" tag from this one - we can just cherry-pick the commit into #12371. |
Co-authored-by: Matthew Treinish <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, as for the labels should this PR be Changelog: None
as the actual feature PRs should have the labels right?
Sure, I couldn't remember which we usually did. |
Pull Request Test Coverage Report for Build 9115797049Details
💛 - Coveralls |
* Add release notes for manual `Var` and `Store` This adds the release notes and updates some small portions of documentation that were previously missed surrounding the new manual `Var` storage locations. This includes documenting all new keyword arguments to methods, upgrade instructions for providers, and adding the `Var.new` method to the documentation, which was previously erroneously omitted. * Fix Sphinx typo * Fix another Sphinx typo * Move QPY version bump to upgrade * Unify base release note * Reword providers upgrade note Co-authored-by: Matthew Treinish <[email protected]> --------- Co-authored-by: Matthew Treinish <[email protected]> (cherry picked from commit 554e661)
This commit prepares the repo for the 1.1.0 release. It updates the version numbers to indicate it is the final 1.1.0 release, and updates the release notes to prepare them for publishing. Once this merges this commit should be used to tag the 1.1.0 release. * draft 1.1.0 * fixes text/typos * . * . * Update releasenotes/notes/1.1/add-annotated-arg-to-power-4afe90e89fa50f5a.yaml Co-authored-by: Matthew Treinish <[email protected]> * Update releasenotes/notes/1.1/prepare-1.1.0-732e167b70ab4d01.yaml Co-authored-by: Matthew Treinish <[email protected]> * Update releasenotes/notes/1.1/prepare-1.1.0-732e167b70ab4d01.yaml Co-authored-by: Ian Hincks <[email protected]> * up * up * Update releasenotes/notes/1.1/star-prerouting-0998b59880c20cef.yaml Co-authored-by: Matthew Treinish <[email protected]> * Update releasenotes/notes/1.1/star-prerouting-0998b59880c20cef.yaml Co-authored-by: Matthew Treinish <[email protected]> * Update releasenotes/notes/1.1/star-prerouting-0998b59880c20cef.yaml Co-authored-by: Matthew Treinish <[email protected]> * prelude - add platform support * prelude update * Update releasenotes/notes/1.1/prepare-1.1.0-732e167b70ab4d01.yaml Co-authored-by: Matthew Treinish <[email protected]> * Update releasenotes/notes/1.1/added-parameter-ctrl_state-mcx-816dcd80e459a5ed.yaml Co-authored-by: Matthew Treinish <[email protected]> * Update releasenotes/notes/1.1/add-annotated-arg-to-power-4afe90e89fa50f5a.yaml Co-authored-by: Matthew Treinish <[email protected]> * Update releasenotes/notes/1.1/add-annotated-arg-to-power-4afe90e89fa50f5a.yaml Co-authored-by: Matthew Treinish <[email protected]> * Update releasenotes/notes/1.1/add-annotated-arg-to-power-4afe90e89fa50f5a.yaml Co-authored-by: Matthew Treinish <[email protected]> * Update releasenotes/notes/1.1/add-ctrl_state-mcp-parameter-b23562aa7047665a.yaml Co-authored-by: Matthew Treinish <[email protected]> * Update releasenotes/notes/1.1/prepare-1.1.0-732e167b70ab4d01.yaml Co-authored-by: Matthew Treinish <[email protected]> * Update releasenotes/notes/1.1/prepare-1.1.0-732e167b70ab4d01.yaml Co-authored-by: Matthew Treinish <[email protected]> * Update releasenotes/notes/1.1/prepare-1.1.0-732e167b70ab4d01.yaml Co-authored-by: Matthew Treinish <[email protected]> * comments from code review * Apply suggestions from code review Co-authored-by: Matthew Treinish <[email protected]> * Update releasenotes/notes/1.1/abstract-commutation-analysis-3518129e91a33599.yaml Co-authored-by: Matthew Treinish <[email protected]> * Update qiskit/primitives/containers/shape.py Co-authored-by: Ian Hincks <[email protected]> * Update shape.py * Apply suggestions from code review Co-authored-by: Luciano Bello <[email protected]> * Update releasenotes/notes/1.1/prepare-1.1.0-732e167b70ab4d01.yaml Co-authored-by: Matthew Treinish <[email protected]> * Update releasenotes/notes/1.1/prepare-1.1.0-732e167b70ab4d01.yaml Co-authored-by: Luciano Bello <[email protected]> * . * . * Move and update new fix release notes * Small tweaks * Remove fix note for private API * Add release notes for manual `Var` and `Store` (#12421) * Add release notes for manual `Var` and `Store` This adds the release notes and updates some small portions of documentation that were previously missed surrounding the new manual `Var` storage locations. This includes documenting all new keyword arguments to methods, upgrade instructions for providers, and adding the `Var.new` method to the documentation, which was previously erroneously omitted. * Fix Sphinx typo * Fix another Sphinx typo * Move QPY version bump to upgrade * Unify base release note * Reword providers upgrade note Co-authored-by: Matthew Treinish <[email protected]> --------- Co-authored-by: Matthew Treinish <[email protected]> (cherry picked from commit 554e661) --------- Co-authored-by: Matthew Treinish <[email protected]> Co-authored-by: Ian Hincks <[email protected]> Co-authored-by: Luciano Bello <[email protected]> Co-authored-by: Jake Lishman <[email protected]>
* Add release notes for manual `Var` and `Store` This adds the release notes and updates some small portions of documentation that were previously missed surrounding the new manual `Var` storage locations. This includes documenting all new keyword arguments to methods, upgrade instructions for providers, and adding the `Var.new` method to the documentation, which was previously erroneously omitted. * Fix Sphinx typo * Fix another Sphinx typo * Move QPY version bump to upgrade * Unify base release note * Reword providers upgrade note Co-authored-by: Matthew Treinish <[email protected]> --------- Co-authored-by: Matthew Treinish <[email protected]>
Summary
This adds the release notes and updates some small portions of documentation that were previously missed surrounding the new manual
Var
storage locations.This includes documenting all new keyword arguments to methods, upgrade instructions for providers, and adding the
Var.new
method to the documentation, which was previously erroneously omitted.Details and comments