On Sat, 25 Jan 2014 01:05:15 +0100, Sebastian Berg wrote:
> 1. Comparison with None will broadcast in the future, so that `arr ==
> None` will actually compare all elements to None. (A FutureWarning for
> now)
This is a very useful change in behavior--thanks!
Stéfan
_
On Sat, 2014-01-25 at 00:18 +, Nathaniel Smith wrote:
> On 25 Jan 2014 00:05, "Sebastian Berg"
> wrote:
> >
> > Hi all,
> >
> > in https://github.com/numpy/numpy/pull/3514 I proposed some changes
> to
> > the comparison operators. This includes:
> >
> > 1. Comparison with None will broadcast i
On 25 Jan 2014 00:05, "Sebastian Berg" wrote:
>
> Hi all,
>
> in https://github.com/numpy/numpy/pull/3514 I proposed some changes to
> the comparison operators. This includes:
>
> 1. Comparison with None will broadcast in the future, so that `arr ==
> None` will actually compare all elements to No
Hi all,
in https://github.com/numpy/numpy/pull/3514 I proposed some changes to
the comparison operators. This includes:
1. Comparison with None will broadcast in the future, so that `arr ==
None` will actually compare all elements to None. (A FutureWarning for
now)
2. I added that == and != will