-
Notifications
You must be signed in to change notification settings - Fork 48
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
Release/1.25.0 #1248
Merged
Merged
Release/1.25.0 #1248
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
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add missing CXConfigType to pytket.circuit docs * remove special members
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.11.1 to 3.0.0. - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@v2.11.1...v3.0.0) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* don't clutter pytket.circuit docs by expanding submodules * change caption * use bysource order for autodoc * start using automethod for Circuit methods * fix typo * use autodoc typehints * Expand TOC for all pages * add some circuit properties * delete unused config settings * add another chunk of automethod boilerplate * finish adding circuit methods * add some notes on Circuit.add_gate * submodules -> classes * scrub ._tket from pytket.circuit docs source * remove more _tket * don't use sphinx_autodoc_typehints for now * remove non-existent Reset method * use submodules rather than classes * don't show binary info in pytket.circuit doc * remove typehints extension entirely * remove duplicate CV method * remove more duplicate methods * submodules -> classes * reorder circuit properties * remove duplicate properties * remove :special-members: and use automethod for __init__ etc * remove __hash__ * minor spacing edit * Revert "minor spacing edit" This reverts commit abe76a4. * add missing methods found by python script * use autoproperty for created_qubits and discarded_qubits * add script to check circuit methods and properties * fix typo * remove comment * fix spaxing and heading * consistent headings * remove some dunder methods from API docs * add __rshift__ dunder method back into the docs * add explanatory comments * remove spaces
cqc-melf
approved these changes
Feb 9, 2024
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.
Making a new release with a bugfix to a compilation pass. I think the changes are sufficiently small that we don't need to do a pre-release.