Skip to content

Commit 9b8df7f

Browse files
committed
Upgrade ulab
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.
1 parent 6afbefc commit 9b8df7f

File tree

14 files changed

+72
-626
lines changed

14 files changed

+72
-626
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ check-translate:
241241
stubs:
242242
@mkdir -p circuitpython-stubs
243243
@$(PYTHON) tools/extract_pyi.py shared-bindings/ $(STUBDIR)
244+
@$(PYTHON) tools/extract_pyi.py extmod/ulab/code/ $(STUBDIR)/ulab
244245
@$(PYTHON) tools/extract_pyi.py ports/atmel-samd/bindings $(STUBDIR)
245246
@$(PYTHON) setup.py -q sdist
246247

0 commit comments

Comments
 (0)