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
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