summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2017-12-08 00:38:34 -0800
committerEric Wieser <wieser.eric@gmail.com>2017-12-08 00:38:34 -0800
commit54d142b655a1084a4994ac4cd6822517110fb716 (patch)
tree8b253e1c78f202cd6528e3723108fc414b370291 /doc/release
parent36a588a15f409ce817190dbf6c7942176bf59a10 (diff)
downloadpython-numpy-54d142b655a1084a4994ac4cd6822517110fb716.tar.gz
python-numpy-54d142b655a1084a4994ac4cd6822517110fb716.tar.bz2
python-numpy-54d142b655a1084a4994ac4cd6822517110fb716.zip
BUG: Fix line wrapping and remove trailing space for recarray
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.14.0-notes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/1.14.0-notes.rst b/doc/release/1.14.0-notes.rst
index 296c756a9..eed30271f 100644
--- a/doc/release/1.14.0-notes.rst
+++ b/doc/release/1.14.0-notes.rst
@@ -290,6 +290,8 @@ In summary, the major changes are:
print the dtype, and correctly wrap the elements of long arrays to multiple
lines. If there is more than 1 dimension, the array attributes are now
printed in a new "left-justified" printing style.
+* ``recarray`` arrays no longer print a trailing space before their dtype, and
+ wrap to the right number of columns.
* 0d arrays no longer have their own idiosyncratic implementations of ``str``
and ``repr``. The ``style`` argument to ``np.array2string`` is deprecated.
* Arrays of ``bool`` datatype will omit the datatype in the ``repr``.