summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-01-11 09:12:20 -0700
committerGitHub <noreply@github.com>2017-01-11 09:12:20 -0700
commit916574f15ddd5e92c137dceeb1db09d41e2bbf4d (patch)
tree424633c3ea8520fa87840d1a71425c350df6b1e4
parent93141b7ed40a9c36bbba6b783e690edbd57b8488 (diff)
parent190195bdee1eeb95f1f4c403648c1944ec07e317 (diff)
downloadnumpy-916574f15ddd5e92c137dceeb1db09d41e2bbf4d.tar.gz
Merge pull request #8467 from nouiz/name
back-port the missing part of gh-8464.
-rw-r--r--doc/release/1.12.0-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/1.12.0-notes.rst b/doc/release/1.12.0-notes.rst
index d6c61e240..808be7640 100644
--- a/doc/release/1.12.0-notes.rst
+++ b/doc/release/1.12.0-notes.rst
@@ -455,7 +455,7 @@ using concatenate.
Improved precision of ``ndarray.mean`` for float16 arrays
---------------------------------------------------------
The computation of the mean of float16 arrays is now carried out in float32 for
-improved precision. This should be useful in packages such as scikit-learn
+improved precision. This should be useful in packages such as Theano
where the precision of float16 is adequate and its smaller footprint is
desireable.