Skip to content

Commit

Permalink
Update comment about supported advanced indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Nov 28, 2016
1 parent 0e70665 commit 48ddeb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cupy/core/core.pyx
Expand Up @@ -1027,8 +1027,8 @@ cdef class ndarray:
array([1, 0])
"""
# supports basic indexing (by slices, ints or Ellipsis).
# also supports indexing by integer arrays.
# supports basic indexing (by slices, ints or Ellipsis) and
# some parts of advanced indexing by integer or boolean arrays.
# TODO(beam2d): Support the advanced indexing of NumPy.
cdef Py_ssize_t i, j, offset, ndim, n_newaxes, n_ellipses, ellipsis
cdef Py_ssize_t ellipsis_sizem, s_start, s_stop, s_step, dim, ind
Expand Down

0 comments on commit 48ddeb6

Please sign in to comment.