-
Notifications
You must be signed in to change notification settings - Fork 84
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 deprecations #2011
Update deprecations #2011
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-3.0.0 #2011 +/- ##
=================================================
+ Coverage 91.69% 92.70% +1.01%
=================================================
Files 27 27
Lines 2708 2687 -21
Branches 707 706 -1
=================================================
+ Hits 2483 2491 +8
+ Misses 149 127 -22
+ Partials 76 69 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Ryan Ly <[email protected]>
Co-authored-by: Ryan Ly <[email protected]>
Great, detailed work! Please merge into a |
Motivation
Fix #2008. Upgrades
PendingDeprecationWarnings
toDeprecationWarnings
and upgradesDeprecationWarnings
to raiseValueErrors
when creating new objects orUserWarnings
on read. Also removes functions previously marked for deprecation.Here is a summary of the classes and methods updated:
TODO
Checklist
ruff check . && codespell
from the source directory.