micropython-ulab/code
Zoltán Vörös dfed7a844a
implement nonzero (#540)
* implement nonzero for Boolean arrays

* remove axtls from build script

* extend nonzero to ndarrays of arbitrary dtype, and iterable, fix float tests

* temporarily disable circuitpython tests

* add nonzero documentation

* Added test script for np.nonzero()

Co-authored-by: Tejal Ashwini Barnwal <64950661+tejalbarnwal@users.noreply.github.com>
2022-08-03 20:56:45 +02:00
..
numpy implement nonzero (#540) 2022-08-03 20:56:45 +02:00
scipy Make optimize's bisect,fmin,newton use C stack instead of heap (#536) 2022-07-11 19:18:40 +02:00
user Fix several build errors in CircuitPython (#533) 2022-07-07 20:17:49 +02:00
utils Fix several build errors in CircuitPython (#533) 2022-07-07 20:17:49 +02:00
micropython.cmake code/micropython.cmake: drop redundant -D 2021-03-25 21:11:13 +00:00
micropython.mk rebase from master 2022-01-15 09:46:13 +01:00
ndarray.c Fix build for MICROPY_OBJ_REPR_D configurations (#531) 2022-07-06 20:38:20 +02:00
ndarray.h Remove MICROPY_FLOAT_CONST from ULAB_DEFINE_FLOAT_CONST 2022-07-11 15:27:49 +10:00
ndarray_operators.c Fix build for MICROPY_OBJ_REPR_D configurations (#531) 2022-07-06 20:38:20 +02: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 implement nonzero (#540) 2022-08-03 20:56:45 +02:00
ulab.h implement nonzero (#540) 2022-08-03 20:56:45 +02:00
ulab_tools.c fix size argument handling 2022-01-14 22:54:04 +01:00
ulab_tools.h fix size argument handling 2022-01-14 22:54:04 +01:00