[Numpy-discussion] Re: NEP 51: Changing the Representation of NumPy Scalars

2022-10-31 Thread Aaron Meurer
I like this. NumPy scalar printing is confusing to new users, who might think they are Python scalars. And even if you understand them, it's always been annoying that you have to do further introspection to see the dtype. I also like the longdouble change (the name float128 has misled me in the pas

[Numpy-discussion] Re: NEP 51: Changing the Representation of NumPy Scalars

2022-10-31 Thread Stephan Hoyer
On Mon, Oct 31, 2022 at 12:51 PM Aaron Meurer wrote: > I like this. NumPy scalar printing is confusing to new users, who > might think they are Python scalars. And even if you understand them, > it's always been annoying that you have to do further introspection to > see the dtype. I also like th