circuitpython-ulab/code
Jeff Epler fc80a25685 Increase CircuitPython compatibility
- Adapt to signature of mp_make_new_fun_t for mpy and cpy by ifdef
 - Use MP_OBJ_IS_TYPE instead of mp_obj_is_type
 - Ditto MP_OBJ_IS_INT
 - Use mp_const_none instead of MP_ROM_NONE
 - Ditto mp_const_true, mp_const_false
2020-02-12 10:15:47 -06:00
..
fft.c Increase CircuitPython compatibility 2020-02-12 10:15:47 -06:00
fft.h the master branch is configurable now 2020-02-07 21:23:24 +01:00
filter.c Increase CircuitPython compatibility 2020-02-12 10:15:47 -06:00
filter.h the master branch is configurable now 2020-02-07 21:23:24 +01:00
linalg.c Increase CircuitPython compatibility 2020-02-12 10:15:47 -06:00
linalg.h the master branch is configurable now 2020-02-07 21:23:24 +01:00
micropython.mk convolve: implement and document 2020-02-05 16:33:48 -06:00
ndarray.c Increase CircuitPython compatibility 2020-02-12 10:15:47 -06:00
ndarray.h Increase CircuitPython compatibility 2020-02-12 10:15:47 -06:00
numerical.c Increase CircuitPython compatibility 2020-02-12 10:15:47 -06:00
numerical.h the master branch is configurable now 2020-02-07 21:23:24 +01:00
poly.c Increase CircuitPython compatibility 2020-02-12 10:15:47 -06:00
poly.h the master branch is configurable now 2020-02-07 21:23:24 +01:00
ulab.c Merge pull request #33 from jepler/fix-undef-errors-mpy 2020-02-11 20:19:27 +01:00
ulab.h added a short section to the manual on how to customise ulab 2020-02-11 21:36:12 +01:00
vectorise.c Increase CircuitPython compatibility 2020-02-12 10:15:47 -06:00
vectorise.h the master branch is configurable now 2020-02-07 21:23:24 +01:00