summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_index_tricks.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-171-3/+3
* update tests to all run correctlyTim Leslie2006-03-131-3/+1
* Cleaning up __all__ list and numpy namespace.Pearu Peterson2006-01-051-0/+1
* More fixes...Travis Oliphant2006-01-041-2/+2
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-3/+3
* Moving things..Travis Oliphant2006-01-041-0/+53