-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Rename ProgressBarBase
to ProgressBar
#11908
Comments
I am in favor of this. I propose to go with a longer deprecation than usual as this potentially impacts many import statements in user code. Lightning 2.0? |
Hi would like to work on this issue. I mean the parts that have not been done yet |
ProgressBarBase
to ProgressBar
Hello, I'm a newbie to open source contribution. And I'm interested in this issue. If no one has been assigned, can I work on this issue? |
Hi @haesungpyun! Thank you for showing your interest! Feel free to start working on this issue! (please note that it may take some time to merge your PR because the next 1.7 release is getting very close.) |
Hello, I have an problem while renaming ProgressBarBase to ProgressBar.
|
Hello, can I work on this issue? |
If this doesn't land for 2.0, it will likely not happen. Is anybody interested in gettting this done quickly? |
Proposed refactor
Class Names (conform to standard of
Callback
,Strategy
,Accelerator
)RenameLightningLoggerBase
toLogger
RenameAbstractProfiler
andBaseProfiler
toProfiler
ProgressBarBase
toProgressBar
Directory Names (conform to standard of
callbacks/
,strategies/
,accelerators/
)Renameprofiler/
directory toprofilers/
File Names (conform to standard of
accelerators/accelerator.py
,strategies/strategy.py
)Renameloggers/base.py
tologgers/logger.py
Renameprofiler/base.py
toprofiler/profiler.py
Renamecallbacks/base.py
tocallbacks/callback.py
Renameloops/base.py
toloops/loop.py
Motivation
Consistency in naming is important to give users and developers the cleanest and simplest experience when interacting with the code. It also makes it easier to find things in the codebase when everything conforms to the same standard.
cc @Borda @tchaton @rohitgr7 @akihironitta @justusschock @awaelchli
The text was updated successfully, but these errors were encountered: