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.
564
564
* `#18670 <https://github.com/numpy/numpy/pull/18670 >`__: BUG: Fix small issues found with pytest-leaks
565
565
* `#18676 <https://github.com/numpy/numpy/pull/18676 >`__: MAINT: Implement new style promotion for `np.result_type `, etc.
566
566
* `#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)
568
568
* `#18685 <https://github.com/numpy/numpy/pull/18685 >`__: REL: Update main after 1.20.2 release.
569
569
* `#18686 <https://github.com/numpy/numpy/pull/18686 >`__: BUG: Fix test_ccompiler_opt when path contains dots
570
570
* `#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.
607
607
* `#18773 <https://github.com/numpy/numpy/pull/18773 >`__: CI: Fixing typo in Azure job run
608
608
* `#18777 <https://github.com/numpy/numpy/pull/18777 >`__: DOC: update random and asserts in test guidelines
609
609
* `#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")
611
611
* `#18780 <https://github.com/numpy/numpy/pull/18780 >`__: ENH: Improve the placeholder annotations for the main numpy namespace...
612
612
* `#18781 <https://github.com/numpy/numpy/pull/18781 >`__: ENH: Add `__all__ ` to a number of public modules
613
613
* `#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.
23
23
* Anirudh Dagar +
24
24
* Ankit Dwivedi +
25
25
* Antony Lee
26
- * Arfy Slowly +
26
+ * Arfy Slowy +
27
27
* Arryan Singh +
28
28
* Arun Palaniappen +
29
29
* Arushi Sharma +
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Deprecations
61
61
62
62
Use delimiter rather than delimiter as kwarg in mrecords
63
63
--------------------------------------------------------
64
- The misspelled keyword argument ``delimiter `` of
64
+ The misspelled keyword argument ``delimitor `` of
65
65
``numpy.ma.mrecords.fromtextfile() `` has been changed to ``delimiter ``, using
66
66
it will emit a deprecation warning.
67
67
You can’t perform that action at this time.
0 commit comments