Skip to content
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

Flush deprecations before minor release #6622

Merged
merged 4 commits into from
May 29, 2024

Conversation

pavoljuhas
Copy link
Collaborator

@pavoljuhas pavoljuhas commented May 29, 2024

  • Remove deprecated constants from cirq_google module.
    Long past the v0.16 deprecation deadline, constants
    were invalid for almost 2 years after cirq-google: Remove SerializableGateSet #5762.

  • Remove deprecated method cirq_google.Engine.sampler()
    Long past the v1.0 deprecation deadline.

  • Purge deprecated arguments to EngineProcessor.list_calibrations
    earliest_timestamp_seconds and latest_timestamp_seconds are
    long past the v1.0 deadline.

  • Remove deprecated function cirq_ionq.ionq_devices.decompose_to_device.
    Long past the v0.16 deadline.

Ref: https://github.com/quantumlib/Cirq/blob/main/release.md#before-you-release-flush-the-deprecation-backlog

`earliest_timestamp_seconds` and `latest_timestamp_seconds` were past
their `v1.0` deprecation deadline.
Long past the `v1.0` deprecation deadline.
Long past the `v0.16` deprecation deadline.
The constant were invalid for almost 2 years after quantumlib#5762.
@CirqBot CirqBot added the size: M 50< lines changed <250 label May 29, 2024
Copy link

codecov bot commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.80%. Comparing base (e4b6ab2) to head (ebd99f3).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6622      +/-   ##
==========================================
- Coverage   97.81%   97.80%   -0.02%     
==========================================
  Files        1063     1061       -2     
  Lines       91796    91455     -341     
==========================================
- Hits        89794    89449     -345     
- Misses       2002     2006       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pavoljuhas pavoljuhas merged commit ab86979 into quantumlib:main May 29, 2024
34 checks passed
@pavoljuhas pavoljuhas deleted the flush-deprecations branch May 29, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: M 50< lines changed <250
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants