2 files changed
+26
-25
lines changed- .github/ISSUE_TEMPLATE/bug_report.md+25
- .github/ISSUE_TEMPLATE/feature_request.md+14
- .gitignore+5
- CONTRIBUTING.md+17
- README.md+153-43
- build.sh+1-1
- build/esp32.sh+41
- build/rp2.sh+24
- code/micropython.cmake+18
- code/micropython.mk+4-1
- code/ndarray.c+170-20
- code/ndarray.h+16
- code/numpy/compare/compare.c+213-1
- code/numpy/compare/compare.h+5-2
- code/numpy/linalg/linalg.c+111-164
- code/numpy/linalg/linalg.h+1-3
- code/numpy/numerical/numerical.c+171-67
- code/numpy/numerical/numerical.h+163-98
- code/numpy/numpy.c+25
- code/numpy/numpy.h+2-2
- code/numpy/stats/stats.c+52
- code/numpy/stats/stats.h+20
- code/numpy/transform/transform.c+89
- code/numpy/transform/transform.h+28
- code/scipy/scipy.h+2-2
- code/scipy/signal/signal.h+2-2
- code/scipy/special/special.h+2-2
- code/ulab.c+9-1
- code/ulab.h+55-11
- code/ulab_create.c+40-11
- code/ulab_tools.c+77-4
- code/ulab_tools.h+11
- code/user/user.h+2-2
- code/utils/utils.c+215
- code/utils/utils.h+19
- docs/manual/source/conf.py+1-1
- docs/manual/source/index.rst+1
- docs/manual/source/numpy-fft.rst+3-5
- docs/manual/source/numpy-functions.rst+454-23
- docs/manual/source/numpy-linalg.rst-126
- docs/manual/source/ulab-ndarray.rst+57
- docs/manual/source/ulab-utils.rst+138
- docs/numpy-fft.ipynb+3-5
- docs/numpy-functions.ipynb+554-10
- docs/numpy-linalg.ipynb-158
- docs/ulab-change-log.md+102
- docs/ulab-convert.ipynb+15-12
- docs/ulab-ndarray.ipynb+67-5
- docs/ulab-utils.ipynb+471
- snippets/rclass.py+75
- tests/circuitpy/00smoke.py-2
- tests/circuitpy/00smoke.py.exp-3
- tests/circuitpy/argminmax.py-62
- tests/circuitpy/argminmax.py.exp-22
- tests/circuitpy/compare.py-13
- tests/circuitpy/compare.py.exp-5
- tests/circuitpy/optim.py-24
- tests/circuitpy/optim.py.exp-5
- tests/circuitpy/poly.py-25
- tests/circuitpy/poly.py.exp-4
- tests/common/buffer.py+17
- tests/common/buffer.py.exp+9
- tests/numpy/any_all.py+11
- tests/numpy/any_all.py.exp+6
- tests/numpy/isinf.py+24
- tests/numpy/isinf.py.exp+37
- tests/numpy/linalg.py+55-73
- tests/numpy/linalg.py.exp+23-1
- tests/numpy/methods.py+21-1
- tests/numpy/methods.py.exp+12
- tests/numpy/numericals.py+1-3
- tests/numpy/where.py+18
- tests/numpy/where.py.exp+11
- tests/utils/from_buffer.py+22
- tests/utils/from_buffer.py.exp+8
Lines changed: 25 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2401 | 2401 |
| |
2402 | 2402 |
| |
2403 | 2403 |
| |
2404 |
| - | |
2405 |
| - | |
2406 |
| - | |
2407 |
| - | |
2408 | 2404 |
| |
2409 | 2405 |
| |
2410 | 2406 |
| |
| |||
2414 | 2410 |
| |
2415 | 2411 |
| |
2416 | 2412 |
| |
2417 |
| - | |
2418 | 2413 |
| |
| 2414 | + | |
2419 | 2415 |
| |
2420 | 2416 |
| |
2421 | 2417 |
| |
| |||
2444 | 2440 |
| |
2445 | 2441 |
| |
2446 | 2442 |
| |
2447 |
| - | |
| 2443 | + | |
2448 | 2444 |
| |
2449 | 2445 |
| |
2450 | 2446 |
| |
| |||
2484 | 2480 |
| |
2485 | 2481 |
| |
2486 | 2482 |
| |
2487 |
| - | |
| 2483 | + | |
2488 | 2484 |
| |
2489 | 2485 |
| |
2490 | 2486 |
| |
2491 | 2487 |
| |
2492 | 2488 |
| |
2493 | 2489 |
| |
2494 | 2490 |
| |
2495 |
| - | |
| 2491 | + | |
2496 | 2492 |
| |
2497 | 2493 |
| |
2498 | 2494 |
| |
| |||
2822 | 2818 |
| |
2823 | 2819 |
| |
2824 | 2820 |
| |
| 2821 | + | |
| 2822 | + | |
| 2823 | + | |
| 2824 | + | |
2825 | 2825 |
| |
2826 | 2826 |
| |
2827 | 2827 |
| |
| |||
3069 | 3069 |
| |
3070 | 3070 |
| |
3071 | 3071 |
| |
3072 |
| - | |
| 3072 | + | |
3073 | 3073 |
| |
3074 | 3074 |
| |
3075 | 3075 |
| |
| |||
3139 | 3139 |
| |
3140 | 3140 |
| |
3141 | 3141 |
| |
3142 |
| - | |
| 3142 | + | |
3143 | 3143 |
| |
3144 | 3144 |
| |
3145 | 3145 |
| |
| |||
3320 | 3320 |
| |
3321 | 3321 |
| |
3322 | 3322 |
| |
3323 |
| - | |
3324 |
| - | |
3325 |
| - | |
3326 |
| - | |
3327 | 3323 |
| |
3328 | 3324 |
| |
3329 | 3325 |
| |
| |||
3493 | 3489 |
| |
3494 | 3490 |
| |
3495 | 3491 |
| |
3496 |
| - | |
3497 |
| - | |
3498 |
| - | |
3499 |
| - | |
3500 | 3492 |
| |
3501 | 3493 |
| |
3502 | 3494 |
| |
| |||
3565 | 3557 |
| |
3566 | 3558 |
| |
3567 | 3559 |
| |
3568 |
| - | |
| 3560 | + | |
3569 | 3561 |
| |
3570 | 3562 |
| |
3571 | 3563 |
| |
| |||
3620 | 3612 |
| |
3621 | 3613 |
| |
3622 | 3614 |
| |
| 3615 | + | |
| 3616 | + | |
| 3617 | + | |
| 3618 | + | |
| 3619 | + | |
| 3620 | + | |
| 3621 | + | |
| 3622 | + | |
3623 | 3623 |
| |
3624 | 3624 |
| |
3625 | 3625 |
| |
| |||
3830 | 3830 |
| |
3831 | 3831 |
| |
3832 | 3832 |
| |
3833 |
| - | |
| 3833 | + | |
3834 | 3834 |
| |
3835 | 3835 |
| |
3836 | 3836 |
| |
3837 | 3837 |
| |
3838 | 3838 |
| |
3839 | 3839 |
| |
3840 | 3840 |
| |
| 3841 | + | |
| 3842 | + | |
| 3843 | + | |
| 3844 | + | |
3841 | 3845 |
| |
3842 | 3846 |
| |
3843 | 3847 |
| |
| |||
4135 | 4139 |
| |
4136 | 4140 |
| |
4137 | 4141 |
| |
4138 |
| - | |
4139 |
| - | |
4140 |
| - | |
4141 |
| - | |
4142 | 4142 |
| |
4143 | 4143 |
| |
4144 | 4144 |
| |
| |||
4176 | 4176 |
| |
4177 | 4177 |
| |
4178 | 4178 |
| |
| 4179 | + | |
4179 | 4180 |
| |
4180 | 4181 |
| |
4181 | 4182 |
| |
|
0 commit comments