machinalis / mypy-data

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

Add arange method #21

Open GrierPhillips opened 6 years ago

GrierPhillips commented 6 years ago

Added the arange method to the array creation routines. np.arange requires a number (Union[int, float]) for the start, stop, and step parameters and returns an ndarray[int, float].