summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_arraysetops.py
Commit message (Collapse)AuthorAgeFilesLines
* Add test for setdiff1d on character arrays.Stefan van der Walt2007-12-211-0/+4
|
* Rename test classes to CapWords.Stefan van der Walt2007-10-021-1/+1
|
* Whitespace cleanup.Stefan van der Walt2007-01-081-8/+8
|
* Add tests to arraysetops for empty arrays.Stefan van der Walt2006-09-191-0/+14
|
* Add ediff1d support for empty arrays.Stefan van der Walt2006-09-181-0/+12
| | | | | Fix ediff1d for to_begin or to_end = 0. Allow insert to operate on empty arrays.
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-171-2/+2
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-1/+1
| | | | extraneous whitespace
* Arraysetops added to numpy.libRobert Cimrman2006-01-091-0/+145