micropython-ulab/code
Jeff Epler 8ef203f21b Only use the _float alias for the float built-in type in ulab.numpy proper
Otherwise, an error occurred, but only on the macos build(!)
```
ulab/scipy/optimize/__init__.pyi:7: error: Name "_float" is not defined
```
It's not clear why `_float` was apparently defined on Linux in this
context.
2021-07-22 08:37:12 -05:00
..
numpy Only use the _float alias for the float built-in type in ulab.numpy proper 2021-07-22 08:37:12 -05:00
scipy Only use the _float alias for the float built-in type in ulab.numpy proper 2021-07-22 08:37:12 -05:00
user Lowercase MP macros 2021-04-22 17:54:02 -07:00
utils add relativ path for ulab.h and ndarray.h 2021-03-31 16:11:09 +02:00
micropython.cmake code/micropython.cmake: drop redundant -D 2021-03-25 21:11:13 +00:00
micropython.mk re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
ndarray.c docs: A workaround for the problem where ndarray can't be in two places 2021-07-22 08:15:23 -05:00
ndarray.h implement flat iterator 2021-07-13 21:35:01 +02:00
ndarray_operators.c updated docs, removed circuitpython stuff, and fixed diff code 2021-01-14 19:40:18 +01:00
ndarray_operators.h updated docs, removed circuitpython stuff, and fixed diff code 2021-01-14 19:40:18 +01:00
ndarray_properties.c implement flat iterator 2021-07-13 21:35:01 +02:00
ndarray_properties.h insert circuitpython hooks for flatiter 2021-07-13 22:38:01 +02:00
ulab.c re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
ulab.h implement flat iterator 2021-07-13 21:35:01 +02:00
ulab_create.c Fix documentation build 2021-07-20 17:26:43 -05:00
ulab_create.h initialise arange values via macro 2021-05-31 19:25:18 +02:00
ulab_tools.c Lowercase MP macros 2021-04-22 17:54:02 -07:00
ulab_tools.h moved trace to numpy 2021-02-13 09:25:08 +01:00