[SciPy-dev] [Numpy-discussion] Re: How to handle a[...] in numpy?

Travis Oliphant oliphant at ee.byu.edu
Tue Jan 10 17:18:03 EST 2006


Sasha wrote:

>I've commited the change (see
>http://projects.scipy.org/scipy/numpy/changeset/1864) that supports
>x[...] and x[()].  I will implement x[...] = value soon.  The
>remaining feature  x[..., newaxis] may require some
>refactoring, so no promises here.  I have created a Wiki page to
>document the progress.
>  
>
I would probably just handle this as a special case and not try to fit 
it in to the general index-parsing code which is a bit complicated 
because of all the functionality.   Of course any improvements to that 
code are always welcome...

-Travis




More information about the SciPy-Dev mailing list