Closed
Description
Yesterday in the dev call we discussed the need for another release. Not sure if this should be a bugfix release (i.e. v0.18.3) or a full release (i.e. v0.19). Last release (v0.18.2) was 19th May, with v0.18.0 on 6th May.
@pydata/xarray
Bug fixes:
- Error slicing CFTimeIndex with Pandas 1.3 #5581 and the fix Make
kind
argument inCFTimeIndex._maybe_cast_slice_bound
optional #5359 (this one needs to be released soon really) - Undeprecate dict argument for coords in DataArray (#5527) #5528
- Probably various smaller ones
New features:
- combine_by_coordinates to handle unnamed data arrays. #4696
- Allow user to explicitly disable coordinates attribute #5514
- Add coarsen.construct #5476
- Allow plotting categorical data #5464
- Add
xr.unify_chunks()
top level method #5445
Internal:
Nice to merge first?:
- Add to_numpy() and as_numpy() methods #5568 and Plots get labels from pint arrays #5561
- Rely on NEP-18 to dispatch to dask in duck_array_ops #5571
- Accept missing_dims in Variable.transpose and Dataset.transpose #5586
- Fix bug when querying unnamed dataarray #5493
- Add dataarray scatter with 3d support #4909
- dataset
__repr__
updates #5580 - apply to dataset #4863
- fix dtype complex for rasterio backend #5501