Skip to content

community/py3-numpy: upgrade to 1.23.2

Patrycja Rosa requested to merge ptrcnull/aports:py3-numpy into master

blocked by !34076 (merged)

also needs checking if everything in aports supports numpy 1.23

https://github.com/numpy/numpy/releases/tag/v1.23.0

The highlights are:
    Implementation of loadtxt in C, greatly improving its performance.
    Exposing DLPack at the Python level for easy data exchange.
    Changes to the promotion and comparisons of structured dtypes.
    Improvements to f2py.

https://github.com/numpy/numpy/releases/tag/v1.23.1

Notable fixes are:
    Fix searchsorted for float16 NaNs
    Fix compilation on Apple M1
    Fix KeyError in crackfortran operator support (Slycot)
Edited by Patrycja Rosa

Merge request reports