Remove deprecated ArithmeticOperation#5579
Conversation
MichaelBroughton
left a comment
There was a problem hiding this comment.
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