-
Notifications
You must be signed in to change notification settings - Fork 1k
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
CI tests for the 1.4.1 patch release [do not merge] #6653
Conversation
- Make `dev_tools/modules.py replace_version` update also the version expected in unit tests - Skip type check in the new test-only source files - Update `dev_tools/packaging/produce-package.sh` to use the `replace_version` utility when building development wheels
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6653 +/- ##
========================================
Coverage 97.80% 97.80%
========================================
Files 1061 1064 +3
Lines 91455 91618 +163
========================================
+ Hits 89449 89611 +162
- Misses 2006 2007 +1 ☔ View full report in Codecov by Sentry. |
…quantumlib#6640) * implicit optional type hints PEP 484 compliant * rm type ignore * add type ignore back * mypy
- Add support for Kraus operators, POVMs and parametric defgates - Update quil->cirq conversion Fixes quantumlib#6500 Partially implements quantumlib#6464
Require attrs>=21.3.0 to ensure `import attrs` works.
Run ci-daily tests with Python 3.12 in addition to 3.10 and 3.11. Also clean up dependency constraints that got unnecessary after quantumlib#6281. Follow-up to quantumlib#6460
* Pin `protobuf` to version 4 to fix "Lint check" CI failure such as https://github.com/quantumlib/Cirq/actions/runs/9654153610/job/26627844188 * Also bump `types-protobuf` `mypy-protobuf` for consistency with protobuf-4.x
release is out, no need for this anymore. |
This is a test-only PR used solely for CI testing of the Cirq-1.4.1 patch release.