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

Update type annotations in compare.c and vector.c #663

Closed kbsriram closed 4 months ago

kbsriram commented 4 months ago

This should address at least the specific issues noted in https://github.com/adafruit/circuitpython/issues/8715 and https://github.com/v923z/micropython-ulab/issues/662 . (As I'd filed the original issue here for a more localized docubug :smile:) please of course feel free to re-purpose the issue, or close it to start a new generic tracking issue later as seems appropriate.

v923z commented 4 months ago

Many thanks for your contribution!