[Numpy-discussion] einsum

Mark Wiebe mwwiebe at gmail.com
Wed Jan 26 18:21:55 EST 2011


On Wed, Jan 26, 2011 at 3:05 PM, Joshua Holbrook <josh.holbrook at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110126/666cb609/attachment.html>


More information about the NumPy-Discussion mailing list