Hacker News with Generative AI: NumPy

KlongPy: High-Performance Array Programming in Python (github.com/briangu)
KlongPy is a Python adaptation of the Klong array language, known for its high-performance vectorized operations that leverage the power of NumPy.
Numpyro: Probabilistic programming with NumPy powered by Jax (github.com/pyro-ppl)
NumPyro is a lightweight probabilistic programming library that provides a NumPy backend for Pyro. We rely on JAX for automatic differentiation and JIT compilation to GPU / CPU. NumPyro is under active development, so beware of brittleness, bugs, and changes to the API as the design evolves.
My NumPy year: Creating a DType for the next generation of scientific computing (quansight.com)
From no CPython C API experience to shipping a new DType in NumPy 2.0.
My NumPy year: Creating a DType for the next generation of scientific computing (quansight.com)
From no CPython C API experience to shipping a new DType in NumPy 2.0.
CuPy: NumPy and SciPy for GPU (github.com/cupy)
CuPy is a NumPy/SciPy-compatible array library for GPU-accelerated computing with Python.
Ultra simplified "MNIST" in 60 lines of Python with NumPy (github.com/tonio-m)
Beating NumPy matrix multiplication in 150 lines of C (salykova.github.io)
Beating NumPy's matrix multiplication in 150 lines of C code (salykova.github.io)
Beating NumPy's matrix multiplication in 150 lines of C code (salykova.github.io)
NumPy-style broadcasting in Futhark (futhark-lang.org)
A pure NumPy implementation of Mamba (github.com/idoh)
Llama 3 implemented in pure NumPy (likejazz.com)