-
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
Prepare 0.15.0 release #4850
Merged
Merged
Prepare 0.15.0 release #4850
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit moves the release notes into a 0.15 subdirectory to keep them separate from development notes post-release. It also adds an incomplete release note to add the prelude section providing the high level overview of the release. When this merges it should be the commit used to to tag the 0.15.0 release.
This starts the processes of cleaning up and fixing the release notes by starting with the release notes for DAGDependency and the supporting functions. As part of that a release note for a new argument to the dag_drawer was removed because that argument was not actually needed. Since it was just being used to type check and it was just error prone. This refactors the dag drawer so that the uneccessary arg is removed and isinstance is just used.
This commit starts the process of going through and cleaning up, fixing, and rewriting the release notes for the release.
Cryoris
reviewed
Aug 5, 2020
releasenotes/notes/0.15/phase-estimation-circuit-c22d71d88873aa77.yaml
Outdated
Show resolved
Hide resolved
releasenotes/notes/0.15/quadratic-form-circuit-f0ddb1694960cbc1.yaml
Outdated
Show resolved
Hide resolved
releasenotes/notes/0.15/quadratic-form-circuit-f0ddb1694960cbc1.yaml
Outdated
Show resolved
Hide resolved
Co-authored-by: Julien Gacon <gaconju@gmail.com>
Cryoris
reviewed
Aug 5, 2020
1ucian0
reviewed
Aug 6, 2020
1ucian0
reviewed
Aug 6, 2020
releasenotes/notes/0.15/transpiler_fails_with_condition-9b4b4d66406548f0.yaml
Outdated
Show resolved
Hide resolved
…66406548f0.yaml Co-authored-by: Luciano Bello <luciano.bello@ibm.com>
mtreinish
commented
Aug 6, 2020
releasenotes/notes/0.15/Add-canonical-form-47e0466ed57640f3.yaml
Outdated
Show resolved
Hide resolved
mtreinish
commented
Aug 6, 2020
releasenotes/notes/0.15/Add-canonical-form-47e0466ed57640f3.yaml
Outdated
Show resolved
Hide resolved
mtreinish
commented
Aug 6, 2020
releasenotes/notes/0.15/Add-canonical-form-47e0466ed57640f3.yaml
Outdated
Show resolved
Hide resolved
1ucian0
reviewed
Aug 6, 2020
releasenotes/notes/0.15/remove-deprecated-pulse-commands-18381c59264090dd.yaml
Show resolved
Hide resolved
1ucian0
reviewed
Aug 6, 2020
1ucian0
reviewed
Aug 6, 2020
releasenotes/notes/0.15/line_length_remove_0.10-d13e5a15524e67c0.yaml
Outdated
Show resolved
Hide resolved
Co-authored-by: Luciano Bello <luciano.bello@ibm.com>
1ucian0
reviewed
Aug 6, 2020
1ucian0
reviewed
Aug 6, 2020
1ucian0
reviewed
Aug 6, 2020
1ucian0
reviewed
Aug 6, 2020
1ucian0
reviewed
Aug 6, 2020
1ucian0
reviewed
Aug 6, 2020
releasenotes/notes/0.15/add-basistranslator-to-default-levels-1c0de250f8ca4a59.yaml
Outdated
Show resolved
Hide resolved
Co-authored-by: Luciano Bello <luciano.bello@ibm.com>
1ucian0
approved these changes
Aug 6, 2020
ajavadia
approved these changes
Aug 6, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This commit moves the release notes into a 0.15 subdirectory to keep
them separate from development notes post-release. It also adds an
incomplete release note to add the prelude section providing the high
level overview of the release. When this merges it should be the commit
used to to tag the 0.15.0 release.
Details and comments