summaryrefslogtreecommitdiff
path: root/shared-bindings/ulab/vector
AgeCommit message (Collapse)Author
2020-07-28Upgrade ulabJeff Epler
This version * moves source files to reflect module structure * adds inline documentation suitable for extract_pyi * incompatibly moves spectrogram to fft * incompatibly removes "extras" There are some remaining markup errors in the specific revision of extmod/ulab but they do not prevent the doc building process from completing.
2020-06-01ulab: docs: Fix markup errorJeff Epler
2020-06-01fix spellingJeff Epler
2020-06-01ulab: updateJeff Epler
.. add new modules and functions to our shared-bindings stubs
2020-05-14Fix ulab, math and template.Scott Shawcroft