v2.5.2
BUG: Relax finfo to be easier accessible for all user dtypes (#31563)
Removed all outdated versionadded/changed directives ISSUES#27239
remove numpy.distutils
DOC: Remove references to Python 2/3
typos
DOC: standardize capitalization of headings (#25016)
DOC: Documentation related finfo refactors and new slot addition in #29836 (#29889)
MAINT: Fix typos
DOC: add reference docs for NpyString C API
API,MAINT: Make ``NpyIter_GetTransferFlags`` public and avoid old uses (#27998)
BUG: avoid deadlocks using NpyString API (#31682)
ENH: Improve performance of ufuncs using NPY_METH_NO_FLOATINGPOINT_ERRORS (#30987)
revert some macro removals