> On Jan 29, 2019, at 12:15 AM, Matti Picus <[email protected]> wrote:
>> Perhaps you could suggest they add this explanation (or if it is in our >> documentation point out where you think would be appropriate) since it seems >> many people have problems with dtypes and overflow. arange() is particularly problematic, as it defaults(in the common case) to integers, which are less familiar to new users than float64, which numpy uses as default dtype in most places. And many (most) use of arange() would be better served by lib space anyway. -CHB > > > Matti > > _______________________________________________ > NumPy-Discussion mailing list > [email protected] > https://mail.python.org/mailman/listinfo/numpy-discussion _______________________________________________ NumPy-Discussion mailing list [email protected] https://mail.python.org/mailman/listinfo/numpy-discussion
