Re: [Numpy-discussion] datetime64/timedelta64 support in linspace

2020-09-29 Thread Sebastian Berg
On Sat, 2020-09-26 at 09:52 -0500, Lee Johnston wrote: > I propose adding support for datetime64/timedelta64 in linspace and > solicit > feedback on the feature. As is, linspace raises UFuncTypeError when > parameters start and stop are datetime64/timedelta64. The > complementary > function arange

[Numpy-discussion] datetime64/timedelta64 support in linspace

2020-09-26 Thread Lee Johnston
I propose adding support for datetime64/timedelta64 in linspace and solicit feedback on the feature. As is, linspace raises UFuncTypeError when parameters start and stop are datetime64/timedelta64. The complementary function arange supports these types. Work was started on this feature in PR 14700