-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
rm inplace arg to rename #4561
rm inplace arg to rename #4561
Conversation
Hello @raybellwaves! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-11-04 21:27:35 UTC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @raybellwaves !
The reason this was here is so people get a useful error as they make the transition. It's probably been there long enough that we can remove it (no strong view though) |
One alternative is to remove |
This was in 0.13 http://xarray.pydata.org/en/stable/whats-new.html#v0-13-0-17-sep-2019 I actually don't know if we have an official policy for deprecations? Two major versions? Should all of these checks be removed? #3260 |
I don't think we have a strict policy but a few releases seem fine. Eventually they should go all go; but fine to merge them as we go too. |
Great, merging! Thanks @raybellwaves ! |
Erm, actually I think you may have to take it off WIP first |
This PR follows a TypeError I got
I saw the option of the inplace in the docs
http://xarray.pydata.org/en/stable/generated/xarray.Dataset.rename.html
Removing this argument.
TODO: