Skip to content

Commit affa763

Browse files
Update docs/operations.md
Co-authored-by: Hameer Abbasi <[email protected]>
1 parent 226109b commit affa763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ in the form `x.reduction()`, the following reductions are supported:
209209
## Indexing
210210

211211
[`sparse.COO`][] and [`sparse.GCXS`][] arrays can be [indexed](https://numpy.org/doc/stable/user/basics.indexing.html)
212-
just like regular [`numpy.ndarray`][] objects. They support integer, slice and boolean indexing(sparse boolean index not supported yet).
212+
just like regular [`numpy.ndarray`][] objects. They support integer, slice and boolean and array indexing (boolean and array indexing is supported only by dense NumPy arrays).
213213
However, currently, numpy advanced indexing is not properly supported. This
214214
means that all of the following work like in Numpy, except that they will produce
215215
[`sparse.SparseArray`][] arrays rather than [`numpy.ndarray`][] objects, and will produce

0 commit comments

Comments
 (0)