Benoit Bovy

Results 452 comments of Benoit Bovy

Is there still work to do here apart from resolving conflicts? It would be nice to allow resizing a `CameraStream` view too (I guess it is just missing the `width`...

A special-case sounds reasonable to me as well as a temporary fix before looking into if/how we can refactor groupby so that it works with multiple kinds of built-in and/or...

I'm closing this issue as the terminology section has been updated in #7368, which now clearly distinguish between (non)dimension coordinate and (non)indexed coordinate. For the multi-index "virtual" coordinates in the...

@aberges-grd If your non-index coordinate supports it (I guess it does?), you could assign a default index to the coordinate with `set_xindex` and then use slices for selection like any...

@gewitterblitz there is a kdtree-based index example in #7041 that works with multi-dimensional coordinates. You could also have a look at https://xoak.readthedocs.io/en/latest/ (it doesn't use Xarray indexes - soon hopefully...

xref a possible solution explained here: https://github.com/pydata/xarray/issues/8005#issuecomment-1691619253 Basically, it is very similar than @shoyer's https://github.com/pydata/xarray/issues/1475#issuecomment-314844258. In addition, the bounds coordinate would be indexed (and would share its Xarray index with...

Maybe via a `"orphan": true` notebook metadata entry? This seems to be what [MyST-NB](https://myst-nb.readthedocs.io/en/latest/render/glue.html#embedding-outputs-from-other-pages) uses to ignore the warnings.

> On the other hand, if the Array API specification gets adopted in the Python world, that might be the more general choice Yes that would make things even easier!...

Thanks for the report @yurivict. Yes, passing multi-index through a simulation is broken in recent Xarray releases, in which there has been a major refactor regarding (multi-)indexes. This needs to...

@aufdenkampe, I'm glad you are considering using xarray-simlab! I have no particular timeline but I'd like to fix this issue and release version 0.5.1 anyway. What is your timeline? I...