aboutsummaryrefslogtreecommitdiff
path: root/lang/python/numpy/patches
Commit message (Collapse)AuthorAge
* numpy: update to 1.26.4krant2024-04-07
| | | | | | - Refresh patches Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* numpy: update to version 1.26.2Andy Syam2024-01-02
| | | | | | | | | | | | https://github.com/numpy/numpy/releases NumPy 1.26.2 Release Notes NumPy 1.26.2 is a maintenance release that fixes bugs and regressions discovered after the 1.26.1 release. The 1.26.release series is the last planned minor release series before NumPy 2.0. The Python versions supported by this release are 3.9-3.12. Signed-off-by: Andy Syam <privasisource@gmail.com>
* numpy: bump to version 1.25.1Alexandru Ardelean2023-07-16
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* numpy: bump version to 1.24.3Alexandru Ardelean2023-05-26
| | | | | | Need to also fix build for GCC 13 + musl. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* numpy: Avoid build user config filesJeffery To2023-05-11
| | | | | | | | This stops numpy from reading .numpy-site.cfg in the build user's home directory. The code actually tries to find both .numpy-site.cfg and site.cfg in the user's home directory; this patch prevents both. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* numpy: Fix pyproject.toml-based buildJeffery To2023-05-11
The versions of setuptools and wheel pinned in pyproject.toml are older than the versions available in the packages repo. This unpins the versions so that the build can proceed. Signed-off-by: Jeffery To <jeffery.to@gmail.com>