v923z / micropython-ulab

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

fix use of MICROPY_FLOAT_CONST, and build single-precision as part of CI #535

Closed dpgeorge closed 2 years ago

dpgeorge commented 2 years ago

Follow on from #534.

dpgeorge commented 2 years ago

This removes the +0. added in #534 and replaces it with a more long-term solution.

Also now builds a single precision port as part of CI.

v923z commented 2 years ago

@dpgeorge Thanks for cleaning this up! @jepler You beat me to merging this, thanks a lot!