CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/06/12 14:49:13
Modified files:
math/py-numpy : Makefile distinfo
math/py-numpy/patches: patch-numpy__core_meson_build
patch-numpy__core_src_umath_loops_autovec_dispatch_c_src
math/py-numpy/pkg: PLIST
Log message:
update numpy to 2.2.6 for Python 3.13 support
Besides official support for newer Python, this updates bring typing and
threading support as well as a few new functions for linear algebra like
matvec and vecmat. Went through a bulk by tb@.
tweaks and ok tb@