machinalis / mypy-data

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

Solve renaming of numpy.int #10

Open dmoisset opened 8 years ago

dmoisset commented 8 years ago

We renamed np.int to np.int_ to avoid ambiguity in the module when referring to int. However this breaks code doing things like some_array.as_type(np.int)