10000 Merge pull request #20557 from charris/prepare-for-1.22.0rc2-release · rjeb/numpy@0bbe787 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bbe787

Browse files
autho 10000 red
Merge pull request numpy#20557 from charris/prepare-for-1.22.0rc2-release
REL: Prepare for the NumPy 1.22.0rc2 release.
2 parents cb93f07 + 42c9cbb commit 0bbe787

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/changelog/1.22.0-changelog.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ names contributed a patch for the first time.
160160
Pull requests merged
161161
====================
162162

163-
A total of 587 pull requests were merged for this release.
163+
A total of 589 pull requests were merged for this release.
164164

165165
* `#15847 <https://github.com/numpy/numpy/pull/15847>`__: BUG: avoid infinite recurrence on dependencies in crackfortran
166166
* `#16740 <https://github.com/numpy/numpy/pull/16740>`__: ENH: Add broadcast support to Generator.multinomial
@@ -749,3 +749,5 @@ A total of 587 pull requests were merged for this release.
749749
* `#20535 <https://github.com/numpy/numpy/pull/20535>`__: BUG: Fix reduce promotion with out argument
750750
* `#20538 <https://github.com/numpy/numpy/pull/20538>`__: BUG: Fix handling of the dtype parameter to numpy.array_api.prod()
751751
* `#20539 <https://github.com/numpy/numpy/pull/20539>`__: PERF: Fix performance bug in dispatching cache
752+
* `#20541 <https://github.com/numpy/numpy/pull/20541>`__: REL: Prepare for NumPy 1.22.0rc2 release.
753+
* `#20548 <https://github.com/numpy/numpy/pull/20548>`__: REV: Revert adding a default ufunc promoter

doc/source/release/1.22.0-notes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
NumPy 1.22.0 Release Notes
55
==========================
66
NumPy 1.22.0 is a big release featuring the work of 151 contributers spread
7-
over 587 pull requests. There have been many improvements, highlights are:
7+
over 589 pull requests. There have been many improvements, highlights are:
88

99
* Annotations of the main namespace are essentially complete. Upstream is a
1010
moving target, so there will likely be further improvements, but the major
@@ -27,8 +27,8 @@ The Python versions supported in this release are 3.8-3.10, Python 3.7 has been
2727
dropped. Note that 32 bit wheels are only provided for Python 3.8 and 3.9 on
2828
Windows, all other wheels are 64 bits on account of Ubuntu, Fedora, and other
2929
Linux distributions dropping 32 bit support. All 64 bit wheels are also linked
30-
with 64 bit OpenBLAS, which should fix the occasional problems encountered by
31-
folks using truly huge arrays.
30+
with 64 bit integer OpenBLAS, which should fix the occasional problems
31+
encountered by folks using truly huge arrays.
3232

3333

3434
Expired deprecations

0 commit comments

Comments
 (0)
0