Tom Augspurger
Tom Augspurger
/ok to test 1c66ed3
I *think* that floating point inaccuracies are just a fact of life when you’re doing things in chunks, at least with the algorithms that dask.array uses today. I don’t think...
+1 to all of @jni's comments (including the "Completely happy to be outvoted here" bit; ultimately, ensuring that contributors are empowered and motivated to write good documentation is the most...
One other thing to think through is the config system (docs: https://zarr.readthedocs.io/en/stable/user-guide/gpu.html). We currently have a high-level `zarr.config.enable_gpu()` that updates a few config settings (the default buffer type being the...
> Could we standardize on [dlpack](https://dmlc.github.io/dlpack/latest/) actually? What would this mean in practice? What would `AsyncArray.getitem` return? Currently, it returns an `NDArrayLike`, whose concrete type depends on the `buffer` type...
> AsyncArray would need to implement OK, yeah that's what I was wondering. There's an issue somewhere (couldn't find it in a search) about `Array.__getitem__` / `AsyncArray.getitem` returning their own...
> Is the BufferPrototype chosen by the store implementation or the caller? It would be very nice if this prototype could be chosen by the store implementation, because then we...
Yeah, I'm not familiar with that. Looks like @madsbk added it in https://github.com/zarr-developers/zarr-python/pull/1910, so presumably it's related to whether or not the data will end up on the GPU? I...
I've started looking at these and will have a PR up tonight or tomorrow for some. The failures in `dask/dataframe/tests/test_dataframe.py::test_to_timedelta` (and probably `to_datetime`)) boil down to pandas 3.x's support for...
I thikn the resample errors are caused by https://github.com/pandas-dev/pandas/issues/63262. I'll defer those for now.