summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2011-04-03 14:59:36 +0200
committerCharles Harris <charlesr.harris@gmail.com>2011-04-24 11:06:29 -0600
commitd8de71d14ce7ac08a51d06623437f1df35035a5e (patch)
tree9828a1271aa8ec9dafd94b1ac0a8c31fc993266c /doc
parentbe364f74946c8fb4eb8486c51c96f70642175829 (diff)
downloadnumpy-d8de71d14ce7ac08a51d06623437f1df35035a5e.tar.gz
ENH: Ticket #1218, allow use of custom formatters in array2string and
set_printoptions. Add tests for the new functionality.
Diffstat (limited to 'doc')
-rw-r--r--doc/release/2.0.0-notes.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst
index cb5bdf14b..a040f503b 100644
--- a/doc/release/2.0.0-notes.rst
+++ b/doc/release/2.0.0-notes.rst
@@ -10,7 +10,19 @@ Highlights
New features
============
+Custom formatter for printing arrays
+------------------------------------
+
+
Changes
=======
+
+
+Deprecations
+============
+
+Specifying a custom string formatter with a `_format` array attribute is
+deprecated. The new `formatter` keyword in ``numpy.set_printoptions`` or
+``numpy.array2string`` can be used instead.