cupy-xarray icon indicating copy to clipboard operation
cupy-xarray copied to clipboard

Interface for using cupy in xarray, providing convenience accessors.

Results 12 cupy-xarray issues
Sort by recently updated
recently updated
newest added

TODO: - [x] https://github.com/pydata/xarray/pull/6874 - [x] https://github.com/pydata/xarray/pull/8100 - [ ] https://github.com/pydata/xarray/pull/8408 - [ ] add docs - [x] add tests This PR registers a "kvikio" backend that allows us to...

- [x] Add pre-commit configuration - [x] ~~Remove versioneer and use setuptools-scm~~ - [ ] Add Github workflow for testing infrastructure - [x] Rename branch from `master` -> `main`

Once https://github.com/pydata/xarray/pull/4972 is merged we should create a `test_cupy.py`

This is a tracking issue for stuff that needs to happen for better Xarray integration. For some background, see [here](https://docs.xarray.dev/en/stable/user-guide/duckarrays.html) and [here](https://docs.xarray.dev/en/stable/internals/duck-arrays-integration.html#internals-duck-arrays) - [x] sliding_window_view for rolling: - [x] https://github.com/cupy/cupy/issues/6956...

help wanted

autodoc/autosummary import the package to automatically add the docstrings. This means cupy-xarray and cupy are imported. importing cupy fails on RTD saying it can't find libcuda. It'd be nice to...

help wanted

--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In [13], line 4 2 import pandas as pd 3 import xarray as xr ----> 4 import cupy_xarray 5 xr.set_options(display_expand_data=False) 7 rng...

This commit fixes the following issue of the wrong behavior of `is_cupy` property with pint xarrays: ```pythonimport numpy as np import xarray as xr import cupy as cp import pint_xarray...

I have noticed the links for some the CI badges are not set up correctly in the README which results in a fail status on the `build` status badge. The...

@dcherian and I brainstormed on the topics that should be included in the docs as following: 1. Basic Concepts : * How to convert numpy and cupy. * `.mean` ,...