numpy-minmax 0.5.0-1
Package Information
| Description | fast minimum and maximum calculation for NumPy arrays Provides a function that returns the minimum and maximum values from a NumPy array in a single call. This avoids making separate passes for low and high values and is intended for cases where both results are needed together. The implementation focuses on float32 arrays, with optimized handling for C-contiguous arrays, Fortran-contiguous arrays, and one-dimensional strided arrays. It also includes optimized handling for contiguous int16 arrays. For array layouts outside those cases, such as higher-dimensional strided arrays, it falls back to NumPy's normal minimum and maximum operations. This library is aimed at fast reduction over array data while keeping the result simple: a pair containing the smallest and largest values found in the input. It works on NumPy ndarrays and is particularly concerned with the memory layout and element type of the array, since those determine which code path is used. |
|---|---|
| Maintainer | Home Assistant Team <team+homeassistant@tracker.debian.org> |
| Changed By | Edward Betts <edward@4angle.com> |
| Sponsor | edward@debian.org |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/homeassistant-team/deps/numpy-minmax.git (browse) |
| Closes | #1130160 |
| Tracker | https://tracker.debian.org/pkg/numpy-minmax |
| Uploaded | 1 day ago |
New Package Report
.changes
| Changed-By | Edward Betts |
|---|---|
| Architecture | amd64 source |
| Distribution | unstable |
| Date | Mon, 09 Mar 2026 13:59:31 +0000 |
| Source | numpy-minmax |
| Version | 0.5.0-1 |
Changelog
numpy-minmax (0.5.0-1) unstable; urgency=medium . * Initial release. (Closes: #1130160)
.dsc
| Priority | optional |
|---|---|
| Component | main |
| Package-List | python3-numpy-minmax deb python optional arch=any |
| Section | python |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: numpy-minmax Upstream-Contact: Iver Jordal <iver56@hotmail.com> Source: https://github.com/nomonosound/numpy-minmax Files: * Copyright: 2024 Nomono License: MIT Files: debian/* Copyright: 2026 Edward Betts <edward@4angle.com> License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.