Re: [Numpy-discussion] [Feature Request] Add alias of np.concatenate as np.concat

2020-06-06 Thread Eric Wieser
I agree with all of Ralf's points, except for perhaps this one: > I also don't see a reason to conform to TensorFlow (or PyTorch, or Matlab, or whichever other library) Python itself has a name for this function, `operator.concat` - so _maybe_ this sets a strong enough precedent for us to add an

Re: [Numpy-discussion] [Feature Request] Add alias of np.concatenate as np.concat

2020-06-06 Thread Ralf Gommers
On Sat, Jun 6, 2020 at 2:58 PM Adrin wrote: > This somehow also reminds me of the `__array_module__` (NEP37) protocol. > > I'm not sure if TF would ever implement it, but it would be really nice if > the NEP37 proposal > would move forward and libraries would implement it. > There is a plan to m

Re: [Numpy-discussion] [Feature Request] Add alias of np.concatenate as np.concat

2020-06-06 Thread Adrin
This somehow also reminds me of the `__array_module__` (NEP37) protocol. I'm not sure if TF would ever implement it, but it would be really nice if the NEP37 proposal would move forward and libraries would implement it. On Mon, Jun 1, 2020 at 8:22 PM Iordanis Fostiropoulos < danny.fostiropou...@g