machinalis / mypy-data

mypy typesheds for the Python data stack
BSD 3-Clause "New" or "Revised" License
86 stars 23 forks source link

add (some) global numpy methods #15

Open kjyv opened 7 years ago

kjyv commented 7 years ago

I've added a few common methods and also added many ArrayLike methods to the ndarray class to return ndarray. Also ndarray subclasses the Sized type for len(ndarray) to not raise a type error.

kjyv commented 7 years ago

Deals with #3 #14

machinaut commented 6 years ago

This looks looks good to me, any reason not to merge it?