* Fix use of object pointers so code builds with MICROPY_OBJ_REPR_D Signed-off-by: Damien George <damien.p.george@gmail.com> * Fix use of float constants so they work with MICROPY_OBJ_REPR_D Signed-off-by: Damien George <damien.p.george@gmail.com> * Use new float-const macros to simplify definitions of e,inf,nan,pi. Signed-off-by: Damien George <damien.p.george@gmail.com> * Add support for MICROPY_OBJ_REPR_C Signed-off-by: Damien George <damien.p.george@gmail.com> * Add unix-nanbox build to build.sh script Building nanbox requires gcc-multilib because it forces 32-bit mode. Signed-off-by: Damien George <damien.p.george@gmail.com> * Bump version to 5.0.8 Signed-off-by: Damien George <damien.p.george@gmail.com> |
||
|---|---|---|
| .. | ||
| numpy | ||
| scipy | ||
| user | ||
| utils | ||
| micropython.cmake | ||
| micropython.mk | ||
| ndarray.c | ||
| ndarray.h | ||
| ndarray_operators.c | ||
| ndarray_operators.h | ||
| ndarray_properties.c | ||
| ndarray_properties.h | ||
| ulab.c | ||
| ulab.h | ||
| ulab_tools.c | ||
| ulab_tools.h | ||