STEllAR-GROUP / phylanx

An Asynchronous Distributed C++ Array Processing Toolkit
Boost Software License 1.0
75 stars 76 forks source link

support for len(X) and X.shape in Phylanx #446

Open stevenrbrandt opened 6 years ago

stevenrbrandt commented 6 years ago

While the shape(X,0) and shape(X,1) can be used to get the dimensions of an array, this is not what is used by NumPy. We should make this work.

hkaiser commented 6 years ago

See #470 for len() for lists.

hkaiser commented 6 years ago

@stevenrbrandt, @rtohid: what is the current state of this (also see #439)?