circuitpython-ulab/code
Jeff Epler 5d01882c41
Only use this submodule feature in CircuitPython
.. as it does not work properly in MicroPython.

Also, modules to be const. This saves a small amount of RAM
2022-02-19 09:27:29 -06:00
..
numpy Only use this submodule feature in CircuitPython 2022-02-19 09:27:29 -06:00
scipy Only use this submodule feature in CircuitPython 2022-02-19 09:27:29 -06:00
user Only use this submodule feature in CircuitPython 2022-02-19 09:27:29 -06:00
utils Only use this submodule feature in CircuitPython 2022-02-19 09:27:29 -06:00
micropython.cmake code/micropython.cmake: drop redundant -D 2021-03-25 21:11:13 +00:00
micropython.mk fix circuitpython documentation 2021-12-30 08:54:52 +01:00
ndarray.c implement ==, and != for complex dtypes 2022-01-07 14:05:38 +01:00
ndarray.h add tolist method to ndarray 2022-01-01 18:16:04 +01:00
ndarray_operators.c implement ==, and != for complex dtypes 2022-01-07 14:05:38 +01:00
ndarray_operators.h updated docs, removed circuitpython stuff, and fixed diff code 2021-01-14 19:40:18 +01:00
ndarray_properties.c add real/imag properties to ndarray 2022-01-02 19:14:12 +01:00
ndarray_properties.h insert circuitpython hooks for flatiter 2021-07-13 22:38:01 +02:00
ulab.c Only use this submodule feature in CircuitPython 2022-02-19 09:27:29 -06:00
ulab.h remove misleading comment from ulab.h 2022-01-07 21:19:06 +01:00
ulab_tools.c add compress function 2022-01-02 12:46:12 +01:00
ulab_tools.h add compress function 2022-01-02 12:46:12 +01:00