micropython-ulab/code/numpy
Zoltán Vörös 73dbbf79bb
add the out keyword argument to universal functions (#621)
* add optional out keyword argument to math functions

* fix the keyword handling in sqrt

* run micropython build on ubuntu 20.04 instead of latest

* fix unused variable error in vector_generic_vector
2023-05-28 17:33:24 +02:00
..
carray fix sorting of empty arrays in sort_complex (#583) 2023-01-23 21:53:41 +01:00
fft fix segmentation fault bug in fft.ifft (#557) 2022-11-07 17:23:04 +01:00
io Minor compile fixes: comma and new-line at end of files (#550) 2022-09-30 10:42:49 +02:00
linalg Fix several build errors in CircuitPython (#533) 2022-07-07 20:17:49 +02:00
ndarray Minor compile fixes: comma and new-line at end of files (#550) 2022-09-30 10:42:49 +02:00
approx.c Remove MICROPY_FLOAT_CONST from ULAB_DEFINE_FLOAT_CONST 2022-07-11 15:27:49 +10:00
approx.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
compare.c Fix unused function compare_equal_helper warning (#603) 2023-04-24 14:58:38 +02:00
compare.h implement nonzero (#540) 2022-08-03 20:56:45 +02:00
create.c Fix arange crashing when start, stop or step is nan (#605) 2023-04-27 13:26:04 +02:00
create.h add asarray, and tests for asarray and size 2022-01-14 20:45:14 +01:00
filter.c Fix build for MICROPY_OBJ_REPR_D configurations (#531) 2022-07-06 20:38:20 +02:00
filter.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
numerical.c Add missing constant constraints (#594) 2023-04-14 16:43:09 +02:00
numerical.h fix sorting on empty arrays 2022-04-18 10:18:19 +02:00
numpy.c ulab.numpy: implement sinc for creating audio filters 2023-05-15 18:00:59 -05:00
numpy.h Fix several build errors in CircuitPython (#533) 2022-07-07 20:17:49 +02:00
poly.c fix macro call in poly.c 2021-12-03 08:59:23 +01: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 Allocate 1d results of correct size (#577) 2023-01-15 10:58:18 +01:00
transform.h add numpy.size 2022-01-14 19:57:18 +01:00
vector.c add the out keyword argument to universal functions (#621) 2023-05-28 17:33:24 +02:00
vector.h add the out keyword argument to universal functions (#621) 2023-05-28 17:33:24 +02:00