-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: make deprecation warning more visible with red box #20357
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
Conversation
Apparently I did something very similar for sklearn a while ago, so you can see there how I did it then: scikit-learn/scikit-learn#8914 |
Codecov Report
@@ Coverage Diff @@
## master #20357 +/- ##
==========================================
+ Coverage 91.77% 91.8% +0.02%
==========================================
Files 152 152
Lines 49205 49216 +11
==========================================
+ Hits 45159 45182 +23
+ Misses 4046 4034 -12
Continue to review full report at Codecov.
|
lgtm. @jorisvandenbossche ? |
Don't merge yet. We should fix the styling. @Imanflow you can take a look at the PR in sklearn I mentioned above how it was done there. |
For a reason I can't undersand, further changes in
any clue? |
I'm not sure why you can't see your changes, but based on how @jorisvandenbossche fixed this issue before and #20349, you need:
You also need:
I think the last two properties here ( So you are missing these:
This is how it should look: |
Done, thanks for your patience. PD: The problem with not seeing the changes was that on terminal I was in a different branch than in Pycharm. |
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!
git diff upstream/master -u -- "*.py" | flake8 --diff