From d8de71d14ce7ac08a51d06623437f1df35035a5e Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Sun, 3 Apr 2011 14:59:36 +0200 Subject: ENH: Ticket #1218, allow use of custom formatters in array2string and set_printoptions. Add tests for the new functionality. --- doc/release/2.0.0-notes.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/release') 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. -- cgit v1.2.1