-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Remove experimental warning from custom offsets #17584
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 experimental warning from custom offsets #17584
Conversation
AFAIK, you do not need to add a |
dd6a302
to
ba1c154
Compare
Codecov Report
@@ Coverage Diff @@
## master #17584 +/- ##
==========================================
- Coverage 91.22% 91.2% -0.02%
==========================================
Files 163 163
Lines 49625 49625
==========================================
- Hits 45270 45261 -9
- Misses 4355 4364 +9
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #17584 +/- ##
==========================================
- Coverage 91.22% 91.2% -0.02%
==========================================
Files 163 163
Lines 49625 49625
==========================================
- Hits 45270 45261 -9
- Misses 4355 4364 +9
Continue to review full report at Codecov.
|
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. we have an issue with the experimental items on it - let's put a reference and check this one off
merge away
Thanks! |
Per discussion here: #17554 (review)
git diff upstream/master -u -- "*.py" | flake8 --diff
I edited the docstring descriptions slightly. Feel free to suggest cleaner descriptions, if my edits don't suffice. Should there be a whatsnew entry related to removing the experimental status?