Re: [Numpy-discussion] Einops cross-linking from einsum

2020-09-26 Thread Stephan Hoyer
On Sat, Sep 26, 2020 at 10:53 PM Alex Rogozhnikov < alex.rogozhni...@yandex.ru> wrote: > Hello all, > > I'm developer of einops - python package for readable and reliable tensor > operations. > Einops handles different types of tensors (including numpy, pytorch, jax, > tensorflow and others) and t

[Numpy-discussion] Einops cross-linking from einsum

2020-09-26 Thread Alex Rogozhnikov
Hello all, I'm developer of einops - python package for readable and reliable tensor operations.Einops handles different types of tensors (including numpy, pytorch, jax, tensorflow and others) and targeted as a verbose replacement to existing numpy operations. As einops now is quite mature project,

[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