Commit graph

1033 commits

Author SHA1 Message Date
9b8cd47640 Rename mp_type_call -> mp_type_get_call_slot 2021-07-12 08:47:15 -05:00
1214afd9ce Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS 2021-07-12 08:47:15 -05:00
Jeff Epler
75c7e05eac rename the type flag to EXTENDED for consistency 2021-07-09 14:56:20 -05:00
Jeff Epler
deda9d74d8 support circuitpython-style split type objects 2021-07-06 11:20:26 -05:00
Jeff Epler
161a728848
Merge pull request #408 from v923z/attr-prop
implement ndarray properties
2021-06-10 12:24:11 -05:00
Zoltán Vörös
cd3d479b30 remove redudant cases from ndarray_set_value 2021-06-10 19:01:31 +02:00
Zoltán Vörös
f946abd2ee patch circuitpython 2021-06-09 07:34:18 +02:00
Zoltán Vörös
d7e41ad82c update properties documentation 2021-06-09 07:13:39 +02:00
Zoltán Vörös
02acbe4ec3 fix circuitpython properties 2021-06-08 21:59:26 +02:00
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
Zoltán Vörös
b9a4d5a2db fix attribute functions 2021-06-08 20:56:55 +02:00
Zoltán Vörös
1196526182 implement ndarray properties 2021-06-08 07:34:44 +02:00
Zoltán Vörös
23093209c9
Merge pull request #407 from v923z/empty
add empty, update docs
2021-06-03 11:51:40 +02:00
Zoltán Vörös
4b2ab160b6 add empty, update docs 2021-06-03 11:39:26 +02:00
Zoltán Vörös
4fdddeabd8
Merge pull request #406 from v923z/doc-fix
fix section header in scipy.linalg docs
2021-06-03 10:50:00 +02:00
Zoltán Vörös
696331ae55 fix section header in scipy.linalg docs 2021-06-03 10:49:31 +02:00
Zoltán Vörös
cdf13c3661
Merge pull request #404 from v923z/docs
add cho_solve documentation
2021-06-03 10:40:53 +02:00
Zoltán Vörös
3e1f08aa96 add cho_solve documentation 2021-06-03 10:39:07 +02:00
Zoltán Vörös
28d6530c9c
Update README.md 2021-06-03 10:12:16 +02:00
Zoltán Vörös
32d37f82b5
Merge pull request #403 from v923z/approx
allow approx functions to take iterable arguments
2021-06-03 09:53:38 +02:00
Zoltán Vörös
0609da8dae change version number 2021-06-03 09:53:12 +02:00
Zoltán Vörös
58cde9a4b1 allow approx functions to take iterable arguments 2021-06-03 09:43:18 +02:00
Zoltán Vörös
6f766908db
Merge pull request #402 from v923z/vector
Vector
2021-06-03 08:39:42 +02:00
Zoltán Vörös
8493f8ed98 add type specifier to pointer 2021-06-03 08:32:10 +02:00
Zoltán Vörös
9aefb4242d vectorised functions work nested iterables now 2021-06-03 08:27:23 +02:00
Zoltán Vörös
424a0abe37
Merge pull request #401 from v923z/from_iterable
factor out array creation from iterables
2021-06-03 08:14:21 +02:00
Zoltán Vörös
e01ddaca0b add ndarray_from_iterable to ndarray_from_mp_obj 2021-06-02 07:50:35 +02:00
Zoltán Vörös
53f644a44b factor out array creation from iterables 2021-06-02 07:37:15 +02:00
Zoltán Vörös
d425641138
Update esp32-cmake.sh 2021-06-01 19:23:27 +02:00
Zoltán Vörös
c94699f017
remove quotes 2021-06-01 19:23:13 +02:00
Zoltán Vörös
e5a0da79f1
Merge pull request #398 from v923z/upcasting
Upcasting
2021-06-01 18:35:56 +02:00
Zoltán Vörös
8e365eca62 Merge branch 'upcasting' of github.com:v923z/micropython-ulab into upcasting 2021-06-01 18:19:49 +02:00
Zoltán Vörös
f91411da95 fix version number 2021-06-01 18:19:31 +02:00
Zoltán Vörös
a6def3d20e
Merge branch 'master' into upcasting 2021-06-01 18:19:08 +02:00
Zoltán Vörös
8979b8a67d fix endianness problem in ndarray_from_mp_obj 2021-06-01 18:17:19 +02:00
Zoltán Vörös
4edb6aa318 fix upcasting rules for ndarray + scalar 2021-06-01 17:32:18 +02:00
Zoltán Vörös
4648697458
Merge pull request #397 from v923z/arange
initialise arange values via macro
2021-05-31 19:34:54 +02:00
Zoltán Vörös
8bb9951fdd change version number to 2.8.4 2021-05-31 19:27:16 +02:00
Zoltán Vörös
1196e2f3ed initialise arange values via macro 2021-05-31 19:25:18 +02:00
Zoltán Vörös
9cc3638604
Update README.md 2021-05-24 21:30:06 +02:00
Zoltán Vörös
add77681ad
Merge pull request #395 from v923z/empty-fix
fix nan return value
2021-05-24 20:10:26 +02:00
Zoltán Vörös
370d6c9bed fix nan return value 2021-05-24 20:02:38 +02:00
Zoltán Vörös
6c7144f59d
Merge pull request #393 from v923z/empty-fix
Empty fix
2021-05-22 14:58:27 +02:00
Zoltán Vörös
52795a86ed fix nan for macintosh 2021-05-22 14:46:10 +02:00
Zoltán Vörös
2c84309139 fix all/any/median for empty arrays 2021-05-22 14:31:13 +02:00
Zoltán Vörös
bfe672532d fix all/any for empty arrays 2021-05-22 14:20:57 +02:00
Zoltán Vörös
f029495d5f
Merge pull request #392 from v923z/empty-fix
fix array initialisation with empty iterables
2021-05-18 22:08:21 +02:00
Zoltán Vörös
6420ec9c45 fix array initialisation with empty iterables 2021-05-18 22:02:42 +02:00