Stephan Hoyer

Results 670 comments of Stephan Hoyer

Hi @benbovy -- this would be a really amazing feature to land! Are you still planning to work on this, blocked by something, or could someone else try to take...

If you want to do this on top of JAX, I think the easiest approach is probably to build a custom interpreter that implements the array API on top of...

This has some overlap with the proposal in https://github.com/pydata/xarray/issues/2895 I don't think there's an option to disable this currently, but it would probably make sense to add one. In the...

Yes, this makes a lot of sense to me. Quite often dimension sizes will differ per node, so it does not make sense to use a single shared set of...

> > For what it's worth, the future proof way to create NumPy arrays of UTF-8 data is to use the UTF-8 string dtype (`np.dtypes.StringDType`, which requires numpy v2). However,...

> I'd like to control whether encoding of data shall take place when appending. If I already have encoded data, I'd like to call `encoded_dataset.to_zarr(..., append_dim='time', encode_cf=False)`. This _sounds_ like...

I think nbytes is least useful on coordinates, which are generally small. I'm more on the fence for data variables in an xarray.Dataset, though at least for me I think...

> What's the case for defaulting to only have the size on lazy variables? I would have the default be for all but ofc open-minded... Lazy variables (using Xarray's internal...

I agree, we should not sort dictionary keys.