Deepak Cherian
Deepak Cherian
Sure, but the situation for sharded writes at the moment seems to be "wrong by default" which is terrible for a storage library.
Doesn't the diagnosis in https://github.com/zarr-developers/zarr-python/pull/3217 explain it?
do you have an example for when `0` is generated? Seems like that is a thing to fix.
This is ready for review. It is backwards-incompatible. Previously when grouping by a dask array we would just compute it eagerly. It has been like that for a very long...
This should be backwards compatible now, and raise nice warnings. I'd like to merge this soon, it's been around for a while...
I'll merge on Monday if there are no comments
> Anyway I can have a go at (1) if I get time, although if anyone familiar with the many codepaths relating to compat checks in xarray fancies it (or...
is there a path to getting this to work?
Hi, thanks for digging so deeply in to this. I had trouble understanding the description so here's what I have understood so far. In your example problem, `indices` is a...
ah thanks, that does help! Conceptually, the trick is to completely avoid broadcasting, which I agree with. However, I'm not sure this implementation works well for the pointwise case (which...