Simple and fast histogramming in Python accelerated with OpenMP
pygram11 Simple and fast histogramming in Python accelerated with OpenMP with help from pybind11. pygram11 provides functions for very fast histogram calculations (and the variance in each bin) in one and two dimensions. The API is very simple; documentation can be found here (you’ll also find some benchmarks there). Installing From PyPI Binary wheels are provided for Linux and macOS. They can be installedfrom PyPI via pip: pip install pygram11 From conda-forge For installation via the conda package manager pygram11 […]
Read more