Path to this page:
Subject: CVS commit: pkgsrc/math/py-numpy
From: Thomas Klausner
Date: 2024-11-04 18:39:17
Message id: 20241104173917.9A180FC7E@cvs.NetBSD.org
Log Message:
py-numpy: update to 2.1.3.
NumPy 2.1.3 Release Notes
NumPy 2.1.3 is a maintenance release that fixes bugs and regressions
discovered after the 2.1.2 release. This release also adds support
for free threaded Python 3.13 on Windows.
The Python versions supported by this release are 3.10-3.13.
Improvements
Fixed a number of issues around promotion for string ufuncs with
StringDType arguments. Mixing StringDType and the fixed-width DTypes
using the string ufuncs should now generate much more uniform
results.
Changes
numpy.fix now won't perform casting to a floating
data-type for integer and boolean data-type input arrays.
Files: