summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_einsum.py
Commit message (Expand)AuthorAgeFilesLines
* fixes from reviewmattip2023-04-271-0/+15
* TST: fix tests for einsum returning a python objectmattip2023-03-301-2/+6
* PR_fixes_1iamsoto2023-03-291-24/+94
* Fix typos found by copdespellDimitri Papadopoulos2023-02-111-1/+1
* MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-261-3/+2
* TST: Fixup tests for strict Python integer conversionsSebastian Berg2022-10-051-2/+5
* API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state`Sebastian Berg2022-06-151-1/+1
* TST: Make test compatible with new promotion or mark for no-warningsSebastian Berg2022-06-151-0/+1
* BUG: use explicit einsum_path whenever it is given (#21639)Toshiki Kataoka2022-06-091-0/+26
* TST: Remove most prints from the test suit runSebastian Berg2022-05-051-2/+0
* TST: Add exhaustive test for einsum specialized loopsSebastian Berg2021-11-121-0/+48
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* BUG: fixes einsum ouput order with optimization (#14615)Daniel G. A. Smith2020-06-081-0/+39
* BUG: numpy.einsum indexing arrays now accept numpy int type (gh-16080)Ryan2020-05-161-0/+7
* BUG: Unify handling of string enum convertersEric Wieser2020-04-271-1/+1
* TST: Add unit test for kwarg of np.einsumsgasse2020-03-221-0/+4
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-2/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* changed test to assert_allclose() the output valuesJack J. Woehr2019-10-191-2/+4
* added test case test_einsum_failed_on_p9_and_s390x(self)Jack J. Woehr2019-10-191-0/+6
* TEST:add test for gh-11221mattip2019-01-151-1/+6
* MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-3/+1
* MAINT: reformat line spacing before test methodsmattip2018-08-191-1/+0
* BUG/ENH: Einsum optimization path updates and bug fixes. (#11345)Daniel Smith2018-07-031-16/+41
* BUG: ensure ret is out in einsummattip2018-06-211-0/+5
* BUG: einsum needs to check overlap on an out argumentmattip2018-06-111-0/+11
* zero-arrays to non-zero; make test more robustRyan Soklaski2018-06-011-4/+4
* STY: Remove trailing whitespace.Charles Harris2018-05-311-2/+2
* update tests so that blas-compatible broadcasting bug raises errorRyan Soklaski2018-05-311-4/+12
* BUG: Added support for indices 26 <= i < 52 in C einsum (#11090)Juris Bogusevs2018-05-311-0/+11
* add testsToshiki Kataoka2018-04-171-0/+10
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-6/+2
* Merge pull request #10795 from eric-wieser/einsum-output-spacesMarten van Kerkwijk2018-03-261-0/+9
|\
| * BUG: Allow spaces in output string of einsumEric Wieser2018-03-251-0/+9
* | BUG: Incorrect mapping of einsum axes.Jaime Fernandez2018-03-261-0/+6
|/
* ENH: Add broadcasting testEric Larson2018-01-141-3/+14
* FIX: Fix einsum optimize logic for singleton dimensionsEric Larson2018-01-141-0/+8
* BUG: fix einsum issue with unicode input and py2Simon Conseil2018-01-111-0/+7
* BUG: Fixes optimal einsum path for multi-contraction intermediatesDaniel Smith2017-09-261-2/+12
* Merge pull request #9434 from charris/remove-unittest-dependenciesCharles Harris2017-07-241-3/+3
|\
| * TST: Remove unittest dependencies in numpy/core/tests.Charles Harris2017-07-241-3/+3
* | ENH: Einsum calls BLAS if it advantageous to do so (#9425)Daniel Smith2017-07-181-31/+20
|/
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
* ENH: Allows contraction order optimization in einsum function.Daniel Smith2016-09-261-297/+569
* TST: Use new warnings context manager in all testsSebastian Berg2016-09-021-5/+4
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-271-1/+1
* STY: pyflakes fixes for numpy/core/tests/*.py.Charles Harris2015-07-251-3/+4
* STY: PEP8 fixes for numpy/core/tests/*.pyCharles Harris2015-07-251-33/+36
* TST: Test einsum for small boolean matrices.Charles Harris2015-06-141-0/+11
* TST: Einsum contiguous output testSebastian Berg2015-06-051-1/+23