File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ A total of 581 pull requests were merged for this release.
564564* `#18670 <https://github.com/numpy/numpy/pull/18670 >`__: BUG: Fix small issues found with pytest-leaks
565565* `#18676 <https://github.com/numpy/numpy/pull/18676 >`__: MAINT: Implement new style promotion for `np.result_type `, etc.
566566* `#18679 <https://github.com/numpy/numpy/pull/18679 >`__: BUG: Changed METH_VARARGS to METH_NOARGS
567- * `#18680 <https://github.com/numpy/numpy/pull/18680 >`__: Docs: simd-optimizations.rst: fix typo (baseline ~> baseline)
567+ * `#18680 <https://github.com/numpy/numpy/pull/18680 >`__: Docs: simd-optimizations.rst: fix typo (basline ~> baseline)
568568* `#18685 <https://github.com/numpy/numpy/pull/18685 >`__: REL: Update main after 1.20.2 release.
569569* `#18686 <https://github.com/numpy/numpy/pull/18686 >`__: BUG: Fix test_ccompiler_opt when path contains dots
570570* `#18689 <https://github.com/numpy/numpy/pull/18689 >`__: DOC: Change matrix size in absolute beginners doc.
@@ -607,7 +607,7 @@ A total of 581 pull requests were merged for this release.
607607* `#18773 <https://github.com/numpy/numpy/pull/18773 >`__: CI: Fixing typo in Azure job run
608608* `#18777 <https://github.com/numpy/numpy/pull/18777 >`__: DOC: update random and asserts in test guidelines
609609* `#18778 <https://github.com/numpy/numpy/pull/18778 >`__: MAINT: Relax the integer-type-constraint of `npt._ShapeLike `
610- * `#18779 <https://github.com/numpy/numpy/pull/18779 >`__: DOC: fix spelling of "recommended " ("recommended")
610+ * `#18779 <https://github.com/numpy/numpy/pull/18779 >`__: DOC: fix spelling of "reccomended " ("recommended")
611611* `#18780 <https://github.com/numpy/numpy/pull/18780 >`__: ENH: Improve the placeholder annotations for the main numpy namespace...
612612* `#18781 <https://github.com/numpy/numpy/pull/18781 >`__: ENH: Add `__all__ ` to a number of public modules
613613* `#18785 <https://github.com/numpy/numpy/pull/18785 >`__: DOC: change `dec.parametrize ` to `pytest.mark.parametrize `
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ names contributed a patch for the first time.
2323* Anirudh Dagar +
2424* Ankit Dwivedi +
2525* Antony Lee
26- * Arfy Slowly +
26+ * Arfy Slowy +
2727* Arryan Singh +
2828* Arun Palaniappen +
2929* Arushi Sharma +
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Deprecations
6161
6262Use delimiter rather than delimiter as kwarg in mrecords
6363--------------------------------------------------------
64- The misspelled keyword argument ``delimiter `` of
64+ The misspelled keyword argument ``delimitor `` of
6565``numpy.ma.mrecords.fromtextfile() `` has been changed to ``delimiter ``, using
6666it will emit a deprecation warning.
6767
You can’t perform that action at this time.
0 commit comments