[Numpy-discussion] Conservative order in .argsort

Robert Kern robert.kern at gmail.com
Fri Mar 9 04:13:42 EST 2007


Berthold Höllmann wrote:

> My question is, is "kind='merge'" sorting garanteed to be conservative?

Yes, such a sort is called "stable" (at least in US computer science) and is
documented in the docstring.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list