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
This would allow calling round(array). While this would certainly be equivalent to np.round(array), a similar feature is already there with abs(array) (which calls __abs__) and np.abs(array).