summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_arraysetops.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-241-8/+8
* BUG: set default type for empty index array to `numpy.intp` (#9142)Konrad Kapp2017-05-201-0/+10
* ENH: Add isin, genereralizing in1d to ND arrays (#8423)B R S Recht2017-05-051-1/+41
* BUG: Make MaskedArray.argsort and MaskedArray.sort consistentEric Wieser2017-03-071-0/+12
* Added axis argument to numpy.uniquemartinosorb2016-11-131-105/+186
* BUG: return subclasses from ediff1dMattHarrigan2016-10-271-0/+2
* TST: Added cases for better coverage of ediff1dMattHarrigan2016-10-211-0/+6
* BUG: setdiff1d return dtypeChristian Brodbeck2015-05-071-1/+3
* BUG: np.unique with chararray + inverse_indexCJ Carey2014-09-231-0/+6
* STY: PEP8 compliance for numpy/lib/tests.Charles Harris2014-07-311-2/+2
* MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-311-4/+6
* BUG: Correct behavior for lists of tuples in unique, closes #4785jaimefrio2014-06-061-0/+10
* ENH: add a 'return_counts=' keyword argument to `np.unique`jaimefrio2014-04-051-11/+39
* BUG: Fixes #2799jaimefrio2014-02-211-0/+4
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-56/+55
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-21/+21
* 2to3: Apply zip fixer.Charles Harris2013-04-131-2/+2
* ENH: add `invert` parameter to numpy.in1d().Julien Phalip2013-04-081-0/+9
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-1/+2
* TST: Add test for in1d ravellingSebastian Berg2012-12-161-0/+13
* BUG: Fix regression for in1d with non-array inputSebastian Berg2012-12-081-2/+3
* BUG: test_unique needs to test bigger arrays.Charles Harris2012-07-111-37/+31
* TST: Improve type coverage in test_unique.Charles Harris2012-07-111-20/+57
* ENH: speed up in1d() in the case of ar1 >> ar2. Closes #1603.rgommers2011-05-291-53/+49
* DEP: remove unique1d, setmember1d and intersect1d_nu.rgommers2011-03-111-42/+3
* 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