-
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
Update docmain
branch for pytket 1.28 release
#1412
Conversation
* run do-clang-format with clang-format 18.1.4 * bump
* Add automated benchmarking workflow * Rename jobs * Remove tket checkout * Remove mac os 12 compatability * Revert "Remove mac os 12 compatability" This reverts commit ecca33b.
* Add header and lookup data * Implement GreedyPauliSimp * Add to pass generators * Add c++ tests * Add to python binder * Add python tests * Regenerate stubs * Bump tket version * Update changelog * Rename the header file for lookups * Replace pace with gate_depth * Remove unused includes * Minor changes & fix grammar issues
* Allow barriers in dagger() and transpose() * bump tket version * add changelog entry * Format test
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v26...V27) --- updated-dependencies: - dependency-name: cachix/install-nix-action 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>
Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.6.1 to 1.0.1. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](actions/add-to-project@v0.6.1...v1.0.1) --- updated-dependencies: - dependency-name: actions/add-to-project 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 CnRx and CnRz * Update circuit_test.py * re clang format * regen stubs * Update changelog.rst * bump version * Unbump changelog... oops * Update ControlledGates.cpp * split controlled phase gate decomp * Update circuit_test.py * Update OpType.hpp
docmain
branch for pytket 1.28 release
ugh, the changelog nwo showing some unreleased changes... https://github.com/CQCL/tket/pull/1412/files#diff-5ac2065d2070c06e3a020868b31c8830cda4af132f5ea2298c2e221706ceb163 Think I might cherry-picking from #1398 included some other things that shouldn't be in the docs pre 1.29 release. I wanted everything up to ce20833 but nothing after |
Compiler PytketIBMQ is best, or equal best on, 15.78947368421052% for circuits. |
Superseded by #1413 . |
Description
The API docs have not updated at all for the 1.28 release, we didn't update the
docmain
branch for the tket website deployment.1.27 is showing as the latest version as of today
https://tket.quantinuum.com/api-docs/changelog.html
Cherry-picked the updated docs commit for #1398.
Although more recent commits seem to have been included as well such as the unreleased OpType.CnRz and CnRx in the changelog file which we probably do not want in the 1.28 docs.
Related issues
Please mention any github issues addressed by this PR.
Checklist