summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2022-01-05 07:16:34 +0200
committermattip <matti.picus@gmail.com>2022-01-05 07:16:34 +0200
commita005ef96b243368c4acb3c8c91519f1eb2e69324 (patch)
tree57ecb8a5796756747a2c9fd283ddd63e6cf796b9
parent84fd36cc94436bb842aa33c14f7e973d6e00c8b2 (diff)
downloadnumpy-a005ef96b243368c4acb3c8c91519f1eb2e69324.tar.gz
DOC: fix OpenBLAS version in release note
-rw-r--r--doc/source/release/1.22.0-notes.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/release/1.22.0-notes.rst b/doc/source/release/1.22.0-notes.rst
index 5e215de42..2cbb24b60 100644
--- a/doc/source/release/1.22.0-notes.rst
+++ b/doc/source/release/1.22.0-notes.rst
@@ -450,9 +450,9 @@ double precision functions respectively.
(`gh-19478 <https://github.com/numpy/numpy/pull/19478>`__)
-OpenBLAS v0.3.17
+OpenBLAS v0.3.18
----------------
-Update the OpenBLAS used in testing and in wheels to v0.3.17
+Update the OpenBLAS used in testing and in wheels to v0.3.18
-(`gh-19462 <https://github.com/numpy/numpy/pull/19462>`__)
+(`gh-20058 <https://github.com/numpy/numpy/pull/20058>`__)