Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made sure the warning filters in test_function_base and test_arraysetops do ↵ | dhuard | 2010-08-31 | 1 | -10/+11 |
| | | | | not modify user defined filters. | ||||
* | Fix to setdiff1d (and masked version) + tests (#1133, by N.C.) | Robert Cimrman | 2009-07-20 | 1 | -1/+1 |
| | |||||
* | Enhancements to arraysetops (ticket #1133, by Neil Crighton) | Robert Cimrman | 2009-07-08 | 1 | -22/+65 |
| | |||||
* | Added setmember1d_nu to arraysetops. | Robert Cimrman | 2009-06-08 | 1 | -0/+46 |
| | |||||
* | Unique1d will now return unique as well as reverse indices. Fix order of | Stefan van der Walt | 2008-08-13 | 1 | -4/+8 |
| | | | | returns [patch by Robert Cimrman]. | ||||
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -1/+1 |
| | |||||
* | Added tests to improve coverage of numpy.lib. | Alan McIntyre | 2008-07-22 | 1 | -0/+6 |
| | |||||
* | Remove uses of set_package_path, set_local_path, restore_path. | Alan McIntyre | 2008-07-03 | 1 | -71/+42 |
| | | | | | Clean up and (somewhat) standardize test module imports. Removed unneeded reload calls. | ||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -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 McIntyre | 2008-06-17 | 1 | -13/+13 |
| | | | | modules. | ||||
* | Add test for setdiff1d on character arrays. | Stefan van der Walt | 2007-12-21 | 1 | -0/+4 |
| | |||||
* | Rename test classes to CapWords. | Stefan van der Walt | 2007-10-02 | 1 | -1/+1 |
| | |||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -8/+8 |
| | |||||
* | Add tests to arraysetops for empty arrays. | Stefan van der Walt | 2006-09-19 | 1 | -0/+14 |
| | |||||
* | Add ediff1d support for empty arrays. | Stefan van der Walt | 2006-09-18 | 1 | -0/+12 |
| | | | | | Fix ediff1d for to_begin or to_end = 0. Allow insert to operate on empty arrays. | ||||
* | Replace ScipyTestCase with NumpyTestCase | cookedm | 2006-07-17 | 1 | -2/+2 |
| | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -1/+1 |
| | | | | extraneous whitespace | ||||
* | Arraysetops added to numpy.lib | Robert Cimrman | 2006-01-09 | 1 | -0/+145 |