summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_indexing.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-021-1/+1
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+2
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-1/+1
* TST: Fix the weird boolean+advanced indexing testSebastian Berg2022-06-131-3/+2
* DEP: Remove support for non-tuple nd-indices.Peter Hawkins2022-02-141-0/+6
* MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-131-1/+1
* Merge pull request #18404 from seberg/issue-18401Matti Picus2021-02-221-0/+16
|\
| * BUG: Fix iterator shape in advanced index assignment broadcast errorSebastian Berg2021-02-121-0/+16
* | TST: Add test for nonzero and copyswapn (through advanced indexing)Sebastian Berg2021-02-171-0/+24
|/
* BUG: Ensure too many advanced indices raises an exceptionSebastian Berg2021-01-111-0/+17
* BUG: Raise correct errors in boolean indexing fast path (gh-17010)Aaron Meurer2020-08-061-2/+37
* MAINT: Remove use of PyArray_GetParamsFromObject from PyArray_CopyObjectSebastian Berg2020-07-081-0/+9
* TST: Add new tests for array coercion (#16571)Sebastian Berg2020-06-191-0/+14
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-1/+0
* MAINT: Remove python2 array_getslice and array_setslice (#15263)Seth Troisi2020-01-071-34/+0
* MAINT: Remove references to non-existent sys.exc_clear()Jon Dufresne2020-01-051-17/+3
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-16/+16
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: Make advanced indexing result on read-only subclass writeable (#14171)jeremiedbb2019-08-011-0/+13
* TST: add a regression test for #13715Bruce Merry2019-06-051-0/+9
* BUG: Ensure boolean indexing of subclasses sets base correctly.Marten van Kerkwijk2018-09-191-6/+24
* MAINT: reformat line spacing before test methodsmattip2018-08-191-1/+0
* BUG: Advanced indexing assignment incorrectly took 1-D fastpathSebastian Berg2018-07-021-0/+15
* TST: Don't allow test_indexing to swallow all exceptionsEric Wieser2018-06-171-12/+17
* MAINT: move matrix tests in core, polynomial to matrixlib.Marten van Kerkwijk2018-04-291-13/+0
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-7/+3
* TST: Switch to using pytest markersCharles Harris2018-04-041-2/+3
* TST: Rename some compiled c test modulesCharles Harris2018-03-241-1/+1
* Merge pull request #10618 from eric-wieser/avoid-nontuple-indicesMarten van Kerkwijk2018-03-151-1/+1
|\
| * MAINT: Stop using non-tuple indices internallyEric Wieser2018-02-161-1/+1
* | Fix low-hanging Pypy compatibility issues (#10737)Pauli Virtanen2018-03-121-15/+1
* | DOC/MAINT: More misc. typosluz.paz2018-02-271-1/+1
|/
* BUG: Fix memory leak for subclass slicingSebastian Berg2017-11-261-1/+50
* DEP: Warn when using bool.__index__, rather than removing it completelyEric Wieser2017-09-171-1/+1
* TST: Add test for operator.index(np.bool_)Eric Wieser2017-09-131-0/+1
* TST: Add new unit tests for structure assignmentAllan Haldane2017-09-071-0/+6
* TST: Remove unittest dependencies in numpy/core/tests.Charles Harris2017-07-241-15/+15
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-2/+2
* TST: Ellipsis indexing creates a view.John Kirkham2016-12-051-1/+1
* DEP: Drop deprecated boolean indexing behavior and update to new.Charles Harris2016-12-031-48/+51
* BUG: Fix iteration over reversed subspaces in mapiter_@name@.Yu Feng2016-11-211-0/+9
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-2/+2
* ENH: skip or avoid gc/objectmodel differences btwn pypy and cpythonmattip2016-08-151-12/+19
* BUG: boolean assignment no GIL release when transfer needs APISebastian Berg2016-05-241-0/+14
* TST: Fix test_ctypeslib and test_indexing when running on debug interpreterTadeu Manoel2016-04-201-1/+8
* MAINT: Use PySlice_GetIndicesEx instead of custom reimplementationNathaniel J. Smith2016-02-091-24/+23
* TST: add test for broadcast with one argumentHolger Kohr2016-01-041-4/+1
* STY: PEP8 fixes for test_indexing.py.Charles Harris2015-09-061-7/+15
* TST,DEP: Move deprecation tests that now test for exceptions.Charles Harris2015-09-061-15/+196
* DEP,MAINT: Change deprecated indexing to errors.Charles Harris2015-09-061-10/+0