
Dec. 4, 2010
3:19 p.m.
On Sat, Dec 4, 2010 at 12:52 PM, Pauli Virtanen <pav@iki.fi> wrote:
On Sat, 04 Dec 2010 12:21:15 -0700, Charles R Harris wrote: [clip]
So does numpy currently build on top of libndarray or is that something for the future also? [clip]
It does. If you look how it works, most of the heavy lifting has been moved there, leaving the multiarray module mostly as Python-specific wrappers.
Would it unreasonable to move the libndarray stuff to the current master branch of numpy while leaving the rest of things intact? The needed changes to the current core/src could be brought in later. Chuck