-
-
Notifications
You must be signed in to change notification settings - Fork 649
Improve deprecation messages #1479
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
Comments
Hey, I'm pretty new to contributing and I think this issue is something I can help you with. |
Hi @pillemer sorry for delayed reply ! The idea is to make sure that current deprecation messages like ignite/ignite/contrib/engines/common.py Lines 277 to 280 in 96689c5
express a similar message:
Currently, I found only one deprecation warning. Let's improve its message and for the others that I forgot. Feel free to ask other questions if needed... |
Hi, do you still provide support for python 3.5? Thanks. |
@Afzal-Ind we just dropped the support of python 3.5 today. |
Hi @vfdev-5 ! PS: I did not know if I was supposed to tag you, sorry if I wasn't supposed to do that |
@Devanshu24 sure, sounds good ! Currently, no one is working on this issue. Let me assign it to you such that other would know. Feel free to ask questions to detail what we would like to implement if needed and send a draft PR that we could improve. Let me know if it sounds good for you too. Thanks ! |
Sure sounds great, and thank you for the opportunity! |
One small question, where would we want to place all these decorators? |
I think |
🚀 Feature
House keeping request to improve the codebase.
The idea is to 1) improve deprecation messages inspired from scikit-image: https://github.com/scikit-image/scikit-image/blob/87a8806cca7fb5366b6e5ddbe5e46364b44f90fe/skimage/_shared/utils.py#L15-L214
and 2) introduce similar decorators in our codebase in a minimalistic way.
The text was updated successfully, but these errors were encountered: