summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_arraysetops.py
Commit message (Collapse)AuthorAgeFilesLines
* Made sure the warning filters in test_function_base and test_arraysetops do ↵dhuard2010-08-311-10/+11
| | | | not modify user defined filters.
* 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
| | | | returns [patch by Robert Cimrman].
* 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
| | | | | Clean up and (somewhat) standardize test module imports. Removed unneeded reload calls.
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
| | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc.
* Switched to use nose to run tests. Added test and bench functions to all ↵Alan McIntyre2008-06-171-13/+13
| | | | modules.
* 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