-
-
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
Deprecation cycles to finish for xarray 0.13 #3280
Comments
I am a bit worried about the 3rd last item on your list. I currently still rely on this behavior because the alternative does not work for me, see #3284. |
OK, we should put this off until the alternative works! But I do think we want to stop overloading |
I think all the 'must-dos' are done |
Yes, fine for me. |
We were also planing to deprecate |
Yeah, there's also some question about if combine_nested() and
combine_by_coords() really solve all the use-cases of auto_combine(). For
example, a bunch of files that don't contain the concatenated dimension and
have different variables can be combined automatically by auto_combine()
but not combine_by_coord().
…On Fri, Sep 13, 2019 at 9:03 AM Deepak Cherian ***@***.***> wrote:
We were also planing to deprecate auto_combine for 0.13 but we've been
warning about that only since 29 June, 2019 so that should be pushed to
0.14. I've added this to the list.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3280?email_source=notifications&email_token=AAJJFVQWOC4UEA6LGUYMJALQJO2UNA5CNFSM4ITUC3R2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6VO4YI#issuecomment-531295841>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJJFVQBN7OLZHD3VOKKBATQJO2UNANCNFSM4ITUC3RQ>
.
|
Clean-ups we should definitely do:
xarray.concat
(deprecated back in July 2015!):xarray/xarray/core/concat.py
Lines 114 to 144 in 79dc7dc
DataArray.to_dataset
(also from July 2015)xarray/xarray/core/dataarray.py
Line 491 in 41fecd8
sel
or by simply raising an error for now and leaving replacing dimensions for later: indexing with broadcasting #1639):xarray/xarray/core/alignment.py
Lines 389 to 398 in 79dc7dc
xarray.broadcast_array
, deprecated back in 2016 in 52ee95f (edit by @max-sixty )Variable.expand_dims
(deprecated back in August 2017), whose implementation actually looks like it's already broken:xarray/xarray/core/variable.py
Lines 1232 to 1237 in 41fecd8
cmap
argument (dating back to at least v0.7.0):xarray/xarray/plot/utils.py
Lines 737 to 745 in d089df3
compat
andencoding
arguments fromDataset
/DataArray
back to 0.14. These were only deprecated 7 months ago in deprecate compat & encoding #2703. (edit by @max-sixty )Clean-ups to consider:
auto_combine
(API for N-dimensional combine #2616) only since 29 June 2019, so that should be pushed.The text was updated successfully, but these errors were encountered: