-
Would be nice if a simple `dask` interface were provided to `mkl_fft` (much like the `numpy` one currently). In fact it could be built right on top of the [`_numpy_fft` module]( https://github.com/Int…
-
From https://gitter.im/pangeo-data/Lobby?at=5dc6325beeb63e1a837e6f4a.
Dask does this in a https://github.com/dask/dask-docker/blob/master/base/prepare.sh.
IIUC, we may need to add the EXTRA_PIP_…
-
-
Hi,
I am trying out the example in “Predict Local Properties” section of the webpage ([PyMKS (Dask) Introduction — PyMKS](https://pymks.readthedocs.io/en/stable/rst/notebooks/intro_parallel.html#No…
-
This is an odd one. Totally repeatable. Not seen in others (as far as I know):
```
[bash][gwatts]:idap-200gbps-atlas > python servicex/servicex_materialize_branches.py -v --distributed-client schedul…
-
Especially the small jobs like `extract_halts` might benefit from using Dask - might also fix #36
-
### Description
On Linux Python 3.9 installing `kedro[test]==0.18.13` fails with resolution impossible
However if you directly specify it's requirements as extracted from the metadata (https://fil…
-
This [Dask Examples notebook](https://github.com/dask/dask-examples/blob/main/machine-learning/xgboost.ipynb) uses the deprecated `dask-xgboost` rather than the native XGBoost integration.
Tweaking…
-
Hello,
PyJulia crashes when I try to callJulia from inside a Python process using Dask multiprocessing (dask.distributed.Client) throwing the following exceptions:
```
Exception: OSError('excepti…
-
Currently we have code here that is installing Dask & Distributed from source. This was needed as there were not nightlies previously
https://github.com/rapidsai/cuml/blob/76c7ffcbdd366baa604db5992…