-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
Version 1.5 changes #227
Comments
How do you want to handle deprecations of arguments? Remove them from the stubs immediately? |
I think once we shift to 1.5 as the target we should fully target 1.5 including all deprecations. |
So if argument x is deprecated we would just remove it from the stubs, correct? |
That is what we have been doing. |
List of 1.5 things to handle. As these are addressed, put a check mark and edit this comment to indicate which PR addressed the issue: Needs new issue
Complete
|
Is it possible to actually do this? I don't see how it could be done give the type is |
I think the type for I'm fine to hold off on this one. The list I created was just copied from the whatsnew note. |
Need to update stubs for version 1.5 based on docs in RC:
https://pandas.pydata.org/pandas-docs/version/1.5.0rc0/whatsnew/v1.5.0.html
The text was updated successfully, but these errors were encountered: