Commit graph

1293 commits

Author SHA1 Message Date
15d9df16ee
update cp pip dependencies 2022-04-17 15:28:11 -05:00
Zoltán Vörös
4407bec88c
Merge pull request #507 from v923z/empty-fix
fix binary ops on empty arrays
2022-02-23 22:30:37 +01:00
Zoltán Vörös
d2939dbf22 fix binary ops on empty arrays 2022-02-18 19:34:30 +01:00
Zoltán Vörös
ec5d14e8e2
Merge pull request #505 from v923z/c-fix
fix complex slicing
2022-02-12 18:41:16 +01:00
Zoltán Vörös
607fd303bb remove printf 2022-02-12 18:40:44 +01:00
Zoltán Vörös
0ef2341386 fix complex slicing 2022-02-10 19:57:19 +01:00
Zoltán Vörös
08cfcbfb46
Merge pull request #503 from v923z/diag-fix
fix np.diag
2022-02-09 07:59:57 +01:00
Zoltán Vörös
4705c95fb2 add diag tests 2022-02-09 07:45:15 +01:00
Zoltán Vörös
f2502fa037 update diag doc, re-organise ulab-ndarray docs 2022-02-09 07:29:26 +01:00
Zoltán Vörös
72f7df520a fix diag for the ndim = 2 case 2022-02-09 07:06:54 +01:00
Zoltán Vörös
4dc9afc1f8 fix np.diag 2022-02-08 17:37:00 +01:00
Zoltán Vörös
973c1f596d
Merge pull request #501 from v923z/hash
add ULAB_HASH
2022-02-03 22:00:54 +01:00
Zoltán Vörös
cc14841afb fix build script 2022-02-03 21:41:49 +01:00
Zoltán Vörös
effbd3cf38 add ULAB_HASH 2022-02-03 21:23:11 +01:00
Zoltán Vörös
e852f7fd42 add link to micropython-builder 2022-02-03 08:19:20 +01:00
Zoltán Vörös
ccd9481969
Merge pull request #499 from v923z/spectrogram
move spectrogram to utils module
2022-02-01 20:40:11 +01:00
Zoltán Vörös
ae9604db21
Merge branch 'master' into spectrogram 2022-02-01 20:29:53 +01:00
Zoltán Vörös
88231bc3a1
Merge pull request #500 from v923z/loadtxt-fix
add dtype, and skiprows keywords to loadtxt
2022-02-01 20:19:35 +01:00
Zoltán Vörös
6dcad4424c extend loadtxt documentation 2022-02-01 18:42:58 +01:00
Zoltán Vörös
9ba136acd4 fix savetxt comments default value 2022-01-31 22:28:50 +01:00
Zoltán Vörös
f5f42c3643 add skiprows keyword 2022-01-31 22:12:00 +01:00
Zoltán Vörös
65d6f8e947 fix buffer alignment error 2022-01-30 22:47:44 +01:00
Zoltán Vörös
e8c89935ab fix array dtype conversion, linalg float constants 2022-01-30 19:55:59 +01:00
Zoltán Vörös
e980564d64 assign array elements via function 2022-01-29 22:41:03 +01:00
Zoltán Vörös
19282b47d1 add dtype keyword to loadtxt 2022-01-29 22:30:11 +01:00
Zoltán Vörös
e86b6b8507 fix version number in change log 2022-01-29 21:58:37 +01:00
Zoltán Vörös
9d79960ef6 fix docs glitch, bump version number to 5.0.0 2022-01-29 21:53:42 +01:00
Zoltán Vörös
67538b0ee0 move spectrogram to utils module 2022-01-29 18:02:48 +01:00
Zoltán Vörös
9dc9b776d5
Merge pull request #492 from v923z/io-savetxt
implement savetxt, and loadtxt
2022-01-29 17:02:59 +01:00
Zoltán Vörös
80274175ec
Update README.md 2022-01-29 16:59:17 +01:00
Zoltán Vörös
87e5fa3bd9 add loadtxt and savetxt documentation 2022-01-28 19:58:40 +01:00
Zoltán Vörös
7a09815a84 add loadtxt and savetxt documentation 2022-01-28 19:57:32 +01:00
Zoltán Vörös
089000df30
Merge branch 'master' into io-savetxt 2022-01-28 19:28:43 +01:00
Zoltán Vörös
2530fc7e8b update savetxt test script 2022-01-27 23:46:50 +01:00
Zoltán Vörös
bb07482efc implement max_roas keyword 2022-01-27 23:44:29 +01:00
Zoltán Vörös
004f228428
Merge pull request #496 from v923z/rp-fix
fix compilation problem on the rp2 port
2022-01-27 07:55:24 +01:00
Zoltán Vörös
f31555044a implement loadtxt keywords 2022-01-26 22:31:36 +01:00
Zoltán Vörös
f7b557c6b0 get rid of unnecessary counter in loadtxt 2022-01-26 08:09:05 +01:00
Zoltán Vörös
9f444dd718 use mp_builtin_open_obj.fun.kw instead of mp_builtin_open 2022-01-26 07:43:17 +01:00
Zoltán Vörös
a39869c43c remove redundant includes 2022-01-25 23:09:10 +01:00
Zoltán Vörös
5395c76d98 first implementation of loadtxt 2022-01-25 23:00:08 +01:00
Zoltán Vörös
77a856e84e fix compilation problem on the rp2 port 2022-01-25 18:10:06 +01:00
Zoltán Vörös
b4802a7f4d
Merge pull request #495 from v923z/savetxt-fix
add io_sprint for systems that don't have sprintf
2022-01-24 20:52:06 +01:00
Zoltán Vörös
8d39e5a430 update test for savetxt 2022-01-24 20:40:33 +01:00
Zoltán Vörös
d56dd2f921 add io_sprint for systems that don't have sprintf 2022-01-24 20:37:33 +01:00
Zoltán Vörös
6dfdc44c4e
Merge pull request #491 from v923z/sosfilt-fix
fix scipy.signal.sosfilt
2022-01-21 17:29:40 +01:00
Zoltán Vörös
26d28166f8
Merge branch 'master' into sosfilt-fix 2022-01-21 17:29:28 +01:00
Zoltán Vörös
0640f90083
allow all formats in the documentation 2022-01-19 20:20:18 +01:00
Zoltán Vörös
957ae1c50a fix macintosh compilation 2022-01-19 20:04:41 +01:00
Zoltán Vörös
16b277fe1a
Merge pull request #471 from v923z/io
implement numpy.save, numpy.load
2022-01-19 19:57:38 +01:00