-
Notifications
You must be signed in to change notification settings - Fork 47
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.23.0 #1197
Merged
Merged
Release/1.23.0 #1197
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
* Updated nixpkgs to the latest revision, which includes clang16 as the default macos compiler * Updated copy path for python extras to take the python version into account, rather than hardcoding 3.10 (as the prior commit updated to python3.11) --------- Co-authored-by: Jake Arkinstall <[email protected]>
* update emulator info and fix typo * rename extensions_index.rst to extensions.rst --------- Co-authored-by: Alec Edgington <[email protected]>
* Nix: added pyi interface files to pytket output, and added mypy checks on pytket and the tests into the checkPhase of the pytket nix derivation. Added result directory to .gitignore incase anyone runs nix build in the source directory. * Removed unnecessary print statement from setup.py in nix builds * Added space between loops in setup.py to keep the linter happy * Additional lint fix --------- Co-authored-by: Alec Edgington <[email protected]>
Merge from main
* remove pytket-ionq from the extensions index page * mention qulacs density matrix simulator * update sidebar links to docs pages
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 24. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v23...v24) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update test_FrameRandomisation.cpp * Update CMakeLists.txt * Fix Frame Randomisation * bump * Update CMakeLists.txt * Update Cycles.cpp * Update changelog.rst * Update Cycles.cpp * Update test_FrameRandomisation.cpp * working cycle fidner and insertion * Remove comments and couts * add back tests, fix formatting * clean up intersection code * Address comments
#1165) * Add catch for empty pattern graph * Update test_NoiseAwarePlacement.cpp * bump * Add further comments * Update changelog.rst * Update pytket/docs/changelog.rst Co-authored-by: Alec Edgington <[email protected]> --------- Co-authored-by: Alec Edgington <[email protected]>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alec Edgington <[email protected]>
…it.c_registers``. (#1185)
* [feature] add a Circuit method for Reset Commonly used enough that having to switch to add_gate confuses people. * try upping tket lib version * update version in conanfile * format * regen stubs * regen stubs --------- Co-authored-by: Melf <[email protected]>
Co-authored-by: cqc-melf <[email protected]>
Revert "Unitary Synthesis of ChoiMixTableau for Diagonalisation (#941)"
cqc-melf
approved these changes
Jan 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.
Pre-release based on this commit: 1.23.0rc3.