Zoltán Vörös
|
dd8b404c14
|
re-organise test scripts
|
2021-06-08 21:18:33 +02:00 |
|
Zoltán Vörös
|
b9c4d3b026
|
remove redundant flag
|
2021-06-08 21:02:12 +02:00 |
|
Zoltán Vörös
|
9f6787b2bc
|
update test script
|
2021-06-08 20:59:28 +02:00 |
|
vikas-udupa
|
b0679e6d16
|
implemented cho_solve function in scipy.linalg
|
2021-05-15 23:42:02 -04:00 |
|
Zoltán Vörös
|
c08cba3cdf
|
add simple garbage collector test
|
2021-05-13 22:10:34 +02:00 |
|
vikas-udupa
|
e52fa96c23
|
removed redundant function pointers, added copyright note
|
2021-05-05 18:47:15 -04:00 |
|
vikas-udupa
|
f9b0e4381b
|
corrections to solve_triangular, moved solve_triangular to scipy.linalg module
|
2021-05-05 11:24:05 -04:00 |
|
vikas-udupa
|
3e63c8e144
|
implemented solve_triangular and syncing with original repo
|
2021-04-29 09:26:33 -04:00 |
|
vikas-udupa
|
ab60c5c98c
|
implemented solve_triangular function in numpy.linalg module along with two tests
|
2021-04-29 09:20:17 -04:00 |
|
Zoltán Vörös
|
2407d5e289
|
fix trivial error in ndarray_from_mp_object
|
2021-03-31 07:24:52 +02:00 |
|
Zoltán Vörös
|
032e891545
|
add where tests
|
2021-03-31 07:11:33 +02:00 |
|
Zoltán Vörös
|
fde76a4160
|
add any/all test script
|
2021-03-13 18:12:50 +01:00 |
|
Zoltán Vörös
|
b3b22ab638
|
Merge pull request #344 from v923z/dot-test
fix dot test
|
2021-03-08 18:45:12 +01:00 |
|
Zoltán Vörös
|
a8b78fa051
|
fixed dot test
|
2021-03-08 17:15:18 +01:00 |
|
Zoltán Vörös
|
c501569dd7
|
add from_buffer tests
|
2021-03-08 07:18:55 +01:00 |
|
Zoltán Vörös
|
06cb1c2388
|
buffer tests pass now
|
2021-02-21 21:31:46 +01:00 |
|
Zoltán Vörös
|
b8b98be91b
|
add trailing newline in buffer.py.exp
|
2021-02-21 21:21:17 +01:00 |
|
Zoltán Vörös
|
f821c2a8fe
|
fix import error buffer test
|
2021-02-21 21:19:47 +01:00 |
|
Zoltán Vörös
|
0aef4a9e25
|
add buffer tests
|
2021-02-21 21:09:28 +01:00 |
|
jetpax
|
fa29c5c92a
|
Add test for byteswao
|
2021-02-15 12:57:43 -08:00 |
|
Zoltán Vörös
|
317943b970
|
moved trace to numpy
|
2021-02-13 09:25:08 +01:00 |
|
Zoltán Vörös
|
701ad767c8
|
moved the dot function to numpy
|
2021-02-13 09:06:02 +01:00 |
|
Zoltán Vörös
|
ab964b94be
|
Merge pull request #314 from ubIQio/ubIQio-patch-1
Add vector 2-norm test
|
2021-02-12 18:35:43 +01:00 |
|
Zoltán Vörös
|
8046888d99
|
simplified array contraction algorithm
|
2021-02-12 18:15:42 +01:00 |
|
jetpax
|
bc7e9bb8df
|
Fix failing test
|
2021-02-10 19:21:52 -08:00 |
|
ubIQio
|
b4f54900bf
|
Add vector 2-norm axis = 0 test case
|
2021-02-10 16:21:57 +01:00 |
|
ubIQio
|
1754a2eb14
|
Add vector norm test
|
2021-02-10 06:08:30 +01:00 |
|
CallumJHays
|
80d8fcc919
|
test np.isinf
|
2021-02-01 21:08:12 +10:00 |
|
Zoltán Vörös
|
9611a0a638
|
removed circuitpython tests
|
2021-01-29 17:15:28 +01:00 |
|
Zoltán Vörös
|
74bc705175
|
removed unused use_ulab flags
|
2020-11-25 17:27:55 +01:00 |
|
Zoltán Vörös
|
118d66c771
|
added convolve test
|
2020-11-25 17:23:38 +01:00 |
|
Zoltán Vörös
|
ae0276509c
|
fixed tests
|
2020-11-25 17:22:25 +01:00 |
|
Zoltán Vörös
|
9d34f8a359
|
added approx tests to circuitpython
|
2020-11-23 22:04:29 +01:00 |
|
Zoltán Vörös
|
2011510871
|
fixed fmin test
|
2020-11-23 21:43:34 +01:00 |
|
Zoltán Vörös
|
f6f95f39c7
|
Merge pull request #241 from mouryarahul/fft
Script to test FFT and Filter
|
2020-11-23 07:45:26 +01:00 |
|
Zoltán Vörös
|
771ac047fe
|
Merge pull request #257 from mouryarahul/optim
add script to test numerical optimization functions
|
2020-11-23 07:42:48 +01:00 |
|
Zoltán Vörös
|
b6e90096c5
|
Merge pull request #253 from mouryarahul/filter
add script to test filter functions
|
2020-11-23 07:42:14 +01:00 |
|
Zoltán Vörös
|
094302e414
|
Merge pull request #254 from mouryarahul/approx
remove approx.py
|
2020-11-23 07:41:32 +01:00 |
|
Zoltán Vörös
|
6dafbef969
|
Merge pull request #255 from mouryarahul/trapz
add test script for trapz function
|
2020-11-23 07:40:38 +01:00 |
|
mouryarahul
|
b35f4ff7d1
|
add script to test numerical optimization functions
|
2020-11-23 00:21:07 +00:00 |
|
mouryarahul
|
b8d36719d0
|
add test script for interp function
|
2020-11-23 00:14:43 +00:00 |
|
mouryarahul
|
195afc9ac4
|
add test script for trapz function
|
2020-11-23 00:08:34 +00:00 |
|
mouryarahul
|
14302180d1
|
remove approx.py
|
2020-11-23 00:00:53 +00:00 |
|
mouryarahul
|
9dd719a792
|
add script to test filter functions
|
2020-11-22 23:22:17 +00:00 |
|
mouryarahul
|
d43dd21ef1
|
remove old filter_fft.py
|
2020-11-22 23:14:25 +00:00 |
|
mouryarahul
|
3552b42cf5
|
add script to test fft and ifft
|
2020-11-22 23:12:41 +00:00 |
|
Zoltán Vörös
|
c34570e6c4
|
Rename operators_extra.py.exp to operators.py.exp
|
2020-11-22 20:49:26 +01:00 |
|
Zoltán Vörös
|
c3f7519d6a
|
Rename operators_extra.py to operators.py
|
2020-11-22 20:49:07 +01:00 |
|
Zoltán Vörös
|
87a3861273
|
Merge pull request #247 from mouryarahul/poly
add script to test polynomial module
|
2020-11-22 20:46:06 +01:00 |
|
mouryarahul
|
958c3f12d4
|
merge poly.py and poly_extra.py
|
2020-11-21 22:52:31 +00:00 |
|