community icon indicating copy to clipboard operation
community copied to clipboard

For general discussion and community planning. Discussion issues welcome.

Results 97 community issues
Sort by recently updated
recently updated
newest added

Attendance has been low for a while and conversations have been lacking. I think that we're mostly handling the conversations here asynchronously. Still very much in favor of talking, but...

The hiccups that prompted #377 have also made it apparent that we don't have a _good_ way of communicating organizational/scheduling issues. To change this, I'd like to introduce a Google...

Next Demo Day: October 3rd --- See what the Dask community has been up to, or share some Dask work of your own. Demos are short and informal (~5-10 minutes)....

A while ago I read an excellent [blog post about version schemes](https://jacobtomlinson.dev/effver/) that is introducing a version scheme called "Intended Effort Versioning" (EffVer) that I quite like. I'm not particularly...

It's the time of the year again where [NEP29](https://numpy.org/neps/nep-0029-deprecation_policy.html) "allows" us to drop a python version. Numpy already dropped support https://github.com/numpy/numpy/issues/26242 / https://github.com/numpy/numpy/pull/26222 Pandas is still supporting it. The only...

Currently, the Dask conda nightlies' versions do not match up with the version returned by versioneer: ``` → conda list dask-core # packages in environment at /raid/charlesb/miniforge3/envs/test-dask: # # Name...

It'd be great to continue the Dask user survey we've done the past few years (xref https://github.com/dask/community/issues/148, https://github.com/dask/community/issues/56) @TomAugspurger this is something you've historically helped with. Do you have bandwidth...

We've been working on adding a Query optimization layer to Dask DataFrames for a while now. The project live at https://github.com/dask-contrib/dask-expr The status quo can be summarised as follows: -...

I want to start a bit of a discussion here about the difference between two Dask deployment paradigms that I will refer to as **Clusters** and **Runners**. My intention is...

Currently, several of the Dask projects run a subset of their tests on GPUs, through a Jenkins-based infrastructure put together by the ops team at RAPIDS ([relevant [archived] docs](https://deploy-preview-320--docs-rapids-ai.netlify.app/gpuci)). Currently,...