awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
v923z avatar

v923z/micropython-ulab

0
View on GitHub↗
499 stars·132 forks·C·MIT·12 viewsmicropython-ulab.readthedocs.io/en/latest↗

Micropython Ulab

ulab is a numpy-like array manipulation library for micropython and CircuitPython. The module is written in C, defines compact containers (ndarrays) for numerical data of one to four dimensions, and is fast. The library is a software-only standard micropython user module, i.e., it has no…

Features

  • Mathematics and Statistics - Fast vector and numerical processing module.

Star history

Star history chart for v923z/micropython-ulabStar history chart for v923z/micropython-ulab

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does v923z/micropython-ulab do?

ulab is a numpy-like array manipulation library for micropython and CircuitPython. The module is written in C, defines compact containers (ndarrays) for numerical data of one to four dimensions, and is fast. The library is a software-only standard micropython user module, i.e., it has no…

What are the main features of v923z/micropython-ulab?

The main features of v923z/micropython-ulab are: Mathematics and Statistics.

Which projects share features with v923z/micropython-ulab?

Projects with overlapping indexed features include: albaeda/umath — [travis-img]: https://travis-ci.org/AaronKel/uMath.svg?branch=master [travis-repo]:… iyassou/umatrix — umatrix was written mainly with speed and ease-of-use in mind. It aims to be a simple solution to matrix arithmetic… jalawson/ulinalg — These are intended to be relatively small modules for use with MicroPython (Python3) which provide a minimal matrix… jonnor/micropython-npyfile — Support for Numpy files (.npy) for MicroPython. Simple persistence of multi-dimensional numeric array data, and… mattytrentini/micropython-fractions — This is an incomplete MicroPython port of the fractions module from the Python standard library. nickovs/uumpy — uumpy is a 'micro' implementation of parts of numpy for Micropython. It aims to provide an efficient and compact…

Projects sharing features with Micropython Ulab

These projects share indexed features with Micropython Ulab. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • iyassou/umatrixiyassou avatar

    iyassou/umatrix

    17View on GitHub↗

    umatrix was written mainly with speed and ease-of-use in mind. It aims to be a simple solution to matrix arithmetic needs in Micropython. It implements basic matrix operations (addition, subtraction, multiplication) as well as determinant (shortened to det), inverse, trace, transpose, copy, and…

    Python
    View on GitHub↗17
  • jalawson/ulinalgjalawson avatar

    jalawson/ulinalg

    32View on GitHub↗

    These are intended to be relatively small modules for use with MicroPython (Python3) which provide a minimal matrix class for representation, manipulation and a few linear algebra routines.

    Python
    View on GitHub↗32
  • jonnor/micropython-npyfilejonnor avatar

    jonnor/micropython-npyfile

    8View on GitHub↗

    Support for Numpy files (.npy) for MicroPython. Simple persistence of multi-dimensional numeric array data, and interoperability with Numpy/CPython et.c.

    Python
    View on GitHub↗8
  • albaeda/umathalbaEDA avatar

    albaEDA/uMath

    21View on GitHub↗

    travis-img: https://travis-ci.org/AaronKel/uMath.svg?branch=master travis-repo: https://travis-ci.org/AaronKel/uMath coveralls-img: https://coveralls.io/repos/AaronKel/uMath/badge.svg?branch=master coveralls-repo: https://coveralls.io/r/AaronKel/uMath?branch=master

    Python
    View on GitHub↗21
Compare all 10 related projects→