From 4946222e3a52e7101f5988540f9575356840de21 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 8 Oct 2012 09:52:12 -0700 Subject: [PATCH] DOC: Remove confusing paragraph about dtype range. --- doc/source/user_guide/data_types.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/source/user_guide/data_types.txt b/doc/source/user_guide/data_types.txt index 9801c244..c3b87b2e 100644 --- a/doc/source/user_guide/data_types.txt +++ b/doc/source/user_guide/data_types.txt @@ -71,11 +71,6 @@ issued:: float64 to uint8 array([ 0, 128, 255], dtype=uint8) -Wherever possible, functions should try to handle input without explicit -conversion. For example, there is no need to force values to a specific type -for doing a convolution; a plotting function, on the other hand, needs to know -the range of the input. - Output types ============