summaryrefslogtreecommitdiff
path: root/numpy/core/einsumfunc.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Spelling fixesVille Skyttä2017-05-091-3/+3
* MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-241-1/+1
* DOC: added example with empty indices for a scalarMattHarrigan2016-10-141-0/+3
* ENH: Allows contraction order optimization in einsum function.Daniel Smith2016-09-261-0/+990