{"library":"numpy-minmax","type":"library","category":null,"description":"numpy-minmax is a fast Python library designed to efficiently find both the minimum and maximum values within a NumPy array. It achieves significant speedups (roughly 2.3x faster than calling `numpy.amin` and `numpy.amax` separately) by leveraging C implementations and SIMD instructions (AVX/AVX512). The library is actively maintained with frequent releases, with version 0.5.0 being the latest stable release as of June 2025.","language":"python","status":"active","version":"0.5.0","tags":["numpy","minmax","optimization","performance","array","simd","audio-processing"],"install":[{"cmd":"pip install numpy-minmax","imports":["from numpy_minmax import minmax"]}],"homepage":null,"github":"https://github.com/nomonosound/numpy-minmax","docs":null,"changelog":null,"pypi":"https://pypi.org/project/numpy-minmax/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":80,"avg_install_s":3.9,"avg_import_s":0.26,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/numpy-minmax/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}