Re: [Numpy-discussion] Effect of deprecating non-integers for integer function arguments

2013-06-01 Thread Sebastian Berg
On Fri, 2013-05-31 at 16:32 -0400, josef.p...@gmail.com wrote: > On Fri, May 31, 2013 at 2:08 PM, Sebastian Berg > wrote: > > Hi, > > > > the current numpy master has deprecated non-integers for the use of > > indexing (not-fancy yet). However I think this should be moved further > > down in the n

Re: [Numpy-discussion] Effect of deprecating non-integers for integer function arguments

2013-05-31 Thread josef . pktd
On Fri, May 31, 2013 at 2:08 PM, Sebastian Berg wrote: > Hi, > > the current numpy master has deprecated non-integers for the use of > indexing (not-fancy yet). However I think this should be moved further > down in the numpy machinery which means that the conversion utils > provided by numpy woul

[Numpy-discussion] Effect of deprecating non-integers for integer function arguments

2013-05-31 Thread Sebastian Berg
Hi, the current numpy master has deprecated non-integers for the use of indexing (not-fancy yet). However I think this should be moved further down in the numpy machinery which means that the conversion utils provided by numpy would generally raise warnings for non-integers. This means that for m