No description
Find a file
2019-10-29 21:15:03 +01:00
code fully implemented subscription methods 2019-10-29 21:12:12 +01:00
docs updated conf.py 2019-10-29 21:15:03 +01:00
firmware added eig to linalg, and updated the manual 2019-10-19 15:32:45 +02:00
LICENSE Create LICENSE 2019-09-11 19:53:01 +02:00
README.md added eig to linalg, and updated the manual 2019-10-19 15:32:45 +02:00

micropython-ulab

ulab is a numpy-like array manipulation library for micropython. The module is written in C, defines compact containers for numerical data, and is fast.

Documentation can be found under https://micropython-ulab.readthedocs.io/en/latest/ The source for the manual is in https://github.com/v923z/micropython-ulab/blob/master/docs/ulab-manual.ipynb, while developer help is in https://github.com/v923z/micropython-ulab/blob/master/docs/ulab.ipynb.

Firmware for pyboard.v.1.1 is updated once in a while, and can be downloaded from https://github.com/v923z/micropython-ulab/blob/master/firmware/firmware.dfu, otherwise, it can be compiled from the source by following the steps https://micropython-usermod.readthedocs.io/en/latest/usermods_05.html#compiling-our-module.