kecnry / nparray

High-Level Wrappers for Building and Manipulating Numpy Arrays
https://nparray.readthedocs.io
GNU General Public License v3.0
0 stars 0 forks source link

support magic-methods #1

Open kecnry opened 7 years ago

kecnry commented 7 years ago

like len() __len__ etc. These could all be hardcoded, but there must be some way to override them all at once

many of these will need to be done by hand, particularly math methods

math methods:

logic methods:

conversion/manipulation:

kecnry commented 7 years ago

see f6e03f924d12df7152a187562c93140c8fcff444 for reverting string representation