Mathias Hauser

Results 218 comments of Mathias Hauser

I am closing this issue. Let me know if you have more questions.

Thanks for the feedback!

See https://youtu.be/-zsV0_QrfTw?t=478

Thanks for the report - I added that to the list of todos for the 0.18.1 patch release.

@slevang are you still interested to continue this PR? I think that would be a worthwhile addition and should not be too much left to do. (What would be nice,...

I'd opt for (1) & a comment on why it needs a separate module.

Thanks for the report & I agree that this should lead to the same but the code paths are indeed different - but I have not looked in to the...

For `xr.dot` it's also different: ```python xr.dot(a, b, dims=None) # reduce over common dimensions xr.dot(a, b, dims=...) # reduce over all dimensions ```

@keewis I think this might be 17:30 CET again next time when the daylight saving time has ended in the US

It would be nice to be able to preserve the MultiIndex with sel (e.g. `ds.sel(one=["a"]`) but if it makes the behavior inconsistent it is no good either...