summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_index_tricks.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: reference issue in comments for added index_tricks testsCameron Blocker2020-07-131-0/+2
* TST: update mgrid test from code reviewCameron Blocker2020-07-131-4/+6
* TST: fixed dtype check error from code reviewCameron Blocker2020-07-121-2/+2
* BUG: fix mgrid output for lower precision float inputsCameron Blocker2020-07-121-0/+23
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-8/+8
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: Add missing check for 0-sized array in ravel_multi_indexSebastian Berg2019-09-221-0/+18
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-1/+1
* BUG: fix unravel_index when dimension is greater than 'intp'psschand2019-05-011-0/+3
* Merge pull request #8641 from eric-wieser/ix_-preserve-typeMatti Picus2019-04-291-5/+10
|\
| * Merge branch 'master' into ix_-preserve-typeEric Wieser2018-07-311-82/+108
| |\
| * | BUG: Preserve types of empty arrays when knownEric Wieser2017-02-191-5/+10
* | | BUG: raise on empty sequence input to unravel_index, ravel_index_multi; clari...mattip2019-03-291-0/+20
* | | BUG: Revert linspace import for concatenation funcs (#12265)James Bourbeau2018-10-261-0/+5
* | | DEP: Updated unravel_index() kwargs to support `shape`Tyler Reddy2018-10-161-1/+29
* | | Merge pull request #12137 from tylerjereddy/fill_diag_err_testEric Wieser2018-10-111-0/+13
|\ \ \
| * | | TST: error tests for fill_diagonal()Tyler Reddy2018-10-101-0/+13
* | | | TST: error tests for diag_indices_from()Tyler Reddy2018-10-101-5/+17
|/ / /
* | | TST: improve coverage of nd_gridTyler Reddy2018-10-061-0/+18
* | | MAINT: reformat line spacing before test methodsmattip2018-08-191-1/+0
| |/ |/|
* | BUG: Avoid deprecated non-tuple indexingEric Wieser2018-05-281-1/+10
* | MAINT: move matrix tests in lib to matrixlib.Marten van Kerkwijk2018-04-291-31/+0
* | TST: Remove yield tests from lib/tests/test_index_tricks.py.Charles Harris2018-04-081-65/+71
* | MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-7/+2
* | More misc. typosluz.paz2018-01-041-1/+1
* | ENH: Allow np.r_ to accept 0d arraysEric Wieser2017-12-111-0/+5
* | BUG: Allow `unravel_index(0, ())` to return ()Eric Wieser2017-10-171-1/+12
* | MAINT: Stop using the undocumented coercion-then-downcast feature of subdtypeEric Wieser2017-08-051-1/+1
* | TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-241-9/+9
* | BUG: np.r_['r',...] crashes on scalarsEric Wieser2017-05-051-0/+5
* | BUG: np.r_['rc'] is treated as np.r_['r'], not an errorEric Wieser2017-05-051-0/+2
* | TST: Add some tests for passing r and c to r_Eric Wieser2017-05-051-0/+13
* | BUG: Remove mutable state from AxisConcatenatorEric Wieser2017-05-051-0/+11
|/
* TST: add intp type check in test_big_indicesShota Kawabuchi2016-10-031-4/+6
* BUG: add array size overflow check in arr_ravel_multi_indexShota Kawabuchi2016-10-031-1/+14
* BUG: fix ravel_multi_index for big indices (issue #7546)Shota Kawabuchi2016-09-261-0/+6
* BUG: Make returned unravel_index arrays writeablegfyoung2016-02-181-0/+6
* BUG: made view of new array to fix ix_ bugmlai2015-07-111-0/+9
* BUG: Fix handling of non-empty ndarraysJaime Fernandez2015-05-041-8/+12
* TST: Added tests for ix_Jaime Fernandez2015-04-271-1/+25
* STY: PEP8 compliance for numpy/lib/tests.Charles Harris2014-07-311-7/+7
* MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-311-39/+45
* BUG: Fix 0-sized ndindexSebastian Berg2013-09-091-0/+4
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-33/+49
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-80/+80
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* TST: Add a test for ndindex call.Travis E. Oliphant2013-01-211-0/+4