-
Notifications
You must be signed in to change notification settings - Fork 1
Unimplemented DistArray methods and functions
Robert David Grant edited this page Jul 18, 2014
·
2 revisions
A lot of functions on LocalArrays that simply raised NotImplementedError were removed, and make more sense as functions on DistArrays.
See the removed code here: https://github.com/cowlicks/distarray/commit/402a86f22211d634a09c9cc9bc477ae4a855debf#diff-140d7adf5fda24d077d026ea51152f57R1151
- reshape
- redist
- resize
- transpose
- swapaxes
- flatten
- ravel
- squeeze
- asdist
- asdistlike
- take
- put
- putmask
- repeat
- choose
- sort
- argsort
- searchsorted
- nonzero
- compress
- diagonal
- max
- argmax
- min
- argmin
- ptp
- clip
- conj = conjugate
- round
- trace
- cumsum
- prod *cumprod
- all
- any
- ???
__copy____deepcopy____nonzero__
__divmod____rdivmod__
- +=
- -=
- *=
- /=
__itruediv__- //=
- %=
- **=
- <<=
-
=
- &=
- ^=
- |=
- aslocalarray
- arange
- identity
- where
- concatenate
- correlate
- convolve
- outer
- inner
- dot
- vdot
- tensordot
- cross
- allclose
- ???
- cov
- corrcoef
- median
- digitize
- histogram
- histogram2d
- logspace
- linspace
- eye
- diag