-
**Describe the issue**:
I get a `RuntimeError` with some dask-ml code that worked with dask / distributed 2024.10.0 and earlier. With 2024.11.0 and newer, it fails:
**Minimal Complete Verifiabl…
-
### What happened + What you expected to happen
One of the latest Dask releases (`v2024.11.0`) removed the `_execute_task` method from its core module in favor of `execute_graph` (https://github.com/…
-
| | |
| --- | --- |
| Release version | 2024.11.2 |
| Planned release date | 2024-11-25 |
| Status | Blocked|
| Release manager | @jrbourbeau |
## Best effort
_Try to close before the…
-
**Describe the issue**:
Some tests are failing since [we bumped dask to 2024.11.2](https://github.com/NixOS/nixpkgs/pull/354636):
```
=========================== short test summary info ===…
-
I have around 200k polygons in a shapefile, and I want to dissolve the polygons that are connected to each other. ArcGIS offers simple techniques to achieve this, but I was wondering if there are quic…
-
I was about to try implementing a lazy downsampling of a dask array, but the `downscale_dask` looks perfect for my usecase.
I also need to lazily upsample a dask array. Would that be a useful additio…
-
There are two places we could use xarray's machinery for parallelization to potentially speed up the generation of references.
1) Using `parallel=True` in `xr.open_mfdataset`, which would then use …
-
Dear tutorial organizers,
I am trying to reproduce the results in [05-dask-hpc.ipynb](https://github.com/NCAR/dask-tutorial/blob/main/notebooks/05-dask-hpc.ipynb) using NCAR HPC JupyterHub on Caspe…
-
I'm using SLURMCluster to parallelize a Python pipeline on an HPC, and I'm faced with a situation where I need a ProcessPool to run parts of my code (external software that I cannot modify and crashes…
-
**Describe the issue**:
I am using prefect and dask getting below error
`RuntimeError: Cluster failed to start: Timed out trying to connect to tcp://dask-root-d.default:8786 after 30 s`
even …