Skip to content

Commit

Permalink
Merge pull request #20619 from charris/prepare-for-1.22.0rc3
Browse files Browse the repository at this point in the history
REL: Prepare for the NumPy 1.22.0rc3 release.
  • Loading branch information
charris committed Dec 18, 2021
2 parents 55b4ec4 + 200e062 commit 950f507
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
18 changes: 16 additions & 2 deletions doc/changelog/1.22.0-changelog.rst
Expand Up @@ -2,7 +2,7 @@
Contributors
============

A total of 151 people contributed to this release. People with a "+" by their
A total of 152 people contributed to this release. People with a "+" by their
names contributed a patch for the first time.

* @DWesl
Expand Down Expand Up @@ -87,6 +87,7 @@ names contributed a patch for the first time.
* Jérome Eertmans
* Jérôme Kieffer +
* KIU Shueng Chuan +
* Kazuki Sakamoto +
* Kenichi Maehashi
* Kenny Huynh +
* Kent R. Spillner +
Expand Down Expand Up @@ -160,7 +161,7 @@ names contributed a patch for the first time.
Pull requests merged
====================

A total of 589 pull requests were merged for this release.
A total of 602 pull requests were merged for this release.

* `#15847 <https://github.com/numpy/numpy/pull/15847>`__: BUG: avoid infinite recurrence on dependencies in crackfortran
* `#16740 <https://github.com/numpy/numpy/pull/16740>`__: ENH: Add broadcast support to Generator.multinomial
Expand Down Expand Up @@ -751,3 +752,16 @@ A total of 589 pull requests were merged for this release.
* `#20539 <https://github.com/numpy/numpy/pull/20539>`__: PERF: Fix performance bug in dispatching cache
* `#20541 <https://github.com/numpy/numpy/pull/20541>`__: REL: Prepare for NumPy 1.22.0rc2 release.
* `#20548 <https://github.com/numpy/numpy/pull/20548>`__: REV: Revert adding a default ufunc promoter
* `#20576 <https://github.com/numpy/numpy/pull/20576>`__: BUG: Fix small issues found using valgrind
* `#20577 <https://github.com/numpy/numpy/pull/20577>`__: BUG: Fix sorting of int8/int16
* `#20578 <https://github.com/numpy/numpy/pull/20578>`__: ENH: Add ``__array__`` to the array_api Array object
* `#20579 <https://github.com/numpy/numpy/pull/20579>`__: MAINT: make sure CI stays on VS2019 unless changed explicitly
* `#20585 <https://github.com/numpy/numpy/pull/20585>`__: DOC: Update front page of documentation with Sphinx-Panels
* `#20598 <https://github.com/numpy/numpy/pull/20598>`__: BUG: Fix issues (mainly) found using pytest-leaks
* `#20599 <https://github.com/numpy/numpy/pull/20599>`__: MAINT: Fix two minor typing-related problems
* `#20600 <https://github.com/numpy/numpy/pull/20600>`__: BUG: Fix leaks found using pytest-leaks
* `#20601 <https://github.com/numpy/numpy/pull/20601>`__: MAINT: Check for buffer interface support rather than try/except
* `#20602 <https://github.com/numpy/numpy/pull/20602>`__: BUG: Fix PyInit__umath_linalg type
* `#20605 <https://github.com/numpy/numpy/pull/20605>`__: DEV: add a warningfilter to fix pytest workflow.
* `#20614 <https://github.com/numpy/numpy/pull/20614>`__: TST: Bump mypy: 0.910 -> 0.920
* `#20617 <https://github.com/numpy/numpy/pull/20617>`__: MAINT: Help boost::python libraries at least not crash
4 changes: 2 additions & 2 deletions doc/source/release/1.22.0-notes.rst
Expand Up @@ -3,8 +3,8 @@
==========================
NumPy 1.22.0 Release Notes
==========================
NumPy 1.22.0 is a big release featuring the work of 151 contributers spread
over 589 pull requests. There have been many improvements, highlights are:
NumPy 1.22.0 is a big release featuring the work of 152 contributers spread
over 602 pull requests. There have been many improvements, highlights are:

* Annotations of the main namespace are essentially complete. Upstream is a
moving target, so there will likely be further improvements, but the major
Expand Down

0 comments on commit 950f507

Please sign in to comment.