[Numpy-discussion] polynomial: polypow et al not exported

2011-03-02 Thread Ralf Gommers
Hi Charles, Is it intentional that chebpow/legpow/polypow are not in __all__? That is breaking crosslinks in the docs and it looks to me like it's just an oversight. Cheers, Ralf ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.s

[Numpy-discussion] ticket #1619

2011-03-02 Thread Charles R Harris
I think that this ticket can benefit from some discussion on the list. The problem is as follows. In [2]: np.dtype('i1, i4, i1', align=True) Out[2]: dtype([('f0', '|i1'), ('', '|V3'), ('f1', ' in () ValueError: two fields with the same name Note that the second field in the dtype is inserted for

Re: [Numpy-discussion] (no subject)

2011-03-02 Thread Robert Kern
On Wed, Mar 2, 2011 at 16:25, Alex Ter-Sarkissov wrote: > hi, the question is probably very silly, but can't get my head around it > > Say I have an NxM numerical array. What I want is to obtain the row and > column number of the smallest value(kinda like find command in Matlab). I > use something

Re: [Numpy-discussion] (no subject)

2011-03-02 Thread Skipper Seabold
On Wed, Mar 2, 2011 at 5:25 PM, Alex Ter-Sarkissov wrote: > hi, the question is probably very silly, but can't get my head around it > > Say I have an NxM numerical array. What I want is to obtain the row and > column number of the smallest value(kinda like find command in Matlab). I > use somethi

[Numpy-discussion] (no subject)

2011-03-02 Thread Alex Ter-Sarkissov
hi, the question is probably very silly, but can't get my head around it Say I have an NxM numerical array. What I want is to obtain the row and column number of the smallest value(kinda like find command in Matlab). I use something like where(min(array_name)), but keep getting the error message.

Re: [Numpy-discussion] ticket 1562 on loadtxt (was Re: Numpy 2.0 schedule)

2011-03-02 Thread Benjamin Root
On Mon, Feb 28, 2011 at 11:45 AM, Bruce Southey wrote: > On 02/28/2011 09:47 AM, Benjamin Root wrote: > > On Mon, Feb 28, 2011 at 9:25 AM, Bruce Southey wrote: > >> On 02/28/2011 09:02 AM, Benjamin Root wrote: >> [snip] >> > >> > >> > So, is there still no hope in addressing this old bug report