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

Remove cached_property backport #6398

Merged
merged 5 commits into from
Jan 11, 2024
Merged

Conversation

Josha91
Copy link
Contributor

@Josha91 Josha91 commented Jan 6, 2024

As described in this issue:
#6395

The backport is no longer necessary and is therefore removed.

@Josha91 Josha91 requested review from wcourtney, vtomole, cduck, verult and a team as code owners January 6, 2024 16:12
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link
Collaborator

@pavoljuhas pavoljuhas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix import order in the ipynb file and the formatting issue found by the CI.

The failure of the Build docs CI check is fixed separately by #6399.
Please merge the main branch into this PR once the main has #6399 in.

Thank you for fixing this!

@pavoljuhas pavoljuhas enabled auto-merge (squash) January 10, 2024 22:41
@pavoljuhas pavoljuhas disabled auto-merge January 10, 2024 22:42
@pavoljuhas
Copy link
Collaborator

@Josha91 - it seems #6392 reintroduced some cached_property calls on the main branch.

Can you please replace those as well?

cc: @NoureldinYosri

@pavoljuhas pavoljuhas enabled auto-merge (squash) January 11, 2024 18:55
Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4d35768) 97.80% compared to head (d7ebc71) 97.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6398   +/-   ##
=======================================
  Coverage   97.80%   97.81%           
=======================================
  Files        1111     1111           
  Lines       97088    97078   -10     
=======================================
- Hits        94961    94957    -4     
+ Misses       2127     2121    -6     

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

@pavoljuhas pavoljuhas merged commit 968ed4c into quantumlib:main Jan 11, 2024
35 checks passed
harry-phasecraft pushed a commit to PhaseCraft/Cirq that referenced this pull request Oct 31, 2024
We require recent-enough Python which has `functools.cached_property`.

Fixes quantumlib#6395
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants