summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2015-06-20 14:04:36 -0600
committerCharles Harris <charlesr.harris@gmail.com>2015-06-21 13:46:12 -0600
commite1693d4ee1833eb0c07269da78712d529e71d943 (patch)
tree41c8dfd043759c9f0632ab6b9e97400ec4972bd1 /doc
parent3ed8030a2aa2f51a158fdec36a038a927ddb14b4 (diff)
downloadnumpy-e1693d4ee1833eb0c07269da78712d529e71d943.tar.gz
DEP,MAINT: Remove support for a._format array printing.
Deprecated, removed from numpy/core/arrayprint.py.
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.10.0-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/1.10.0-notes.rst b/doc/release/1.10.0-notes.rst
index 69d929471..c32717d7f 100644
--- a/doc/release/1.10.0-notes.rst
+++ b/doc/release/1.10.0-notes.rst
@@ -30,7 +30,7 @@ Dropped Support:
* splitcmdline has been removed from numpy/distutils/exec_command.py.
* try_run and get_output have been removed from
numpy/distutils/command/config.py
-*
+* The a._format attribute is no longer supported for array printing.
Future Changes: