micropython-ulab/code/numpy
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
..
fft Fix documentation build 2021-07-20 17:26:43 -05:00
linalg Only use the _float alias for the float built-in type in ulab.numpy proper 2021-07-22 08:37:12 -05:00
ndarray fix assertion 2021-07-13 21:35:01 +02:00
approx.c Fix documentation build 2021-07-20 17:26:43 -05:00
approx.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
compare.c re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
compare.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
filter.c re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
filter.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
numerical.c Fix documentation build 2021-07-20 17:26:43 -05:00
numerical.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
numpy.c Fix documentation build 2021-07-20 17:26:43 -05:00
numpy.h add relativ path for ulab.h and ndarray.h 2021-03-31 16:11:09 +02:00
poly.c re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
poly.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
stats.c Fix documentation build 2021-07-20 17:26:43 -05:00
stats.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
transform.c Fix documentation build 2021-07-20 17:26:43 -05:00
transform.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
vector.c Fix documentation build 2021-07-20 17:26:43 -05:00
vector.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00