micropython-ulab icon indicating copy to clipboard operation
micropython-ulab copied to clipboard

a numpy-like fast vector module for micropython, circuitpython, and their derivatives

Results 54 micropython-ulab issues
Sort by recently updated
recently updated
newest added

Many numpy functions support the "out=" argument, allowing you to specify an existing array that results will be written into. This saves time and memory allocations especially if the calculation...

enhancement

**Description:** I am currently working on a project using ESP32 and ESP32-S3 boards and utilizing the ulab. First of all, I would like to express my gratitude for this excellent...

enhancement

**Describe the solution you'd like** I am working with esp32. I want to load a pickle file inside micropython? is there anyway to deal with this situation

enhancement

As described in https://github.com/v923z/micropython-ulab/discussions/597, add the C implementation of https://numpy.org/doc/stable/reference/generated/numpy.correlate.html @hamza-712

enhancement

I don't know if it is something you would like to add, but I added a small option for the display of "dtype=..." when printing an array.

**Describe the bug** A clear and concise description of what the bug is. Give the `ulab` version ```python MicroPython v1.19.1-837-g67fac4ebc on 2023-01-24; linux [GCC 4.2.1] version Use Ctrl-D to exit,...

bug

**Describe the bug** A clear and concise description of what the bug is. Give the `ulab` version ```python MicroPython v1.19.1-837-g67fac4ebc on 2023-01-24; linux [GCC 4.2.1] version Use Ctrl-D to exit,...

bug
critical

**Describe the bug** A clear and concise description of what the bug is. Give the `ulab` version ```python MicroPython v1.19.1-837-g67fac4ebc on 2023-01-24; linux [GCC 4.2.1] version Use Ctrl-D to exit,...

bug

Hi! As I did a long time ago for circuitpython, I'm investigating crashes in ulab that can be found by automated techniques such as the aflplusplus fuzzer similar to what...

bug

I saved some files off using savetxt. When I try to load them back in I get a "ValueError: invalid syntax for number" error. >>> import os >>> os.listdir() ['.openmv_disk',...

bug
numpy compatibility