[Numpy-discussion] Re: Feature request: function to get minimum and maximum values simultaneously (as a tuple)

2022-07-01 Thread Jerome Kieffer
Hi, There is an implementation in silx.math.combo.minmax(): https://github.com/silx-kit/silx/blob/master/src/silx/math/combo.pyx#L266 Cheers Jerome On Thu, 30 Jun 2022 22:50:12 +0200 "Andras Deak" wrote: > On Thu, Jun 30, 2022, at 22:23, Ewout ter Hoeven wrote: > > A function to get the minim

[Numpy-discussion] Re: Feature request: function to get minimum and maximum values simultaneously (as a tuple)

2022-07-01 Thread Ralf Gommers
On Thu, Jun 30, 2022 at 10:56 PM Warren Weckesser < warren.weckes...@gmail.com> wrote: > On 6/30/22, Ewout ter Hoeven wrote: > > A function to get the minimum and maximum values of an array > simultaneously > > could be very useful, from both a convenience and performance point of > view. > > Esp