On Fri, Oct 28, 2022, at 01:54, Sebastian Berg wrote:
> The main change is to show scalars as:
>
> * `np.float64(3.0)`  ­instead of just `3.0`
> * `np.True_` instead of `True`
> * `np.void((3, 5), dtype=[('a', '<i8'), ('b', 'u1')])` instead of
>   `(3, 5)`
> * Use `np.` rather than `numpy.` for datetime/timedelta.

I very much like the consistency of the `np` everywhere, compared to previous 
proposals.  Thanks, Sebastian!

Stéfan
_______________________________________________
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com

Reply via email to