micropython-ulab/tests/2d/numpy
Zoltán Vörös 068da5fc96
Modulo (#734)
* add modulo operator

* fix module loops

* add in-place modulo operator

* update readme

* add test files, update documentation
2025-08-05 20:40:40 +02:00
..
00smoke.py Re-organize tests 2021-07-23 09:19:10 -05:00
00smoke.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
and.py implement AND, OR, XOR binary operators (#639) 2023-07-21 21:57:31 +02:00
and.py.exp implement AND, OR, XOR binary operators (#639) 2023-07-21 21:57:31 +02:00
any_all.py Re-organize tests 2021-07-23 09:19:10 -05:00
any_all.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
arange.py Fix arange crashing when start, stop or step is nan (#605) 2023-04-27 13:26:04 +02:00
arange.py.exp Fix arange crashing when start, stop or step is nan (#605) 2023-04-27 13:26:04 +02:00
asarray.py add asarray, and tests for asarray and size 2022-01-14 20:45:14 +01:00
asarray.py.exp add asarray, and tests for asarray and size 2022-01-14 20:45:14 +01:00
bitwise_and.py Bitwise (#628) 2023-06-21 13:46:30 +02:00
bitwise_and.py.exp Bitwise (#628) 2023-06-21 13:46:30 +02:00
bitwise_or.py Bitwise (#628) 2023-06-21 13:46:30 +02:00
bitwise_or.py.exp Bitwise (#628) 2023-06-21 13:46:30 +02:00
bitwise_xor.py add bitwise operators (#616) 2023-06-20 21:44:58 +02:00
bitwise_xor.py.exp add bitwise operators (#616) 2023-06-20 21:44:58 +02:00
buffer.py Re-organize tests 2021-07-23 09:19:10 -05:00
buffer.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
cholesky.py Re-organize tests 2021-07-23 09:19:10 -05:00
cholesky.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
concatenate.py fix concatenate (#575) 2023-01-14 11:02:33 +01:00
concatenate.py.exp fix concatenate (#575) 2023-01-14 11:02:33 +01:00
delete.py fix the np.delete bug (#653) 2023-12-25 10:56:16 +01:00
delete.py.exp fix the np.delete bug (#653) 2023-12-25 10:56:16 +01:00
diag.py add diag tests 2022-02-09 07:45:15 +01:00
diag.py.exp add diag tests 2022-02-09 07:45:15 +01:00
eye.py fix linspace error, extend to complex dtype, factor out tests 2022-01-06 19:55:34 +01:00
eye.py.exp fix linspace error, extend to complex dtype, factor out tests 2022-01-06 19:55:34 +01:00
full.py fix linspace error, extend to complex dtype, factor out tests 2022-01-06 19:55:34 +01:00
full.py.exp fix linspace error, extend to complex dtype, factor out tests 2022-01-06 19:55:34 +01:00
initialisation.py fix linspace error, extend to complex dtype, factor out tests 2022-01-06 19:55:34 +01:00
initialisation.py.exp fix linspace error, extend to complex dtype, factor out tests 2022-01-06 19:55:34 +01:00
isinf.py Re-organize tests 2021-07-23 09:19:10 -05:00
isinf.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
left_shift.py Bitwise (#628) 2023-06-21 13:46:30 +02:00
left_shift.py.exp Bitwise (#628) 2023-06-21 13:46:30 +02:00
linalg.py Re-organize tests 2021-07-23 09:19:10 -05:00
linalg.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
linspace.py fix linspace error, extend to complex dtype, factor out tests 2022-01-06 19:55:34 +01:00
linspace.py.exp fix linspace error, extend to complex dtype, factor out tests 2022-01-06 19:55:34 +01:00
load_save.py rebasing from master 2022-01-15 09:54:15 +01:00
load_save.py.exp rebasing from master 2022-01-15 09:54:15 +01:00
loadtxt.py add skiprows keyword 2022-01-31 22:12:00 +01:00
loadtxt.py.exp add skiprows keyword 2022-01-31 22:12:00 +01:00
logspace.py fix linspace error, extend to complex dtype, factor out tests 2022-01-06 19:55:34 +01:00
logspace.py.exp fix linspace error, extend to complex dtype, factor out tests 2022-01-06 19:55:34 +01:00
methods.py remove comments from methods.py 2022-09-21 20:00:03 +02:00
methods.py.exp fix test script, bring ulab in line with micropython, bump version number to 6.0.0 2022-09-21 19:59:34 +02:00
modulo.py Modulo (#734) 2025-08-05 20:40:40 +02:00
modulo.py.exp Modulo (#734) 2025-08-05 20:40:40 +02:00
nonzero.py implement nonzero (#540) 2022-08-03 20:56:45 +02:00
nonzero.py.exp implement nonzero (#540) 2022-08-03 20:56:45 +02:00
numericals.py Re-organize tests 2021-07-23 09:19:10 -05:00
numericals.py.exp implement nonzero (#540) 2022-08-03 20:56:45 +02:00
ones.py fix linspace error, extend to complex dtype, factor out tests 2022-01-06 19:55:34 +01:00
ones.py.exp fix linspace error, extend to complex dtype, factor out tests 2022-01-06 19:55:34 +01:00
operators.py Floordiv (#593) 2023-04-23 21:14:59 +02:00
operators.py.exp Fix (u)int8 upcasting as per docs and numpy (#650) 2023-12-11 22:34:21 +01:00
or.py implement AND, OR, XOR binary operators (#639) 2023-07-21 21:57:31 +02:00
or.py.exp implement AND, OR, XOR binary operators (#639) 2023-07-21 21:57:31 +02:00
random.py Random fix (#718) 2025-05-29 19:16:43 +02:00
random.py.exp Random fix (#718) 2025-05-29 19:16:43 +02:00
reshape.py fix reshape (#660) 2024-02-10 20:46:34 +01:00
reshape.py.exp fix reshape (#660) 2024-02-10 20:46:34 +01:00
right_shift.py Bitwise (#628) 2023-06-21 13:46:30 +02:00
right_shift.py.exp Bitwise (#628) 2023-06-21 13:46:30 +02:00
savetxt.py fully implement savetxt 2022-01-19 19:52:50 +01:00
savetxt.py.exp fix savetxt comments default value 2022-01-31 22:28:50 +01:00
signal.py Re-organize tests 2021-07-23 09:19:10 -05:00
signal.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
size.py add asarray, and tests for asarray and size 2022-01-14 20:45:14 +01:00
size.py.exp add asarray, and tests for asarray and size 2022-01-14 20:45:14 +01:00
sort.py add sort tests 2022-04-18 10:34:02 +02:00
sort.py.exp Fix sort when dtype is uint16 (#563) 2022-11-29 08:02:35 +01:00
sum.py Add keepdims keyword argument (#701) 2025-01-15 10:29:27 +01:00
sum.py.exp Add keepdims keyword argument (#701) 2025-01-15 10:29:27 +01:00
take.py Take (#688) 2024-10-09 21:10:25 +02:00
take.py.exp Take (#688) 2024-10-09 21:10:25 +02:00
vectorize.py fix vectorize (#568) 2023-01-04 00:27:41 +01:00
vectorize.py.exp fix vectorize (#568) 2023-01-04 00:27:41 +01:00
where.py Re-organize tests 2021-07-23 09:19:10 -05:00
where.py.exp Re-organize tests 2021-07-23 09:19:10 -05:00
xor.py implement AND, OR, XOR binary operators (#639) 2023-07-21 21:57:31 +02:00
xor.py.exp implement AND, OR, XOR binary operators (#639) 2023-07-21 21:57:31 +02:00
zeros.py Check that array size doesn't overflow at construction time 2023-01-19 07:15:58 -06:00
zeros.py.exp Check that array size doesn't overflow at construction time 2023-01-19 07:15:58 -06:00