File tree
84 files changed
+5492
-448
lines changed- extmod
- locale
- ports
- atmel-samd/boards
- aloriumtech_evo_m51
- circuitbrains_deluxe_m4
- datalore_ip_m4
- hallowing_m4_express
- monster_m4sk
- openbook_m4
- seeeduino_wio_terminal
- silicognition-m4-shim
- uartlogger2
- stm/boards/thunderpack_v12
- unix/variants/coverage
- py
- tests
- circuitpython-manual/synthio/note
- circuitpython
- testlib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
84 files changed
+5492
-448
lines changed- README.md+1-1
- build/rp2w.sh+25
- code/ndarray.c+52-9
- code/ndarray.h+18-2
- code/ndarray_operators.c+98-2
- code/ndarray_operators.h+262-1
- code/ndarray_properties.h+17
- code/numpy/compare.c+2
- code/numpy/create.c+6-4
- code/numpy/numerical.c+2
- code/numpy/numpy.c+3
- code/numpy/vector.c+21
- code/numpy/vector.h+1
- code/ulab.c+1-1
- code/ulab.h+8
- docs/ulab-change-log.md+18
- requirements_cp_dev.txt+1-2
- tests/2d/numpy/arange.py+9-1
- tests/2d/numpy/arange.py.exp+6
- tests/2d/numpy/operators.py+12
- tests/2d/numpy/operators.py.exp+11
Lines changed: 14 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
211 | 211 |
| |
212 | 212 |
| |
213 | 213 |
| |
214 |
| - | |
| 214 | + | |
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
| |||
2470 | 2470 |
| |
2471 | 2471 |
| |
2472 | 2472 |
| |
| 2473 | + | |
| 2474 | + | |
| 2475 | + | |
| 2476 | + | |
2473 | 2477 |
| |
2474 | 2478 |
| |
2475 | 2479 |
| |
| |||
2642 | 2646 |
| |
2643 | 2647 |
| |
2644 | 2648 |
| |
| 2649 | + | |
| 2650 | + | |
| 2651 | + | |
| 2652 | + | |
2645 | 2653 |
| |
2646 | 2654 |
| |
2647 | 2655 |
| |
| |||
2793 | 2801 |
| |
2794 | 2802 |
| |
2795 | 2803 |
| |
| 2804 | + | |
| 2805 | + | |
| 2806 | + | |
| 2807 | + | |
2796 | 2808 |
| |
2797 | 2809 |
| |
2798 | 2810 |
| |
| |||
3242 | 3254 |
| |
3243 | 3255 |
| |
3244 | 3256 |
| |
3245 |
| - | |
3246 |
| - | |
3247 |
| - | |
3248 |
| - | |
3249 | 3257 |
| |
3250 | 3258 |
| |
3251 | 3259 |
| |
| |||
3959 | 3967 |
| |
3960 | 3968 |
| |
3961 | 3969 |
| |
3962 |
| - | |
| 3970 | + | |
3963 | 3971 |
| |
3964 | 3972 |
| |
3965 | 3973 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + |
0 commit comments