On Mon, Apr 7, 2014 at 11:12 AM, Björn Dahlgren <[email protected]> wrote:
> I think the code needed for the general n dimensional case with m number
> of arrays
> is non-trivial enough for it to be useful to provide such a function in
> numpy
>
As of version 1.8.1, I count 571 public names in numpy namespace:
>>> len([x for x in dir(numpy) if not x.startswith('_')])
571
Rather than adding 572nd name, we should investigate why it is "non-trivial
enough" to express this using existing functions.
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion