On Sun, Dec 6, 2020 at 12:52 AM Stephan Hoyer wrote:
> On Sat, Dec 5, 2020 at 9:24 PM Mark Harfouche
> wrote:
>
>> If the answer is to deprecate
>>
>> np.int(1) == int(1)
>>
>> then one can add a warning to the __init__ of the np.int class, but
>> continue to subclass the python int class.
>>
>>
On Sat, 2020-12-05 at 20:12 -0700, Charles R Harris wrote:
> On Sat, Dec 5, 2020 at 4:31 PM Juan Nunez-Iglesias
> wrote:
>
> > Hi all,
> >
> > At the prodding [1] of Sebastian, I’m starting a discussion on the
> > decision to deprecate np.{bool,float,int}. This deprecation broke
> > our
> > prer
On Sat, 2020-12-05 at 22:05 -0800, Stephan Hoyer wrote:
> On Wed, Dec 2, 2020 at 3:39 PM Sebastian Berg <
> sebast...@sipsolutions.net>
> wrote:
>
> > 1. If an argument is invalid in NumPy it is considered and error.
> >For example:
> >
> >np.log(arr, my_weird_argument=True)
> >
> >