We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Supporting just numpy should be relatively easy. This will also work for method="blockwise" by default.
method="blockwise"
We may want to rename groupby_reduce to groupby_agg?
groupby_reduce
groupby_agg
For dask proper, we'll need to use dask.array.cumreduction instead of dask.array.blockwise + dask.array.reductions._tree_reduce
dask.array.cumreduction
dask.array.blockwise
dask.array.reductions._tree_reduce