micropython-ulab/code
Jeff Epler 2df210f87a
Drop certain CircuitPython workarounds that are no longer needed
* ndarray_set_value: in CircuitPython 9
 * mp_obj_slice_indices: ditto
 * Use modern MP_REGISTER_MODULE calls: ditto
 * use MP_OBJ_SENTINEL to forward to locals dict (was never necessary?)
2023-09-22 14:47:02 -05:00
..
numpy Drop certain CircuitPython workarounds that are no longer needed 2023-09-22 14:47:02 -05:00
scipy Drop certain CircuitPython workarounds that are no longer needed 2023-09-22 14:47:02 -05:00
user Drop certain CircuitPython workarounds that are no longer needed 2023-09-22 14:47:02 -05:00
utils Drop certain CircuitPython workarounds that are no longer needed 2023-09-22 14:47:02 -05:00
micropython.cmake code/micropython.cmake: drop redundant -D 2021-03-25 21:11:13 +00:00
micropython.mk add bitwise operators (#616) 2023-06-20 21:44:58 +02:00
ndarray.c Drop certain CircuitPython workarounds that are no longer needed 2023-09-22 14:47:02 -05:00
ndarray.h Drop certain CircuitPython workarounds that are no longer needed 2023-09-22 14:47:02 -05:00
ndarray_operators.c fix binary division (#611) 2023-05-06 20:40:06 +02:00
ndarray_operators.h Floordiv (#593) 2023-04-23 21:14:59 +02:00
ndarray_properties.c Drop certain CircuitPython workarounds that are no longer needed 2023-09-22 14:47:02 -05:00
ndarray_properties.h Drop certain CircuitPython workarounds that are no longer needed 2023-09-22 14:47:02 -05:00
ulab.c Drop certain CircuitPython workarounds that are no longer needed 2023-09-22 14:47:02 -05:00
ulab.h add bitwise operators (#616) 2023-06-20 21:44:58 +02:00
ulab_tools.c Minor compile fixes: comma and new-line at end of files (#550) 2022-09-30 10:42:49 +02:00
ulab_tools.h fix size argument handling 2022-01-14 22:54:04 +01:00