MaixPy-v1
MaixPy-v1 copied to clipboard
Is it possible to update the ulab in the master branch and release it in the .bin file?
Describe the bug I noticed that in the current 0.6.2 version of the firmware, the ulab version looks a bit old and shows an error when I execute the code below
from ulab import numpy
from ulab import scipy
it only works when I execute code like
import ulab as np
In fact, ulab compatibility looks good because, as it describes, "it has no hardware dependencies". Also, although there is firmware for updating ulab in #232 , and users can add and compile it themselves, I think that with the importance of numpy and scipy for python, the ulab update will make maixpy more competitive.
- Firmware version: [0.6.2]
- Board: [e.g. Maix Go]
- OS: [Windows]