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
Currently, we strip labels from DataArray arguments to [] / .loc[] / .sel()/ .isel(). But this will break when we finally add indexing with alignment (#974).
We could start raising deprecation warnings now so users can stop relying on this functionality that will change.
The text was updated successfully, but these errors were encountered:
Currently, we strip labels from DataArray arguments to
[]
/.loc[]
/.sel()
/.isel()
. But this will break when we finally add indexing with alignment (#974).We could start raising deprecation warnings now so users can stop relying on this functionality that will change.
The text was updated successfully, but these errors were encountered: