mypy-data
mypy-data copied to clipboard
add (some) global numpy methods
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.
Deals with #3 #14
This looks looks good to me, any reason not to merge it?