micropython-ulab/code/numpy
Zoltán Vörös 88ef893540
Random fix (#718)
* fix typo and shape in radnom module

* add random test files

* fix expected file
2025-05-29 19:16:43 +02:00
..
carray add missing typing (#680) 2024-08-25 16:09:47 +02:00
fft Add keyword arguments to spectrogram (#657) 2024-09-14 12:18:14 +02:00
io fix loadtxt for the case, when built-in complexes are not supported (#666) 2024-03-06 18:59:32 +01:00
linalg Remove the STATIC macro. (#664) 2024-02-29 21:34:50 +01:00
ndarray Minor compile fixes: comma and new-line at end of files (#550) 2022-09-30 10:42:49 +02:00
random Random fix (#718) 2025-05-29 19:16:43 +02:00
approx.c Remove the STATIC macro. (#664) 2024-02-29 21:34:50 +01:00
approx.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
bitwise.c Switch to using MP_ERROR_TEXT in CircuitPython, change ulab accordingly 2023-10-30 09:50:39 +01:00
bitwise.h add bitwise operators (#616) 2023-06-20 21:44:58 +02:00
compare.c Update type annotations in compare.c and vector.c (#663) 2024-02-28 20:27:29 +01:00
compare.h implement nonzero (#540) 2022-08-03 20:56:45 +02:00
create.c Take (#688) 2024-10-09 21:10:25 +02:00
create.h Take (#688) 2024-10-09 21:10:25 +02:00
filter.c Switch to using MP_ERROR_TEXT in CircuitPython, change ulab accordingly 2023-10-30 09:50:39 +01:00
filter.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
numerical.c ix keepdims for min, max, argmin, argmax (#707) 2025-01-26 21:04:20 +01:00
numerical.h fix keepdims for std, update docs (#704) 2025-01-19 22:51:02 +01:00
numpy.c Take (#688) 2024-10-09 21:10:25 +02:00
numpy.h Fix several build errors in CircuitPython (#533) 2022-07-07 20:17:49 +02:00
poly.c Add keyword arguments to spectrogram (#657) 2024-09-14 12:18:14 +02:00
poly.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
stats.c ulab can now be compiled with complex support 2021-12-03 08:59:23 +01:00
stats.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
transform.c fix the np.delete bug (#653) 2023-12-25 10:56:16 +01:00
transform.h add numpy.size 2022-01-14 19:57:18 +01:00
vector.c Update type annotations in compare.c and vector.c (#663) 2024-02-28 20:27:29 +01:00
vector.h allow function iterator in math functions (#633) 2023-07-02 10:02:29 +02:00