summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_arraysetops.py
Commit message (Expand)AuthorAgeFilesLines
* Made sure the warning filters in test_function_base and test_arraysetops do n...dhuard2010-08-311-10/+11
* Fix to setdiff1d (and masked version) + tests (#1133, by N.C.)Robert Cimrman2009-07-201-1/+1
* Enhancements to arraysetops (ticket #1133, by Neil Crighton)Robert Cimrman2009-07-081-22/+65
* Added setmember1d_nu to arraysetops.Robert Cimrman2009-06-081-0/+46
* Unique1d will now return unique as well as reverse indices. Fix order ofStefan van der Walt2008-08-131-4/+8
* ran reindentJarrod Millman2008-08-081-1/+1
* Added tests to improve coverage of numpy.lib.Alan McIntyre2008-07-221-0/+6
* Remove uses of set_package_path, set_local_path, restore_path.Alan McIntyre2008-07-031-71/+42
* 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-13/+13
* 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
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-171-2/+2
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-1/+1
* Arraysetops added to numpy.libRobert Cimrman2006-01-091-0/+145