-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
What does "Use Vendor the code instead" mean? #23244
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
Comments
@pllim Sorry for the confusion. The message is a bit awkward because it’s generated via a template.
|
That is unfortunate. Won't that promote code duplication, especially since you'll still be using it internally anyway? Anyways, my original question is answered, so I am closing the issue. Thanks! |
Downstream libraries (or anyone) are certainly welcome to use our private methods. We simply don't guarantee their stability. If you want to avoid the warning just use the private method (but don't raise an issue if it breaks in the future). |
We started getting this deprecation warning but I don't know what to do with it. Is there somewhere in your documentation that would explain this more? Thanks! Example log: https://github.com/astropy/astropy/runs/6838665326?check_suite_focus=true
We use it like this:
Hard to tell from the traceback where this is coming from inside matplotlib because the warning went through a generic
matplotlib/_api/deprecation.py
.The text was updated successfully, but these errors were encountered: