Commit graph

1405 commits

Author SHA1 Message Date
Philip Howard
00139bdd96
Drop third argument from MP_REGISTER_MODULE. (#529)
Adopt pattern from efe23aca71/docs/develop/cmodules.rst

Signed-off-by: Phil Howard <phil@pimoroni.com>
2022-06-16 14:26:10 +02:00
Zoltán Vörös
d438344943
fix in-place assignment from slices (#524)
* fix in-place assignment from slices
2022-05-17 21:25:20 +02:00
Zoltán Vörös
53bc8d6b0e
replace m_new with m_new0, wherever reasonable (#521)
replace m_new with m_new0, wherever reasonable, and remove dangling memory fragments created by m_new0
2022-04-22 22:10:01 +02:00
Zoltán Vörös
da33f6276a
Merge pull request #522 from tekktrik/doc/fix-spectrum-reference
Update reference to spectrum
2022-04-22 18:38:54 +02:00
Alec Delaney
a715eed7d9 Fix reference 2022-04-22 12:10:42 -04:00
Alec Delaney
8da81e123e
Fix typo of name from spectrum to spectrogram 2022-04-22 11:30:49 -04:00
Alec Delaney
8c2cd49ffa
Fix reference to location of spectrum() 2022-04-20 18:08:57 -04:00
Alec Delaney
2772fd8e91
Update reference to spectrum 2022-04-19 21:45:34 -04:00
Zoltán Vörös
10b79f2041
Merge pull request #519 from v923z/empty-fix2
fix sorting on empty arrays
2022-04-18 10:51:35 +02:00
Zoltán Vörös
dde8d24461 add sort tests 2022-04-18 10:34:02 +02:00
Zoltán Vörös
48b3b7f641 fix sorting on empty arrays 2022-04-18 10:18:19 +02:00
Zoltán Vörös
c7cfae9397
Merge pull request #518 from jepler/update-cp-doc-build
update cp pip dependencies
2022-04-18 09:57:06 +02:00
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