issues
search
v923z
/
micropython-ulab
a numpy-like fast vector module for micropython, circuitpython, and their derivatives
https://micropython-ulab.readthedocs.io/en/latest
MIT License
429
stars
116
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[FEATURE REQUEST] M55 Vectorization
#691
kwagyeman
closed
1 week ago
3
[FEATURE REQUEST] Implement `unpackbits()`
#690
page200
opened
2 weeks ago
5
[BUG] Build for 1 dimensional arrays fails
#689
saraverbeecke
opened
4 weeks ago
5
Take
#688
v923z
closed
1 month ago
0
Roll fix
#687
v923z
closed
2 months ago
0
[BUG] ulab.numpy.roll doesn't copy over data when distance is 0
#686
relic-se
closed
2 months ago
2
numpy/random.c: fix use of MICROPY_PY_RANDOM_SEED_INIT_FUNC
#684
dhalbert
closed
2 months ago
4
[BUG] ESP32-based boards firmware installation fails
#683
MaxRondelli
closed
2 months ago
1
Add missing type hints to `carray`
#680
elpekenin
closed
2 months ago
2
[BUG]
#679
OrenFivel
closed
1 month ago
2
Correct `"a[a < 5]"` in ulab-ndarray.ipynb
#678
page200
closed
3 months ago
1
address issue raised in https://github.com/v923z/micropython-ulab/issues/676
#677
v923z
closed
4 months ago
0
[FEATURE REQUEST] Add internal function to create ndarray from byte array.
#676
kwagyeman
closed
4 months ago
28
Removed Pycom reference
#675
andypiper
closed
4 months ago
1
SVD unittests
#674
EmDash00
opened
4 months ago
2
shape order
#673
iabdalkader
closed
4 months ago
2
[BUG] indexing with Booleans leads to crash
#672
v923z
closed
1 month ago
29
[FEATURE REQUEST] append and vstack
#671
kwagyeman
closed
1 month ago
10
[FEATURE REQUEST] ESP32-S3 vector extensions
#670
cherrydev
opened
5 months ago
4
CI: Update some deprecated dependency versions
#669
Gadgetoid
closed
5 months ago
3
[BUG] ReadTheDocs link in README.md is years out of date
#668
dhalbert
closed
4 months ago
1
fix loadtxt for the case, when built-in complexes are not supported
#666
v923z
closed
8 months ago
0
Remove the STATIC macro.
#664
Gadgetoid
closed
8 months ago
7
Update type annotations in compare.c and vector.c
#663
kbsriram
closed
8 months ago
1
[BUG] Some type annotations don't include scalars
#662
kbsriram
closed
8 months ago
5
[FEATURE REQUEST] implement numpy.take
#661
v923z
closed
1 month ago
7
fix reshape
#660
v923z
closed
9 months ago
0
add link to random module documentation in readme
#659
v923z
closed
9 months ago
0
[BUG] Reshaping a slice creates an empty array
#658
furbrain
closed
9 months ago
6
Add keyword arguments to spectrogram
#657
v923z
closed
2 months ago
5
[BUG]
#656
ValergooD
closed
10 months ago
2
add random documentation rst file
#655
v923z
closed
10 months ago
0
add random module
#654
v923z
closed
10 months ago
0
fix the `np.delete` bug
#653
hiltay
closed
11 months ago
4
[BUG]`np.delete`,if pass the second positional argument empty list `[]`,the program crashed.
#652
hiltay
closed
11 months ago
3
Implement integer array indexing
#651
s-ol
opened
11 months ago
4
Fix (u)int8 upcasting as per docs and numpy
#650
s-ol
closed
11 months ago
3
[BUG] Operations on uint8 don't respect upcasting rules
#649
s-ol
closed
11 months ago
1
ulab code size of certain functions grew a lot with gcc13, when not used with LTO
#648
dhalbert
opened
1 year ago
1
Drop certain CircuitPython workarounds that are no longer needed
#647
jepler
closed
1 year ago
2
[BUG] IndexError: indices must be integers, slices, or Boolean lists
#646
raghunila
closed
1 month ago
2
Fix #643
#645
qqice
closed
1 year ago
0
numpy.load() feature upgrade
#644
hamza-712
opened
1 year ago
12
[BUG] numpy.where have a strange behavior when receiving np.bool as its conditions
#643
qqice
closed
1 year ago
14
[BUG] element wise "and logic" & operator doesnt work.
#641
hamza-712
closed
1 year ago
2
[BUG] Not building with latest micropython repo
#640
darshansm
closed
1 month ago
4
implement AND, OR, XOR binary operators
#639
v923z
closed
1 year ago
0
Logical
#638
v923z
closed
1 year ago
0
Per github docs, run apt-get update
#637
jepler
closed
1 year ago
0
numpy/vector.c: remove usage of fpclassify
#636
kbsriram
closed
1 year ago
6
Next