@@ -220,7 +220,7 @@ A total of 609 pull requests were merged for this release.
220220* `#19142 <https://github.com/numpy/numpy/pull/19142 >`__: BUG: expose ``short_version `` as previously in version.py
221221* `#19151 <https://github.com/numpy/numpy/pull/19151 >`__: ENH: Vectorising np.linalg.qr
222222* `#19165 <https://github.com/numpy/numpy/pull/19165 >`__: DOC: Explicitly mention that ``searchsorted `` returns an integer...
223- * `#19167 <https://github.com/numpy/numpy/pull/19167 >`__: ENH: Improve readability of error message in terminal.
223+ * `#19167 <https://github.com/numpy/numpy/pull/19167 >`__: ENH: Improve readibility of error message in terminal.
224224* `#19170 <https://github.com/numpy/numpy/pull/19170 >`__: API: Delay string and number promotion deprecation/future warning
225225* `#19172 <https://github.com/numpy/numpy/pull/19172 >`__: BUG: Fixed an issue wherein ``_GenericAlias `` could raise for non-iterable...
226226* `#19173 <https://github.com/numpy/numpy/pull/19173 >`__: ENH: Add support for copy modes to NumPy
@@ -251,7 +251,7 @@ A total of 609 pull requests were merged for this release.
251251* `#19237 <https://github.com/numpy/numpy/pull/19237 >`__: ENH: Add annotations to ``np.core.multiarray `` part 3/4
252252* `#19241 <https://github.com/numpy/numpy/pull/19241 >`__: MAINT: Bump hypothesis from 6.13.14 to 6.14.0
253253* `#19242 <https://github.com/numpy/numpy/pull/19242 >`__: MAINT: Bump mypy from 0.812 to 0.902
254- * `#19244 <https://github.com/numpy/numpy/pull/19244 >`__: BUG: Fix an issue wherein assignment to ``np.ma.masked_array `` ignores...
254+ * `#19244 <https://github.com/numpy/numpy/pull/19244 >`__: BUG: Fix an issue wherein assigment to ``np.ma.masked_array `` ignores...
255255* `#19245 <https://github.com/numpy/numpy/pull/19245 >`__: ENH: Add dtype-support to the ``np.core.shape_base `` annotations
256256* `#19251 <https://github.com/numpy/numpy/pull/19251 >`__: BUG: revise string_from_pyobj/try_pyarr_from_string with respect...
257257* `#19254 <https://github.com/numpy/numpy/pull/19254 >`__: MAINT: Refactor output ufunc wrapping logic
@@ -286,7 +286,7 @@ A total of 609 pull requests were merged for this release.
286286* `#19322 <https://github.com/numpy/numpy/pull/19322 >`__: BUG: Fix cast safety and comparisons for zero sized voids
287287* `#19323 <https://github.com/numpy/numpy/pull/19323 >`__: BUG: Correct Cython declaration in random
288288* `#19326 <https://github.com/numpy/numpy/pull/19326 >`__: BUG: protect against accessing base attribute of a NULL subarray
289- * `#19328 <https://github.com/numpy/numpy/pull/19328 >`__: MAINT: Replace ``"dtype[Any]" `` with ``dtype `` in the definition of...
289+ * `#19328 <https://github.com/numpy/numpy/pull/19328 >`__: MAINT: Replace ``"dtype[Any]" `` with ``dtype `` in the definiton of...
290290* `#19329 <https://github.com/numpy/numpy/pull/19329 >`__: ENH Add a conda-based CI job on azure.
291291* `#19338 <https://github.com/numpy/numpy/pull/19338 >`__: DOC: Removed duplicate instructions for building docs from ``dev/index ``...
292292* `#19344 <https://github.com/numpy/numpy/pull/19344 >`__: MAINT: Annotate missing attributes of ``np.number `` subclasses
@@ -378,7 +378,7 @@ A total of 609 pull requests were merged for this release.
378378* `#19560 <https://github.com/numpy/numpy/pull/19560 >`__: TST: Bump the GitHub actions python 3.10 version
379379* `#19561 <https://github.com/numpy/numpy/pull/19561 >`__: DOC: Remove explicit parameter sparse=False in meshgrid() indexing...
380380* `#19563 <https://github.com/numpy/numpy/pull/19563 >`__: MAINT: Bump hypothesis from 6.14.3 to 6.14.4
381- * `#19564 <https://github.com/numpy/numpy/pull/19564 >`__: TST: Add "Scaled float" custom DType for testing
381+ * `#19564 <https://github.com/numpy/numpy/pull/19564 >`__: TST: Add "Scaled float" custom DType for testng
382382* `#19565 <https://github.com/numpy/numpy/pull/19565 >`__: DOC: Fix sphinx warnings in c-info.beyond-basics.rst
383383* `#19566 <https://github.com/numpy/numpy/pull/19566 >`__: DOC: Remove ``dot `` docstring in numpy/core/_add_newdocs.py
384384* `#19567 <https://github.com/numpy/numpy/pull/19567 >`__: DOC: Fix Unknown section warning when building docs
@@ -527,7 +527,7 @@ A total of 609 pull requests were merged for this release.
527527* `#19918 <https://github.com/numpy/numpy/pull/19918 >`__: MAINT: Override the modules of ``np.char `` and ``np.rec `` functions
528528* `#19919 <https://github.com/numpy/numpy/pull/19919 >`__: ENH: Create an experimental export of the new DType API
529529* `#19920 <https://github.com/numpy/numpy/pull/19920 >`__: DOC: Fix typos in NEPs, found by codespell
530- * `#19921 <https://github.com/numpy/numpy/pull/19921 >`__: DEP: Use ``delimiter `` rather than ``delimiter `` as kwarg in mrecords
530+ * `#19921 <https://github.com/numpy/numpy/pull/19921 >`__: DEP: Use ``delimiter `` rather than ``delimitor `` as kwarg in mrecords
531531* `#19925 <https://github.com/numpy/numpy/pull/19925 >`__: BUG: ufunc: Fix potential memory leak.
532532* `#19926 <https://github.com/numpy/numpy/pull/19926 >`__: BUG: Resolve Divide by Zero on Apple silicon + test failures
533533* `#19927 <https://github.com/numpy/numpy/pull/19927 >`__: BUG: Only call the get_versions() function once on import
0 commit comments