numpy / numpy-stubs

Experimental typing stubs for NumPy
BSD 3-Clause "New" or "Revised" License
282 stars 32 forks source link

ENH: Add type annotations for the np.core.fromnumeric module: part 2/4 #71

Closed BvB93 closed 4 years ago

BvB93 commented 4 years ago

Add annotations for the second batch of np.core.fromnumeric functions from https://github.com/numpy/numpy-stubs/pull/59/

New Functions

person142 commented 4 years ago

Hey @BvB93, can we move the

67 Fixes & Updates

parts into their own PR to keep concerns separate?

BvB93 commented 4 years ago

Hey @BvB93, can we move the ... parts into their own PR to keep concerns separate?

Yeah sure, I've created a pull request for the fixes at https://github.com/numpy/numpy-stubs/pull/74. In the mean time (i.e. until https://github.com/numpy/numpy-stubs/pull/74 is pushed) I'll keep the pull request here as a draft.

BvB93 commented 4 years ago

With the recent push of https://github.com/numpy/numpy-stubs/pull/74 this pull request is ready for review again.