Skip to content

Commit

Permalink
Closes #5111 (#5112)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici authored Apr 6, 2021
1 parent 27ecf2d commit 903278a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xarray/core/indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,10 @@ def __repr__(self):
return f"{type(self).__name__}(array={self.array!r}, key={self.key!r})"


# keep an alias to the old name for external backends pydata/xarray#5111
LazilyOuterIndexedArray = LazilyIndexedArray


class LazilyVectorizedIndexedArray(ExplicitlyIndexedNDArrayMixin):
"""Wrap an array to make vectorized indexing lazy."""

Expand Down

0 comments on commit 903278a

Please sign in to comment.