HugoNumworks
|
112d4f82d3
|
Polyval handles non-array as second argument (#601)
* Factorize polynomial evaluation
* Polyval handles non-array as second argument
---------
Co-authored-by: Zoltán Vörös <zvoros@gmail.com>
|
2023-06-27 21:13:53 +02:00 |
|
FelixNumworks
|
26051d70d2
|
Int overflow (#629)
* Prevent ndarray from overflowing size_t
* Use size_t for polyval array len
* Fix infinite arange
* 6.3.1 version
|
2023-06-22 14:55:16 +02:00 |
|
Zoltán Vörös
|
8a6741b350
|
fix macro call in poly.c
|
2021-12-03 08:59:23 +01:00 |
|
Zoltán Vörös
|
08313e3f02
|
fix uppercase mp_obj_is_type macro calls
|
2021-12-03 08:59:23 +01:00 |
|
Zoltán Vörös
|
911fdb4587
|
ulab can now be compiled with complex support
|
2021-12-03 08:59:23 +01:00 |
|
Zoltán Vörös
|
96550c8ed4
|
re-arrange files, so that circuitpython docs can be generated
|
2021-07-14 23:15:19 +02:00 |
|