v923z / micropython-ulab

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

address issue raised in https://github.com/v923z/micropython-ulab/issues/676 #677

Closed v923z closed 2 months ago

v923z commented 2 months ago

ndarrays can now be created from a buffer, as requested in https://github.com/v923z/micropython-ulab/issues/676.