Path to this page:
Subject: CVS commit: pkgsrc/math/py-numpy
From: Adam Ciarcinski
Date: 2023-04-28 16:40:00
Message id: 20230428144000.82546FA87@cvs.NetBSD.org
Log Message:
py-numpy: updated to 1.24.3
NumPy 1.24.3 is a maintenance release that fixes bugs and regressions discovered \
after the
1.24.2 release. The Python versions supported by this release are 3.8-3.11.
BUG: fix for f2py string scalars
BUG: datetime64/timedelta64 comparisons return NotImplemented
MAINT: Pin matplotlib to version 3.6.3 for refguide checks
DOC: Fix matplotlib error in documentation
CI: Ensure submodules are initialized in gitpod.
TYP: Replace duplicate reduce in ufunc type signature with reduceat
TYP: Remove duplicate CLIP/WRAP/RAISE in __init__.pyi.
TYP: Mark ``d`` argument to fftfreq and rfftfreq as optional...
TYP: Add type annotations for comparison operators to MaskedArray.
TYP: Remove some stray type-check-only imports of ``msort``
BUG: Ensure like is only stripped for `like=` dispatched functions
BUG: fix loading and storing big arrays on s390x
MAINT: Bump larsoner/circleci-artifacts-redirector-action
BUG: Ignore invalid and overflow warnings in masked setitem
BUG: Fix masked array raveling when `order="A"` or `order="K"`
MAINT: Update conftest for newer hypothesis versions
BUG: Fix bug in parsing F77 style string arrays.
Files: