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

Sasha ndarray at mac.com
Tue Jan 10 11:17:15 EST 2006


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.
(See http://projects.scipy.org/scipy/numpy/wiki/ZeroRankArray).

-- sasha


On 1/10/06, Travis Oliphant <oliphant.travis at ieee.org> wrote:

> >1. x[...]
> +1
> >2. x[...] = value
> +1
> >3. x[..., newaxis]
> +1




More information about the SciPy-Dev mailing list