Closed
Description
Clean-ups we should definitely do:
- remove deprecated options from
xarray.concat
(deprecated back in July 2015!):Lines 114 to 144 in 79dc7dc
- argument order in
DataArray.to_dataset
(also from July 2015)xarray/xarray/core/dataarray.py
Line 491 in 41fecd8
- remove the warning back reindex with variables with different dimensions (from 2017). This could either be replaced by replacing dimensions like
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
- remove
xarray.broadcast_array
, deprecated back in 2016 in 52ee95f (edit by @max-sixty ) - remove
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
- stop supporting a list of colors in the
cmap
argument (dating back to at least v0.7.0):Lines 737 to 745 in d089df3
- push the removal of the
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:
- switch the default reduction dimension of groupby and resample? (Future warning for default reduction dimension of groupby #2366) This has been giving a FutureWarning since v0.11.0, released back in November 2018. We could also potentially push this back to 0.14, but these warnings are a little annoying...
- deprecate
auto_combine
(API for N-dimensional combine #2616) only since 29 June 2019, so that should be pushed.
Metadata
Metadata
Assignees
Labels
No labels