Re: [Numpy-discussion] Indexing with floats

2016-06-10 Thread Fabien

On 06/10/2016 01:48 PM, Robert Kern wrote:

https://mail.scipy.org/pipermail/numpy-discussion/2012-December/064705.html
https://github.com/numpy/numpy/issues/2810
https://github.com/numpy/numpy/pull/2891
https://github.com/numpy/numpy/pull/3243
https://mail.scipy.org/pipermail/numpy-discussion/2015-July/073125.html

Note that the future is coming in the next numpy release:

https://github.com/numpy/numpy/pull/6271

--
Robert Kern


Thanks Robert!

___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Indexing with floats

2016-06-10 Thread Robert Kern
On Fri, Jun 10, 2016 at 12:15 PM, Fabien  wrote:
>
> Hi,
>
> I really tried to do my homework before asking this here, but I just
couldn't find the relevant information anywhere...
>
> My question is about the rationale behind forbidding indexing with
floats, i.e.:
>
> >>> x[2.]
> __main__:1: VisibleDeprecationWarning: using a non-integer number instead
of an integer will result in an error in the future
>
> I don't find this very handy from a user's perspective, and I'd be
grateful for pointers on discussion threads and/or PRs where this has been
discussed, so that I can understand why it's important.

https://mail.scipy.org/pipermail/numpy-discussion/2012-December/064705.html
https://github.com/numpy/numpy/issues/2810
https://github.com/numpy/numpy/pull/2891
https://github.com/numpy/numpy/pull/3243
https://mail.scipy.org/pipermail/numpy-discussion/2015-July/073125.html

Note that the future is coming in the next numpy release:

https://github.com/numpy/numpy/pull/6271

--
Robert Kern
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Indexing with floats

2016-06-10 Thread Fabien

Hi,

I really tried to do my homework before asking this here, but I just 
couldn't find the relevant information anywhere...


My question is about the rationale behind forbidding indexing with 
floats, i.e.:


>>> x[2.]
__main__:1: VisibleDeprecationWarning: using a non-integer number 
instead of an integer will result in an error in the future


I don't find this very handy from a user's perspective, and I'd be 
grateful for pointers on discussion threads and/or PRs where this has 
been discussed, so that I can understand why it's important.


Maybe a short note on the indexing docpage
(http://docs.scipy.org/doc/numpy-1.11.0/user/basics.indexing.html)
could be useful also.

Thanks a lot!

Fabien

___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion