[SciPy-dev] def __array__

Robert Kern robert.kern at gmail.com
Tue Aug 18 13:12:44 EDT 2009


On Tue, Aug 18, 2009 at 10:09, David Goldsmith<d_l_goldsmith at yahoo.com> wrote:
> OK, I downloaded and unpacked numpy-1.3.0rc2.tar.gz and directory numpy\core\src\multiarray doesn't exist.  There's a src\multiarraymodule.c; that doesn't contain a single '__array__'; it does contain an argsort, however, and scrolling up, I see that's in PyArray_LexSort, w/ a preceding comment that confirms that the sorting is lexicographic, so I have the answer to my question.  But I'm left wondering why my directory structure is different from yours, Robert, and what problems that may cause me down the line.

There was a restructuring of the source files into more manageable
pieces after the 1.3 release.

-- 
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 SciPy-Dev mailing list