-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
- LArray.
__binaryops__
- LArray.
__get/setitem__
- LArray.equals/LArray.eq
- LArray.append/prepend/extend/insert
- sequence
- stack
- concat
- clip
- ufuncs involving several arrays (where, ...)
- ipfp
- random.normal, random.uniform, ...
in fact most of these will come for free if we change "broadcast_with" and "make_numpy_broadcastable"
to do alignment in addition to broadcast. Unsure if we need an option which is True by default, or do it unconditionally.