We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Developers should be informed using standard pythonic functionality about their usage of deprecated classes and methods.
Expected behavior Issue a pythonic warning when first constructing an instance of a deprecated class, or when first calling a deprecated method.
Environment (please complete the following information):
v0.1.0
v1.3.2
The text was updated successfully, but these errors were encountered:
Add deprecation warnings. Closes #1055.
eac3f89
5f04ff9
jshcodes
Successfully merging a pull request may close this issue.
Describe the bug
Developers should be informed using standard pythonic functionality about their usage of deprecated classes and methods.
Expected behavior
Issue a pythonic warning when first constructing an instance of a deprecated class, or when first calling a deprecated method.
Environment (please complete the following information):
v0.1.0
-v1.3.2
The text was updated successfully, but these errors were encountered: