-
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
Remove deprecated ArithmeticOperation #5579
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after fix on shors.ipynb
Oof, that looks nontrivial (at least for me -- I'd need to ramp up on how to work with ipynb files, which I don't have time for right now). Anybody who wants to fork from here, I know there's a shor.py that probably had the same change when I originally deprecated |
Closing PR since I won't be able to finish it. |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@MichaelBroughton I figured out how to do this. However I'm getting an error saying |
I am new to the notebook test machinery, but the test may be running with a released cirq. Cirq/dev_tools/notebooks/isolated_notebook_test.py Lines 43 to 59 in df99587
|
@MichaelBroughton @pavoljuhas It turns out this is not ready to be removed. #4702 was started in November but did not get merged until May, which was after 14.1 went out. These deprecations need to be bumped to 0.16 instead. |
@MichaelBroughton v0.15 is out, so reopening. |
quantumlib#4702 was started in November but did not get merged until May, which was after 14.1 went out. These deprecations need to be bumped to 0.16 instead of 0.15. Once 0.15 goes out then I can reopen quantumlib#5579 and delete these.
quantumlib#4702 was started in November but did not get merged until May, which was after 14.1 went out. These deprecations need to be bumped to 0.16 instead of 0.15. Once 0.15 goes out then I can reopen quantumlib#5579 and delete these.
@MichaelBroughton