<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 1, 2013 at 1:13 AM, Chris Barker - NOAA Federal <span dir="ltr"><<a href="mailto:chris.barker@noaa.gov" target="_blank">chris.barker@noaa.gov</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> Of course, the documentation for discussed before: np.minmax().  My thinking is that it would return a 2xN array<br>
<br>
How about a tuple: (min, max)?<br>
<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div>I am not familiar enough with numpy internals to know which is the better approach to implement.  I kind of feel that the 2xN array approach would be more flexible in case a user wants all of this information in a single array, while still allowing for unpacking as if it was a tuple.  I would rather enable unforeseen use-cases rather than needlessly restricting them.<br>

<br></div><div>Ben Root<br></div><br></div></div></div>