summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-12-09 15:43:16 -0700
committerGitHub <noreply@github.com>2021-12-09 15:43:16 -0700
commit0bbe78772c50db4fe3d1c5b8dbec439dc45c00ba (patch)
tree6d711f9b4f36074acb3be1a1fae9c58c11cabd18
parentcb93f07985f19833edab9f36a38141f7a06ea23a (diff)
parent42c9cbba06ceb6be958f86e481e871b1a1c7ecf5 (diff)
downloadnumpy-0bbe78772c50db4fe3d1c5b8dbec439dc45c00ba.tar.gz
Merge pull request #20557 from charris/prepare-for-1.22.0rc2-releasev1.22.0rc2
REL: Prepare for the NumPy 1.22.0rc2 release.
-rw-r--r--doc/changelog/1.22.0-changelog.rst4
-rw-r--r--doc/source/release/1.22.0-notes.rst6
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/changelog/1.22.0-changelog.rst b/doc/changelog/1.22.0-changelog.rst
index 0476ba792..7cdf476b1 100644
--- a/doc/changelog/1.22.0-changelog.rst
+++ b/doc/changelog/1.22.0-changelog.rst
@@ -160,7 +160,7 @@ names contributed a patch for the first time.
Pull requests merged
====================
-A total of 587 pull requests were merged for this release.
+A total of 589 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
@@ -749,3 +749,5 @@ A total of 587 pull requests were merged for this release.
* `#20535 <https://github.com/numpy/numpy/pull/20535>`__: BUG: Fix reduce promotion with out argument
* `#20538 <https://github.com/numpy/numpy/pull/20538>`__: BUG: Fix handling of the dtype parameter to numpy.array_api.prod()
* `#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
diff --git a/doc/source/release/1.22.0-notes.rst b/doc/source/release/1.22.0-notes.rst
index 13590f83a..f9c423d2c 100644
--- a/doc/source/release/1.22.0-notes.rst
+++ b/doc/source/release/1.22.0-notes.rst
@@ -4,7 +4,7 @@
NumPy 1.22.0 Release Notes
==========================
NumPy 1.22.0 is a big release featuring the work of 151 contributers spread
-over 587 pull requests. There have been many improvements, highlights are:
+over 589 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
@@ -27,8 +27,8 @@ The Python versions supported in this release are 3.8-3.10, Python 3.7 has been
dropped. Note that 32 bit wheels are only provided for Python 3.8 and 3.9 on
Windows, all other wheels are 64 bits on account of Ubuntu, Fedora, and other
Linux distributions dropping 32 bit support. All 64 bit wheels are also linked
-with 64 bit OpenBLAS, which should fix the occasional problems encountered by
-folks using truly huge arrays.
+with 64 bit integer OpenBLAS, which should fix the occasional problems
+encountered by folks using truly huge arrays.
Expired deprecations