dask / dask-expr

BSD 3-Clause "New" or "Revised" License
79 stars 18 forks source link

Array: Unify Chunks #1096

Closed mrocklin closed 1 day ago

mrocklin commented 6 days ago

There's a pretty major TODO in the array implementation, to implement unify_chunks, the code that takes two arrays of possibly different chunking / dimensions, and aligns them so their chunking corresponds. There are several TODO notes in blockwise.py around this as the align_arrays= keyword.

My recollection is that this was the biggest missing piece (among several missing pieces) that stopped the implementation from being somewhat useful.

No urgency of course, just highlighting where I think the next big step might be.

phofl commented 1 day ago

that's done now