diff options
author | Frederic Bastien <nouiz@nouiz.org> | 2017-01-10 16:11:44 -0500 |
---|---|---|
committer | Frederic Bastien <nouiz@nouiz.org> | 2017-01-10 16:11:44 -0500 |
commit | 1a745ce5379f78d0733b21e1792d177bede6dde1 (patch) | |
tree | 3e03c8ec52e4d55624bfcf81c3113917e77e1a7d | |
parent | 124c3d809d5b2cca79957299ed126efd1300dffe (diff) | |
download | numpy-1a745ce5379f78d0733b21e1792d177bede6dde1.tar.gz |
[DOC]Small release doc fix. I did this PR for Theano and my first PR in numpy https://github.com/numpy/numpy/pull/306/files is from 2012.
-rw-r--r-- | doc/release/1.12.0-notes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release/1.12.0-notes.rst b/doc/release/1.12.0-notes.rst index b9bc3d197..5127a386f 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. @@ -540,7 +540,7 @@ names contributed a patch for the first time. - Eric Quintero + - Eric Wieser + - Erik M. Bray -- Frederic Bastien + +- Frederic Bastien - Friedrich Dunne + - Gerrit Holl - Golnaz Irannejad + |