
Oct. 28, 2022
3:47 p.m.
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