-
The latest release removed `.attrs`. This breaks backward compatibility and also Pandas still uses it, so I kindly ask if it can be reinstated.
To reproduce, the last assert should pass.
```python…
-
Hi all, `setup.cfg` specifies that `odc-stac` supports Python 3.8:
https://github.com/opendatacube/odc-stac/blob/develop/setup.cfg#L33
However, I'm having dependency issues with Dask when trying t…
-
It would be nice to have a configuration option for optimizations as in dask-array and dask-delayed:
https://docs.dask.org/en/stable/optimize.html#customizing-optimization
lgray updated
1 month ago
-
Hi, I want to index an array and then set those values to something.
So, this is the example that DOES NOT work.
**Minimal Complete Verifiable Example**:
```python
import dask.array as da
i…
-
**Describe the issue**:
When executing certain custom task graphs with the PerformanceReport context manager I get log warnings like the following:
```
2024-03-13 14:43:10,263 - distributed.size…
-
There is a traceback in the Dask case for the parallel notebook, and somehow this doesn't fail the CI or execution and rendering.
I see no sign of this in the pytest jobs (which uses `nbval`), but …
-
#### Minimal, reproducible code sample, a copy-pastable example if possible
```python
from numcodecs.ndarray_like import is_ndarray_like
import numpy as np
import dask.array as da
np_array …
-
Currently we use [`rapids-dask-dependency`](https://github.com/rapidsai/rapids-dask-dependency) to manage our dask pinnings across RAPIDS both during the development cycle and at release time. Since d…
vyasr updated
2 weeks ago
-
Hi guys,
I encountered a TypeError when trying to import pyam in my environment this morning. My installation code looks like this:
_!pip install ixmp4 numpy==1.23.5
!pip install pyam-iamc numpy=…
-
Hi,
I'm writing to ask if it is expected behavior that CONUS404 and CONUS404-PGW are on slightly different grids. I am accessing both on Hovenweep as follows:
```
url = 'https://raw.githubuserc…