summaryrefslogtreecommitdiff
path: root/numpy/core/einsumfunc.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: >>> # style cleanups requestedTyler Reddy2018-12-141-4/+12
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-38/+40
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-1/+0
* Merge pull request #12443 from rth/set-litteralEric Wieser2018-12-011-2/+2
|\
| * Address review commentsRoman Yurchak2018-11-241-4/+4
| * Use set litteralsRoman Yurchak2018-11-241-4/+4
* | MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-6/+3
|/
* MAINT: set __module__ for more array_function_dispatch usesStephan Hoyer2018-10-261-2/+2
* ENH: __array_function__ for np.einsum and np.blockStephan Hoyer2018-10-121-0/+21
* MAINT: remove unused importsEmil Hessman2018-09-291-1/+1
* BUG/ENH: Ensure einsum-optimize dispatches tensordot using ordered axesRyan Soklaski2018-09-101-1/+1
* MAINT: Make einsum optimize default to False.Charles Harris2018-08-121-2/+2
* BUG/ENH: Einsum optimization path updates and bug fixes. (#11345)Daniel Smith2018-07-031-76/+224
* DOC: Update einsum docs (#11234)attack682018-06-271-62/+161
* einsum bug fix: check array shapes, not array elements, for singleton dimensionsRyan Soklaski2018-05-311-1/+1
* MAINT: Misc. typos (#11005)luzpaz2018-04-301-1/+1
* Misc. typosluz.paz2018-02-161-1/+1
* Merge pull request #10359 from mhvk/einsum-do-not-optimize-2-argCharles Harris2018-02-051-2/+2
|\
| * BUG: do not optimize einsum with only 2 arguments.Marten van Kerkwijk2018-01-101-2/+2
* | FIX: Deduplicate codeEric Larson2018-01-181-17/+9
* | Patches up broadcasting einsum issues for BLAS casesDaniel Smith2018-01-171-0/+18
* | FIX: Fix einsum optimize logic for singleton dimensionsEric Larson2018-01-141-4/+6
* | BUG: fix einsum issue with unicode input and py2Simon Conseil2018-01-111-3/+4
* | BUG: fix error message not formatted in einsumKenichi Maehashi2018-01-101-3/+4
|/
* Issue #10258 - Change default value of `optimize` argAnna Chiara2017-12-221-1/+1
* DOC: fix minor typosUnknown2017-12-121-1/+1
* BUG: Fixes optimal einsum path for multi-contraction intermediatesDaniel Smith2017-09-261-2/+8
* ENH: Einsum calls BLAS if it advantageous to do so (#9425)Daniel Smith2017-07-181-10/+155
* 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