File tree
182 files changed
+4216
-1157
lines changed- docs/templates
- extmod
- locale
- ports
- atmel-samd
- boards
- hallowing_m0_express
- stringcar_m0_express
- ugame10
- common-hal/neopixel_write
- espressif
- boards
- adafruit_esp32s2_camera
- adafruit_feather_esp32s2_tftback_nopsram
- adafruit_feather_esp32s2_tft
- adafruit_feather_esp32s2
- adafruit_funhouse
- adafruit_magtag_2.9_grayscale
- adafruit_metro_esp32s2
- adafruit_qtpy_esp32s2
- adafruit_qtpy_esp32s3_nopsram
- ai_thinker_esp32-c3s
- ai_thinker_esp_12k_nodemcu
- artisense_rd00
- atmegazero_esp32s2
- crumpspace_crumps2
- electroniccats_bastwifi
- espressif_esp32c3_devkitm_1_n4
- espressif_esp32s3_box
- espressif_esp32s3_devkitc_1_n8r2
- espressif_esp32s3_devkitc_1_n8r8
- espressif_esp32s3_devkitc_1_n8
- espressif_hmi_devkit_1
- espressif_kaluga_1.3
- espressif_kaluga_1
- espressif_saola_1_wroom
- espressif_saola_1_wrover
- franzininho_wifi_wroom
- franzininho_wifi_wrover
- gravitech_cucumber_ms
- gravitech_cucumber_m
- gravitech_cucumber_rs
- gravitech_cucumber_r
- lilygo_ttgo_t8_s2_st7789
- lolin_s2_mini
- lolin_s2_pico
- microdev_micro_c3
- microdev_micro_s2
- morpheans_morphesp-240
- muselab_nanoesp32_s2_wroom
- muselab_nanoesp32_s2_wrover
- odt_pixelwing_esp32_s2
- targett_module_clip_wroom
- targett_module_clip_wrover
- unexpectedmaker_feathers2_neo
- unexpectedmaker_feathers2_prerelease
- unexpectedmaker_feathers2
- unexpectedmaker_tinys2
- common-hal
- digitalio
- microcontroller
- neopixel_write
- pulseio
- esp-idf-config
- peripherals
- supervisor
- tools
- nrf/boards/Seeed_XIAO_nRF52840_Sense
- raspberrypi
- boards
- adafruit_feather_rp2040
- adafruit_kb2040
- adafruit_qtpy_rp2040
- common-hal/neopixel_write
- py
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
182 files changed
+4216
-1157
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 |
| - | |
| 151 | + | |
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
- README.md+13-5
- code/micropython.mk+3-1
- code/ndarray.c+404-134
- code/ndarray.h+15-4
- code/ndarray_operators.c+33-1
- code/ndarray_properties.c+15
- code/numpy/approx.c+6
- code/numpy/carray/carray.c+826
- code/numpy/carray/carray.h+237
- code/numpy/carray/carray_tools.c+28
- code/numpy/carray/carray_tools.h+25
- code/numpy/compare.c+11
- code/numpy/create.c+238-23
- code/numpy/create.h+6-5
- code/numpy/fft/fft.c+18
- code/numpy/fft/fft.h+6
- code/numpy/fft/fft_tools.c+129-7
- code/numpy/fft/fft_tools.h+5
- code/numpy/filter.c+57-9
- code/numpy/linalg/linalg.c+6
- code/numpy/numerical.c+79-51
- code/numpy/numpy.c+48-28
- code/numpy/poly.c+18
- code/numpy/stats.c+2
- code/numpy/transform.c+134
- code/numpy/transform.h+1
- code/numpy/vector.c+256-48
- code/numpy/vector.h+38-33
- code/scipy/signal/signal.c+16
- code/scipy/special/special.c+4-4
- code/ulab.c+10-2
- code/ulab.h+42-2
- code/ulab_tools.c+28-1
- code/ulab_tools.h+9-1
- docs/manual/source/conf.py+2-2
- docs/manual/source/numpy-fft.rst+36
- docs/manual/source/numpy-functions.rst+227-32
- docs/manual/source/numpy-universal.rst+78-7
- docs/manual/source/scipy-signal.rst+3-1
- docs/manual/source/ulab-intro.rst+50-15
- docs/manual/source/ulab-ndarray.rst+157-18
- docs/numpy-fft.ipynb+37-3
- docs/numpy-functions.ipynb+277-19
- docs/numpy-universal.ipynb+101-11
- docs/scipy-signal.ipynb+8-8
- docs/ulab-convert.ipynb+82-81
- docs/ulab-intro.ipynb+61-10
- docs/ulab-ndarray.ipynb+279-59
- docs/ulab-numerical.ipynb+7-7
- docs/ulab-programming.ipynb+1-1
- test-common.sh+1-1
- tests/1d/complex/complex_exp.py+17
- tests/1d/complex/complex_exp.py.exp+42
- tests/1d/complex/complex_sqrt.py+18
- tests/1d/complex/complex_sqrt.py.exp+42
- tests/1d/complex/imag_real.py+19
- tests/1d/complex/imag_real.py.exp+14
- tests/2d/complex/binary_op.py+26
- tests/2d/complex/binary_op.py.exp+21
- tests/2d/complex/complex_exp.py+24
- tests/2d/complex/complex_exp.py.exp+98
- tests/2d/complex/complex_sqrt.py+25
- tests/2d/complex/complex_sqrt.py.exp+98
- tests/2d/complex/conjugate.py+12
- tests/2d/complex/conjugate.py.exp+7
- tests/2d/complex/imag_real.py+28
- tests/2d/complex/imag_real.py.exp+146
- tests/2d/complex/sort_complex.py+26
- tests/2d/complex/sort_complex.py.exp+12
- tests/2d/numpy/arange.py+11
- tests/2d/numpy/arange.py.exp+15
- tests/2d/numpy/concatenate.py+18
- tests/2d/numpy/concatenate.py.exp+20
- tests/2d/numpy/eye.py+30
- tests/2d/numpy/eye.py.exp+78
- tests/2d/numpy/full.py+9
- tests/2d/numpy/full.py.exp+10
- tests/2d/numpy/initialisation.py+5-97
- tests/2d/numpy/initialisation.py.exp-156
- tests/2d/numpy/linspace.py+10
- tests/2d/numpy/linspace.py.exp+10
- tests/2d/numpy/logspace.py+10
- tests/2d/numpy/logspace.py.exp+10
- tests/2d/numpy/ones.py+13
- tests/2d/numpy/ones.py.exp+39
- tests/2d/numpy/zeros.py+13
- tests/2d/numpy/zeros.py.exp+39
- tests/3d/complex/complex_exp.py+24
- tests/3d/complex/complex_exp.py.exp+115
- tests/3d/complex/complex_sqrt.py+26
- tests/3d/complex/complex_sqrt.py.exp+151
- tests/3d/complex/imag_real.py+28
- tests/3d/complex/imag_real.py.exp+309
- tests/4d/complex/complex_exp.py+26
- tests/4d/complex/complex_exp.py.exp+142
- tests/4d/complex/complex_sqrt.py+27
- tests/4d/complex/complex_sqrt.py.exp+250
- tests/4d/complex/imag_real.py+29
- tests/4d/complex/imag_real.py.exp+625
Lines changed: 20 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
143 | 146 |
| |
144 | 147 |
| |
145 | 148 |
| |
146 | 149 |
| |
| 150 | + | |
147 | 151 |
| |
148 | 152 |
| |
149 | 153 |
| |
| 154 | + | |
150 | 155 |
| |
151 | 156 |
| |
152 | 157 |
| |
| 158 | + | |
153 | 159 |
| |
154 | 160 |
| |
155 | 161 |
| |
| 162 | + | |
156 | 163 |
| |
157 | 164 |
| |
158 | 165 |
| |
| 166 | + | |
159 | 167 |
| |
160 | 168 |
| |
161 | 169 |
| |
| 170 | + | |
162 | 171 |
| |
163 | 172 |
| |
164 | 173 |
| |
165 | 174 |
| |
| 175 | + | |
166 | 176 |
| |
167 | 177 |
| |
| 178 | + | |
| 179 | + | |
| 180 | + | |
168 | 181 |
| |
169 | 182 |
| |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
170 | 188 |
| |
171 | 189 |
| |
172 | 190 |
| |
173 | 191 |
| |
174 | 192 |
| |
| 193 | + | |
175 | 194 |
| |
176 | 195 |
| |
177 | 196 |
| |
|
Lines changed: 64 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1391 | 1391 |
| |
1392 | 1392 |
| |
1393 | 1393 |
| |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
1394 | 1398 |
| |
1395 | 1399 |
| |
1396 | 1400 |
| |
| |||
2661 | 2665 |
| |
2662 | 2666 |
| |
2663 | 2667 |
| |
2664 |
| - | |
| 2668 | + | |
2665 | 2669 |
| |
2666 | 2670 |
| |
2667 | 2671 |
| |
| |||
2717 | 2721 |
| |
2718 | 2722 |
| |
2719 | 2723 |
| |
2720 |
| - | |
| 2724 | + | |
2721 | 2725 |
| |
2722 | 2726 |
| |
2723 | 2727 |
| |
2724 |
| - | |
| 2728 | + | |
2725 | 2729 |
| |
2726 | 2730 |
| |
2727 | 2731 |
| |
| |||
2813 | 2817 |
| |
2814 | 2818 |
| |
2815 | 2819 |
| |
| 2820 | + | |
| 2821 | + | |
| 2822 | + | |
| 2823 | + | |
2816 | 2824 |
| |
2817 | 2825 |
| |
2818 | 2826 |
| |
| |||
2907 | 2915 |
| |
2908 | 2916 |
| |
2909 | 2917 |
| |
| 2918 | + | |
| 2919 | + | |
| 2920 | + | |
| 2921 | + | |
| 2922 | + | |
| 2923 | + | |
| 2924 | + | |
| 2925 | + | |
2910 | 2926 |
| |
2911 | 2927 |
| |
2912 | 2928 |
| |
| |||
3098 | 3114 |
| |
3099 | 3115 |
| |
3100 | 3116 |
| |
| 3117 | + | |
| 3118 | + | |
| 3119 | + | |
| 3120 | + | |
3101 | 3121 |
| |
3102 | 3122 |
| |
3103 | 3123 |
| |
| |||
3201 | 3221 |
| |
3202 | 3222 |
| |
3203 | 3223 |
| |
3204 |
| - | |
| 3224 | + | |
3205 | 3225 |
| |
3206 | 3226 |
| |
3207 | 3227 |
| |
| |||
3266 | 3286 |
| |
3267 | 3287 |
| |
3268 | 3288 |
| |
| 3289 | + | |
| 3290 | + | |
| 3291 | + | |
| 3292 | + | |
3269 | 3293 |
| |
3270 | 3294 |
| |
3271 | 3295 |
| |
| |||
3379 | 3403 |
| |
3380 | 3404 |
| |
3381 | 3405 |
| |
3382 |
| - | |
| 3406 | + | |
3383 | 3407 |
| |
3384 | 3408 |
| |
3385 | 3409 |
| |
3386 | 3410 |
| |
3387 | 3411 |
| |
3388 | 3412 |
| |
3389 | 3413 |
| |
3390 |
| - | |
| 3414 | + | |
3391 | 3415 |
| |
3392 | 3416 |
| |
3393 | 3417 |
| |
3394 | 3418 |
| |
3395 | 3419 |
| |
3396 | 3420 |
| |
3397 | 3421 |
| |
| 3422 | + | |
| 3423 | + | |
| 3424 | + | |
| 3425 | + | |
3398 | 3426 |
| |
3399 | 3427 |
| |
3400 | 3428 |
| |
| |||
3404 | 3432 |
| |
3405 | 3433 |
| |
3406 | 3434 |
| |
| 3435 | + | |
| 3436 | + | |
| 3437 | + | |
| 3438 | + | |
3407 | 3439 |
| |
3408 | 3440 |
| |
3409 | 3441 |
| |
3410 | 3442 |
| |
3411 |
| - | |
| 3443 | + | |
3412 | 3444 |
| |
3413 | 3445 |
| |
3414 | 3446 |
| |
3415 |
| - | |
| 3447 | + | |
3416 | 3448 |
| |
3417 | 3449 |
| |
3418 | 3450 |
| |
| 3451 | + | |
| 3452 | + | |
| 3453 | + | |
| 3454 | + | |
3419 | 3455 |
| |
3420 | 3456 |
| |
3421 | 3457 |
| |
| |||
3786 | 3822 |
| |
3787 | 3823 |
| |
3788 | 3824 |
| |
3789 |
| - | |
| 3825 | + | |
| 3826 | + | |
| 3827 | + | |
| 3828 | + | |
| 3829 | + | |
3790 | 3830 |
| |
3791 | 3831 |
| |
3792 | 3832 |
| |
| |||
3844 | 3884 |
| |
3845 | 3885 |
| |
3846 | 3886 |
| |
3847 |
| - | |
| 3887 | + | |
3848 | 3888 |
| |
3849 | 3889 |
| |
3850 | 3890 |
| |
3851 | 3891 |
| |
3852 | 3892 |
| |
3853 | 3893 |
| |
3854 | 3894 |
| |
3855 |
| - | |
| 3895 | + | |
3856 | 3896 |
| |
3857 | 3897 |
| |
3858 | 3898 |
| |
| |||
3994 | 4034 |
| |
3995 | 4035 |
| |
3996 | 4036 |
| |
| 4037 | + | |
3997 | 4038 |
| |
3998 | 4039 |
| |
3999 | 4040 |
| |
4000 | 4041 |
| |
4001 | 4042 |
| |
4002 | 4043 |
| |
4003 | 4044 |
| |
| 4045 | + | |
4004 | 4046 |
| |
4005 | 4047 |
| |
4006 | 4048 |
| |
4007 | 4049 |
| |
4008 | 4050 |
| |
4009 | 4051 |
| |
| 4052 | + | |
4010 | 4053 |
| |
4011 |
| - | |
4012 |
| - | |
| 4054 | + | |
| 4055 | + | |
| 4056 | + | |
4013 | 4057 |
| |
4014 | 4058 |
| |
4015 | 4059 |
| |
| |||
4332 | 4376 |
| |
4333 | 4377 |
| |
4334 | 4378 |
| |
4335 |
| - | |
| 4379 | + | |
4336 | 4380 |
| |
4337 | 4381 |
| |
4338 | 4382 |
| |
| |||
4533 | 4577 |
| |
4534 | 4578 |
| |
4535 | 4579 |
| |
4536 |
| - | |
| 4580 | + | |
4537 | 4581 |
| |
4538 | 4582 |
| |
4539 | 4583 |
| |
4540 | 4584 |
| |
4541 | 4585 |
| |
4542 | 4586 |
| |
4543 | 4587 |
| |
4544 |
| - | |
| 4588 | + | |
| 4589 | + | |
| 4590 | + | |
| 4591 | + | |
| 4592 | + | |
4545 | 4593 |
| |
4546 | 4594 |
| |
4547 | 4595 |
| |
|
0 commit comments