-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Tab completion triggers deprecation warnings with latest Jedi (0.15.1) #27900
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
Sounds like we'll want to put in a workaround to silence these, since we may be releasing before Jedi. |
I briefly looked into this. Didn't see an easy way to avoid the warnings. |
@TomAugspurger last time you did something like
That did not work this time? |
This actually seems to be working, will do a PR (we already have the infrastructure set up, but the base list of deprecations was not passed properly to Series) |
OK, done in #28524 |
I reported it at Jedi: davidhalter/jedi#1383
But opening an issue here as well in case there are workarounds we need to do in pandas itself (last time we did do something: #16414)
The text was updated successfully, but these errors were encountered: