-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
This is a tracking issue for stuff that needs to happen for better Xarray integration. For some background, see here and here
- sliding_window_view for rolling:
- flox support for groupby/groupby_bins/resample:
- CuPy support flox#128 and Dispatch ufunc.at methods cupy/cupy#7561
- also requires manual dispatching in Xarray: https://github.com/pydata/xarray/blob/ebfa77311280a15d8c455ceb5c8ddc25a2efef39/xarray/util/generate_reductions.py#L354
- Better reprs:
- Add CUDA device ID to
ndarray.__repr__
cupy/cupy#6926; - An HTML repr like dask would also be nice.
- Also a _repr_inline?
- Add CUDA device ID to
- test out & document
apply_ufunc
withvectorize=True
(cupy already supports vectorize) - Experiment with cuDF indexes instead of Pandas indexes
leofang, negin513 and newmanwangandersy005
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed