Re: [Numpy-discussion] ticket #842.

2008-07-19 Thread Travis E. Oliphant
Stéfan van der Walt wrote: > 2008/7/19 Charles R Harris <[EMAIL PROTECTED]>: > >> In [2]: type(conjugate(array(8+7j))) >> Out[2]: >> >> In [3]: type((array(8+7j))) >> Out[3]: >> >> So I think all that needs to be done is fix the return type conjugate if we >> agree that it should be an array.

Re: [Numpy-discussion] ticket #842.

2008-07-19 Thread Stéfan van der Walt
2008/7/19 Charles R Harris <[EMAIL PROTECTED]>: > In [2]: type(conjugate(array(8+7j))) > Out[2]: > > In [3]: type((array(8+7j))) > Out[3]: > > So I think all that needs to be done is fix the return type conjugate if we > agree that it should be an array. I think it should be an array. Stéfan __

[Numpy-discussion] ticket #842.

2008-07-18 Thread Charles R Harris
Just wanted to bring attention to ticket #842because I think the fix should be pretty easy. I added a comment: The printing inconsistency is a duplicate of #841and has been fixed. What remains odd i