summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_index_tricks.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the test for numpy.ndindex()Travis E. Oliphant2013-01-111-0/+6
* Fix the test for numpy.ndindex()Travis E. Oliphant2013-01-101-1/+1
* Add test for optional size argument for ndindexJay Bourque2013-01-091-0/+4
* Improve ndindex execution speed.Stefan van der Walt2012-09-021-1/+7
* add the warp parameter to fill_diagonal for people that could want the old be...Frederic2012-06-111-0/+16
* fix the wrapping problem of fill_diagonal with tall matrix.Frederic2012-06-111-0/+22
* BUG: Some bugs in squeeze and concatenate found by testing SciPyMark Wiebe2011-08-271-0/+4
* STY: Remove trailing whitespaceMark Wiebe2011-07-261-1/+1
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-10/+10
* API: Rename 'coords' to 'multi-index' in ravel_coords and iterator APIMark Wiebe2011-03-141-22/+22
* ENH: index_tricks: Implement unravel_index and ravel_coords functions in CMark Wiebe2011-02-101-5/+62
* BUG: lib: clean up ancient-Python era stuff from IndexExpression (#1196)Pauli Virtanen2010-10-111-1/+14
* Move linspace and logspace into core.David Cournapeau2009-09-161-0/+5
* Fix diag_indices_from and add test.Stefan van der Walt2009-07-041-0/+7
* Fix twodim tests.Stefan van der Walt2009-07-041-1/+2
* Add indexing functions by Fernando Perez.Stefan van der Walt2009-07-041-1/+45
* Fixed #1140: avoid div-by-zero in iter_coords_get for size=0 arraysPauli Virtanen2009-06-191-1/+7
* ran reindentJarrod Millman2008-08-081-1/+0
* Added tests to improve coverage.Alan McIntyre2008-07-131-1/+9
* Remove uses of set_package_path, set_local_path, restore_path.Alan McIntyre2008-07-031-2/+0
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+2
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-9/+10
* Add one more test from ticket #728Travis Oliphant2008-04-111-0/+4
* Fixed #728 scalar coercion problem with mixed types and r_Travis Oliphant2008-04-111-0/+4
* Rename test classes to CapWords.Stefan van der Walt2007-10-021-2/+2
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+0
* Fix up r_ so you can specify the minimum number of dimensions to force arrays...Travis Oliphant2006-09-141-1/+1