-
Notifications
You must be signed in to change notification settings - Fork 42
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
Update tests for PL 0.31 to remove deprecated functions #448
Conversation
Hello. You may have forgotten to update the changelog!
|
Codecov Report
@@ Coverage Diff @@
## master #448 +/- ##
=======================================
Coverage 99.82% 99.82%
=======================================
Files 50 50
Lines 4654 4654
=======================================
Hits 4646 4646
Misses 8 8
|
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.
Looks good to me. Thanks @mlxd
Nice work, short and sweet! I'm just waiting for the CIs to conclude successfully and will approve! |
Context: PennyLane v0.30.0-dev has removed support for previously deprecated functions, as defined in https://docs.pennylane.ai/en/stable/development/deprecations.html. This PR updates those functions to the new supported syntax.
Description of the Change: As above. In addition, due to an ongoing issue with RTD builds using unaligned versions of setuptools and pip, we create a subtle change to the RTD builder to fix the package versions until readthedocs/readthedocs.org#10287 becomes usable. In addition, to avoid CI issues, CYBot is now GHBot and will auto-update the package versions in the CI.
Benefits: Fixes currently failing tests.
Possible Drawbacks:
Related GitHub Issues: