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

Tell people they’re using deprecated functions #2505

Open
flying-sheep opened this issue Jun 7, 2023 · 0 comments · May be fixed by #2714
Open

Tell people they’re using deprecated functions #2505

flying-sheep opened this issue Jun 7, 2023 · 0 comments · May be fixed by #2714

Comments

@flying-sheep
Copy link
Member

flying-sheep commented Jun 7, 2023

#2500 probably happened because the user didn’t see that the function was deprecated.

We should maybe use a @deprecated decorator to both add the deprecation notice to the docs and also throw a FutureWarning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment