summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-06-04 16:23:49 -0600
committerCharles Harris <charlesr.harris@gmail.com>2016-06-04 16:25:05 -0600
commit1b162c697536313e993fbc80cab297957e11665d (patch)
treedb14c3cee8c1bd4a735be34e9dbad56b5357a6e2 /doc
parent3071778e37112377b592b180769f0a44496dc2da (diff)
downloadnumpy-1b162c697536313e993fbc80cab297957e11665d.tar.gz
DOC: Mention bits attribute added to finfo in 1.12.0 release notes.
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.12.0-notes.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/release/1.12.0-notes.rst b/doc/release/1.12.0-notes.rst
index 07871c10c..9302e02c6 100644
--- a/doc/release/1.12.0-notes.rst
+++ b/doc/release/1.12.0-notes.rst
@@ -164,8 +164,8 @@ Generalized Ufuncs will now unlock the GIL
Generalized Ufuncs, including most of the linalg module, will now unlock
the Python global interpreter lock.
-np.roll can now roll multiple axes at the same time
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+``np.roll can now roll multiple axes at the same time``
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The ``shift`` and ``axis`` arguments to ``roll`` are now broadcast against each
other, and each specified axis is shifted accordingly.
@@ -180,6 +180,11 @@ The standard ``np.load``, ``np.save``, ``np.loadtxt``, ``np.savez``, and similar
functions can now take ``pathlib.Path`` objects as an argument instead of a
filename or open file object.
+Add ``bits`` attribute to ``np.finfo``
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+This makes ``np.finfo`` consistent with ``np.iinfo`` which already has that
+attribute.
+
Changes
=======