v923z / micropython-ulab

a numpy-like fast vector module for micropython, circuitpython, and their derivatives
https://micropython-ulab.readthedocs.io/en/latest
MIT License
392 stars 110 forks source link

Int overflow #629

Closed FelixNumworks closed 1 year ago

FelixNumworks commented 1 year ago

Fix multiple problems due to overflowing of int types + infinite arange

v923z commented 1 year ago

Looks good, thanks!