No description
Find a file
2020-02-27 10:14:53 -06:00
.github/workflows fix printing failure info when tests fail 2020-02-18 21:10:33 -06:00
code remove unused and unneeded file 2020-02-27 10:14:53 -06:00
docs Move zeros(), ones() to base ulab module 2020-02-27 10:05:50 -06:00
tests Move zeros(), ones() to base ulab module 2020-02-27 10:05:50 -06:00
build.sh a script to build and run tests locally 2020-02-27 10:11:34 -06:00
LICENSE Create LICENSE 2019-09-11 19:53:01 +02:00
README.md Trim README to just the basics 2020-02-11 10:08:47 -06:00

circuitpython-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.

ulab will be incorporated in builds of most CircuitPython supported devices, so there's usually no need to use the files here directly. If you've encountered a problem with circuitpython-ulab, please file an issue in the circuitpython issue tracker.

circuitpython-ulab is based on micropython-ulab.