main
ENH: add mechanism to register reduction loops to ufuncs for multi-output reductions (#31816)
Removed all outdated versionadded/changed directives ISSUES#27239
remove numpy.distutils
DOC: improve documentation for state stored in context variables (#32037)
DOC: fix duplicated-word and grammar typos in C-API reference (#31802)
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)
ENH: Improve ufunc performance by caching the loop function (#31068)