summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_shape_base.py
Commit message (Expand)AuthorAgeFilesLines
* All non core regressions tests moved to their respective modules.David Cournapeau2009-09-161-139/+0
* Move matrix class into its own module.David Cournapeau2009-09-161-0/+1
* ran reindentJarrod Millman2008-08-081-1/+1
* Added tests to improve coverage.Alan McIntyre2008-07-131-0/+7
* 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/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-69/+106
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+0
* Rename test classes to CapWords.Stefan van der Walt2007-10-021-15/+15
* Tile empty arrays.Stefan van der Walt2007-07-101-0/+5
* Fix segfault in N.float64, ticket #412.Travis Oliphant2007-01-091-2/+4
* Whitespace cleanup.Stefan van der Walt2007-01-081-10/+9
* fix for #407 and add unit test for itTim Leslie2007-01-081-0/+4
* Fix kron for multiple-dimensions. kron is defined so tile(b, s) is the same ...Travis Oliphant2006-10-091-3/+14
* Kron is now N-dimensional, so remove rank check.Stefan van der Walt2006-10-071-16/+0
* Add tests for tile and fix error.Travis Oliphant2006-10-071-0/+11
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-171-15/+15
* Fix kron so that the return type reflects the type of its arguments. Also, ra...Tim Hochberg2006-04-201-0/+32
* change use of deprecated NewAxis to newaxisTim Leslie2006-03-181-1/+1
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-3/+3
* More fixes...Travis Oliphant2006-01-041-2/+3
* Fixed libTravis Oliphant2006-01-041-0/+364