Skip to content
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

Remove deprecated APIs that should've been removed in the past releases #15618

Closed
akihironitta opened this issue Nov 10, 2022 · 1 comment · Fixed by #15637
Closed

Remove deprecated APIs that should've been removed in the past releases #15618

akihironitta opened this issue Nov 10, 2022 · 1 comment · Fixed by #15637
Assignees
Labels
breaking change Includes a breaking change code quality
Milestone

Comments

@akihironitta
Copy link
Contributor

akihironitta commented Nov 10, 2022

Proposed refactor

Here's a quick list of APIs to remove (there can be false negative).

$ git grep -n "deprecated::"|egrep -v "1.7|1.8|1.9"
src/pytorch_lightning/profiler/base.py:28:    .. deprecated:: v1.6
src/pytorch_lightning/profiler/base.py:56:    .. deprecated:: v1.6
src/pytorch_lightning/profiler/profiler.py:20:    .. deprecated:: v1.6
src/pytorch_lightning/trainer/trainer.py:175:                .. deprecated:: v1.5
src/pytorch_lightning/trainer/trainer.py:345:                .. deprecated:: v1.5
src/pytorch_lightning/utilities/memory.py:101:    .. deprecated:: v1.5

cc @Borda @justusschock

@akihironitta
Copy link
Contributor Author

I believe I opened PRs for removing all missed deprecated APIs. There are still deprecated APIs that will be removed in v1.9, but it is out of the scope of this issue.

Repository owner moved this from In Progress to Done in Frameworks Planning Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Includes a breaking change code quality
Projects
No open projects
Status: Done
2 participants