Matthew Rocklin

Results 1104 comments of Matthew Rocklin

Thanks for doing this @stsievert ! If you have time can I suggest that we plot both values on the same plot, perhaps ordering the labels on the x axis...

```python x = dask.compute(*results) # start computation in the background progress(x) # watch progress ``` This bug arises because `x` doesn't have any Dask futures attached to it. The dask.compute...

If someone wants to make things more robust to empty key sets that would be welcome. This shouldn't require deep Dask experience to solve.

Dask clients create their own event loop if invoked normally (most users don't understand async, so we do some magic here). You're creating a client in a synchronous way and...

There's the /tasks page which has a longer history

Any update here @jakirkham ? It looks like this is stale. Should we close it?

If someone wants to compile a list of all optional dependencies that would be welcome. FWIW I doubt that including cytoolz over toolz will have a significant effect on runtime...

I suspect that the modes used were built to support scikit-image, but I don't recall exactly.

> Unfortunately, it was difficult without being able to assign to slices of dask arrays. Is this a feature that will be possible in the near future? It's certainly in-scope,...

> Is there a benchmarking suite for dask? It would be interesting to add these to it. There is, though it's not well maintained. No reason not to start now...