summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_arraysetops.py
AgeCommit message (Expand)AuthorFilesLines
2018-02-14BUG: Revert sort optimization in np.unique.Charles Harris1-0/+11
2018-02-03MAINT: Use AxisError in swapaxesEric Wieser1-2/+2
2018-01-18STY: Break some long lines.Charles Harris1-1/+2
2018-01-10adding a reference to the related issueAnas Khan1-0/+1
2018-01-09adding new tests for union1dAnas Khan1-0/+6
2017-11-18ENH: Make `np.in1d()` work for unorderable object arrays (#9999)Jörg Döpfert1-0/+31
2017-07-24TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris1-8/+8
2017-05-20BUG: set default type for empty index array to `numpy.intp` (#9142)Konrad Kapp1-0/+10
2017-05-05ENH: Add isin, genereralizing in1d to ND arrays (#8423)B R S Recht1-1/+41
2017-03-07BUG: Make MaskedArray.argsort and MaskedArray.sort consistentEric Wieser1-0/+12
2016-11-13Added axis argument to numpy.uniquemartinosorb1-105/+186
2016-10-27BUG: return subclasses from ediff1dMattHarrigan1-0/+2
2016-10-21TST: Added cases for better coverage of ediff1dMattHarrigan1-0/+6
2015-05-07BUG: setdiff1d return dtypeChristian Brodbeck1-1/+3
2014-09-23BUG: np.unique with chararray + inverse_indexCJ Carey1-0/+6
2014-07-31STY: PEP8 compliance for numpy/lib/tests.Charles Harris1-2/+2
2014-07-31MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris1-4/+6
2014-06-06BUG: Correct behavior for lists of tuples in unique, closes #4785jaimefrio1-0/+10
2014-04-05ENH: add a 'return_counts=' keyword argument to `np.unique`jaimefrio1-11/+39
2014-02-21BUG: Fixes #2799jaimefrio1-0/+4
2013-09-03STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris1-56/+55
2013-08-18STY: Giant comma spacing fixup.Charles Harris1-21/+21
2013-04-132to3: Apply zip fixer.Charles Harris1-2/+2
2013-04-08ENH: add `invert` parameter to numpy.in1d().Julien Phalip1-0/+9
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-03-282to3: Use absolute imports.Charles Harris1-1/+1
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-1/+2
2012-12-16TST: Add test for in1d ravellingSebastian Berg1-0/+13
2012-12-08BUG: Fix regression for in1d with non-array inputSebastian Berg1-2/+3
2012-07-11BUG: test_unique needs to test bigger arrays.Charles Harris1-37/+31
2012-07-11TST: Improve type coverage in test_unique.Charles Harris1-20/+57
2011-05-29ENH: speed up in1d() in the case of ar1 >> ar2. Closes #1603.rgommers1-53/+49
2011-03-11DEP: remove unique1d, setmember1d and intersect1d_nu.rgommers1-42/+3
2010-08-31Made sure the warning filters in test_function_base and test_arraysetops do n...dhuard1-10/+11
2009-07-20Fix to setdiff1d (and masked version) + tests (#1133, by N.C.)Robert Cimrman1-1/+1
2009-07-08Enhancements to arraysetops (ticket #1133, by Neil Crighton)Robert Cimrman1-22/+65
2009-06-08Added setmember1d_nu to arraysetops.Robert Cimrman1-0/+46
2008-08-13Unique1d will now return unique as well as reverse indices. Fix order ofStefan van der Walt1-4/+8
2008-08-08ran reindentJarrod Millman1-1/+1
2008-07-22Added tests to improve coverage of numpy.lib.Alan McIntyre1-0/+6
2008-07-03Remove uses of set_package_path, set_local_path, restore_path.Alan McIntyre1-71/+42
2008-06-21Restore old test framework classes.Alan McIntyre1-1/+1
2008-06-17Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre1-13/+13
2007-12-21Add test for setdiff1d on character arrays.Stefan van der Walt1-0/+4
2007-10-02Rename test classes to CapWords.Stefan van der Walt1-1/+1
2007-01-08Whitespace cleanup.Stefan van der Walt1-8/+8
2006-09-19Add tests to arraysetops for empty arrays.Stefan van der Walt1-0/+14
2006-09-18Add ediff1d support for empty arrays.Stefan van der Walt1-0/+12
2006-07-17Replace ScipyTestCase with NumpyTestCasecookedm1-2/+2
2006-03-10Run reindent.py (script distributed with Python) over the source to remove ex...cookedm1-1/+1