-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Description
🚀 Feature
We would like to find and remove all deprecated args/kwargs and associated docstrings in the codebase if it is mentioned that they will be removed in v0.5.0. For example,
ignite/ignite/engine/engine.py
Lines 657 to 658 in acd2982
warnings.warn( | |
"Argument seed is deprecated. It will be removed in 0.5.0. " |
For Hacktoberfest contributors, feel free to ask questions for details if any and say that you would like to tackle the issue.
Please, take a look at CONTRIBUTING guide.