-
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 PrecisionPlugin -> Precision #18840
Conversation
for more information, see https://pre-commit.ci
⚡ Required checks status: All passing 🟢Groups summary🟢 pytorch_lightning: Tests workflowThese checks are required after the changes to 🟢 pytorch_lightning: Azure GPU
These checks are required after the changes to 🟢 pytorch_lightning: Benchmarks
These checks are required after the changes to 🟢 fabric: Docs
These checks are required after the changes to 🟢 pytorch_lightning: Docs
These checks are required after the changes to 🟢 lightning_fabric: CPU workflowThese checks are required after the changes to 🟢 lightning_fabric: Azure GPU
These checks are required after the changes to 🟢 mypy
These checks are required after the changes to 🟢 installThese checks are required after the changes to Thank you for your contribution! 💜
|
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.
Has there been any discussion about adding a deprecation message? (even if there's no removal date)
How will users know that they need to upgrade? Simply by looking at the newest docs?
Hey @lantiga could you tell us if you want a deprecation message for the old name, or not? |
I would suggest having it |
Ok let’s add the deprecation message, and let’s include this in the next patch release. We won’t remove for the foreseeable future. |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
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.
Just a heads up for conflicts with #18848
a827012
to
4eb40d3
Compare
for more information, see https://pre-commit.ci
What does this PR do?
Shortens the names and makes them consistent with Fabric.
Example:
becomes
Backward-compatibility is preserved, you can still import all previous names without a warning. The request was raised by @lantiga.
📚 Documentation preview 📚: https://pytorch-lightning--18840.org.readthedocs.build/en/18840/
cc @Borda @justusschock @awaelchli @carmocca