-
Hi Andrea,
I am currently troubleshooting an issue with the Dask Gateway API. While accessing the API through Traefik works (e.g., http://traefik-dask-gateway/services/dask-gateway/api/health retur…
-
- The code runs efficiently
- The code is clear with sufficient comments
- The output charts have proper layouts and beautiful color scheme
- When try to describe a dataset, use .compute() to outpu…
-
The idea of using distributed computing to tackle the simulated annealing task has come up.
A first test using Dask is being worked on, the first results will come in shortly, but working on that …
-
I frequently feel pain from having two distinct repositories with dask/dask and dask/distributed. Lately we've been working much more on changes that affect both repos and synchronizing PRs across rep…
-
**Describe the bug**
The Windows test suite is now timing out which is a little concerning considering it used to run in under ~5 minutes. It seems like this is potentially a result of some changes …
-
Hello,
I've been trying to implement this in a Kubernetes cluster in AWS, but I prefer to use Graviton (ARM64) instances due to its benefits and optimal cost. However, I've noticed that there are n…
-
# Fake issue:
@longtongster
Maybe be this should be under projects but ...
Here I create issue that i want to repo to explain how to create a dask cluster using kubernetes.
-
Script:
``` python
import dask
from dask import array as da
from dask import dataframe as dd
from dask_cuda import LocalCUDACluster
from distributed import Client, LocalCluster
import numpy as np
de…
-
See PR #1144; dask introduced a breaking change.
Superficially, my guess is that it fails to unpickle tiles correctly.
-
### 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/…