On Wed, Jan 26, 2011 at 3:05 PM, Joshua Holbrook <josh.holbrook@gmail.com> wrote:
>
> It think his real question is whether einsum() and the iterator stuff
> can live in a separate module that *uses* a released version of numpy
> rather than a development branch.
>
> --
> Robert Kern
>

Indeed, I would like to be able to install and use einsum() without
having to install another version of numpy. Even if it depends on
features of a new numpy, it'd be nice to have it be a separate module.

--Josh

Ah, sorry for misunderstanding.  That would actually be very difficult, as the iterator required a fair bit of fixes and adjustments to the core.  The new_iterator branch should be 1.5 ABI compatible, if that helps.

-Mark