main
ENH: add mechanism to register reduction loops to ufuncs for multi-output reductions (#31816)
DOC: Add documentation explaining our promotion rules (#25705)
MAINT, DOC: Update sphinx to 8.2.3. (#31748)
DOC: add a page on CPU/SIMD support under "Building from source"
DOC: standardize capitalization of headings (#25016)
specify NumPy version
DOC: update datetime documentation to explain that "NaT" also requires specific unit (#31282)
DOC: add missing one-character dtype codes to arrays.dtypes table (gh-15859)
API,BUG: Fix scalar handling in array-interface allowing NULL pointers (#29338)
ENH: enable `Py_TPFLAGS_SEQUENCE` for the ndarray object (#30653)
ENH, DOC: Add support for interactive examples for NumPy with `jupyterlite-sphinx` (#26745)
DOC: prefer passing scalar types to ``dtype=`` in examples (#30394)
DOC: Remove Python 2 array-protocol strings type note (#30920)
DOC: Correct description of Euler's constant (#30773)
fixes from review
Move NUMUSERTYPES thread safety discussion to legacy DType API docs
remove numpy.distutils
DOC: Convert titles to sentence case (#23643)
DOC: Moved NumPy Internals into Under-the-hood docs
clean up docs pages
DOC: record a data -> record a data point [skip azp][skip cirrus][skip actions] (#30313)
doc: Move maskedarray docs upward in TOC
API: Introduce numpy.astype
DOC: Remove reshape from appearing twice in toctree
DOC: repositioned bitwise_count under bit-wise operations (#28447)
DOC/DEP: update docs to reflect deprecation of ``chararray``
DOC: add a section on NumPy's module structure to the refguide
API: Introduce np.isdtype function
DOC: Add forgotten ``register_dlpack_dtype`` to docs
DOC: add missing numpy import in emath example
DOC: improve documentation for state stored in context variables (#32037)
DOC: Add numpy.lib docs page
Merge from the doc wiki
Moved numpy-docs under doc/ in the main Numpy trunk.
DOC: improve structure of reference guide
DOC: Update TOC to group `numpy.outer` and `numpy.linalg.outer` together
DOC: RST Titles Underline reordering (#21677)
ENH: implement unwrap for masked arrays under `np.ma` (#32091)
Removed all outdated versionadded/changed directives ISSUES#27239
DOC: Adding links to polymonial table. (#26442)
DOC: Remove version notes
MAINT: Move `RankWarning` to exceptions module (#24476)
DOC: Add polyutils subpackage to reference documentation [skip ci]
DOC: Completed and fixed PR #29578 [skip azp][skip actions][skip cirrus]
DOC: remove reference to ``numpy.in1d`` from the reference docs
ENH: Add `top_k` based on partitioning (#31659)
DOC: centralized min-max documentation under 'extrema finding' subsection in mathematical functions page
DOC: Removing module name from by-topic docs (#27324)
MAINT: Fix failure in routines.version.rst
DOC: update security policy to be more explicit about bad assumptions (#30562)
change all non-code instances of Numpy to NumPy
DOC: add documentation for the numpy.typing module