Recent numpy updates
Section
Features
- ENH: New-style partitioning ArrayMethods for built-in dtypes (#32105) (f77493b)
Section
Fixes
- BUG: avoid segfaults when legacy copyswap slot is not defined (#32151) (e117b3c)
- ENH: Distinct signature mismatch error code in npy_parse_arguments (#32186) (0379963)
- Fix workflow syntax (#32203) (37ee017)
- ENH: improve np.cross error message for 0-d input (#32164) (a991ba1)
- TYP: fix ufunc float/complex array-like co-promotion (#32185) (b983bb8)
- TYP: fix binary ufunc `
float` scalar co-promotion (#32190) (70417f9)
Section
Improvements
- TYP: `
{zeros,ones,empty,full}_like` improved shape-typing (#32196) (5060fd5) - ENH: Emulate floating-point exception flags on Emscripten to surface
LinAlgErrors (#32036) (7882bde) - TYP: `
concatenate` shape-typing (34ce6e8) - TYP/DOC: release note for the ufunc typing improvements (#32198) (1988f6f)
- TYP: `
copy` improved shape-typing (#32202) (0619483) - MAINT: Update cibuildwheel to v4.2.0 (5f006c2)