You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importxarrayasxrds=xr.tutorial.open_dataset('air_temperature')
ds.dims["time"] # Emits: The return type of `Dataset.dims` will be changed to return a set of ...list(ds.dims) # Does not emit a warning
I think __iter__ should also emit a warning, but I'm unsure if the decision not to do it is deliberate.