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
* try to fix code links in docs
* add currentmodule datatree command to get links to api docs working
* add some intersphinx links to xarray API
* whatsnew
Requirements:
DataArray
before and independently ofDataset
dimensions
->dims
andcoordinates
->coords
(Consistent use of abbreviations: attrs, dims, coords #190)noncoordinates
->noncoords
attrs
with a keyword argument inDataset.__init__
(to make room forcoords
)array.coords[0]
to
argument fromDataset.apply
(it will be much less clearly useful when we have non-index coords)Nice to have:
The text was updated successfully, but these errors were encountered: