Re: [Numpy-discussion] C99 compatible complex number tests fail

2014-01-04 Thread Eric Moore
On Saturday, January 4, 2014, Ralf Gommers wrote: > > > > On Mon, Dec 23, 2013 at 12:14 AM, Matti Picus > > > wrote: > >> Hi. I started to port the stdlib cmath C99 compatible complex number >> tests to numpy, after noticing that numpy seems to have different >> complex number routines than cmat

Re: [Numpy-discussion] C99 compatible complex number tests fail

2014-01-04 Thread Ralf Gommers
On Mon, Dec 23, 2013 at 12:14 AM, Matti Picus wrote: > Hi. I started to port the stdlib cmath C99 compatible complex number > tests to numpy, after noticing that numpy seems to have different > complex number routines than cmath. The work is available on a > "retest_complex" branch of numpy > htt

Re: [Numpy-discussion] proposal: min, max of complex should give warning

2014-01-04 Thread Ralf Gommers
On Tue, Dec 31, 2013 at 5:45 PM, Neal Becker wrote: > Ralf Gommers wrote: > > > On Tue, Dec 31, 2013 at 4:52 PM, Neal Becker > wrote: > > > >> Cera, Tim wrote: > >> > >> > I don't work with complex numbers, but just sampling what others do: > >> > > >> > > >> > Python: no ordering, results in Ty

[Numpy-discussion] ArrayList object

2014-01-04 Thread Nicolas Rougier
Hi all, I've coding an ArrayList object based on a regular numpy array. This objects allows to dynamically append/insert/delete/access items. I found it quite convenient since it allows to manipulate an array as if it was a list with elements of different sizes but with same underlying type (=