micropython-ulab/code
Damien George 1347694672
Fix build for MICROPY_OBJ_REPR_D configurations (#531)
* 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>
2022-07-06 20:38:20 +02:00
..
numpy Fix build for MICROPY_OBJ_REPR_D configurations (#531) 2022-07-06 20:38:20 +02:00
scipy Fix build for MICROPY_OBJ_REPR_D configurations (#531) 2022-07-06 20:38:20 +02:00
user Lowercase MP macros 2021-04-22 17:54:02 -07:00
utils Fix build for MICROPY_OBJ_REPR_D configurations (#531) 2022-07-06 20:38:20 +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 Fix build for MICROPY_OBJ_REPR_D configurations (#531) 2022-07-06 20:38:20 +02: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 Fix build for MICROPY_OBJ_REPR_D configurations (#531) 2022-07-06 20:38:20 +02:00
ulab.h move spectrogram to utils module 2022-01-29 18:02:48 +01: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