Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 495 Bytes

File metadata and controls

19 lines (13 loc) · 495 Bytes

#78: Implement numpy.where

  • URL: #78
  • State: OPEN
  • Author: @Oceania2018
  • Created: 2018-11-09T05:07:46Z
  • Updated: 2019-12-05T02:00:14Z
  • Labels: enhancement

Description

Return elements, either from x or y, depending on condition. https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.where.html

Comments

Comment 1 by @rakshithm (2019-12-05T02:00:14Z)

When can we expect this to be implemented?