summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_arraysetops.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix unique handling of nan entries. (#18070)Filip Trojan2021-02-121-0/+46
* numpy/lib/arraysetops.pyAngelGris2021-02-081-0/+33
* BUG: Fixes incorrect error message in numpy.ediff1d (#17457)stuartarchibald2020-10-051-7/+11
* MAINT: lib: PEP-8 clean up in test_arraysetops.py.Warren Weckesser2020-03-151-38/+41
* BUG: lib: Handle axes with length 0 in np.unique.Warren Weckesser2020-03-151-0/+6
* TST: lib: Add a unit test for np.unique applied to arrays with a length 0 axis.Huon Wilson2020-03-151-0/+35
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-3/+3
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: Make ``ediff1d`` kwarg casting consistentSebastian Berg2019-11-251-7/+12
* fix uniqueHuang, Guangtai2019-08-131-2/+5
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-7/+7
* BUG: loosen kwargs requirements in ediff1dmattip2019-01-101-4/+4
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-1/+0
* DOC, TST: test setdiff1d assume_uniqueTyler Reddy2018-10-161-0/+7
* BUG: add type cast check to ediff1dTyler Reddy2018-08-261-1/+66
* BUG: Fix regression in intersect1d.Charles Harris2018-08-171-7/+18
* ENH: Modify intersect1d to return common indices (#10684)Christopher2018-05-251-1/+40
* MAINT: move matrix tests in lib to matrixlib.Marten van Kerkwijk2018-04-291-2/+0
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-7/+1
* BUG: Revert sort optimization in np.unique.Charles Harris2018-02-141-0/+11
* MAINT: Use AxisError in swapaxesEric Wieser2018-02-031-2/+2
* STY: Break some long lines.Charles Harris2018-01-181-1/+2
* adding a reference to the related issueAnas Khan2018-01-101-0/+1
* adding new tests for union1dAnas Khan2018-01-091-0/+6
* ENH: Make `np.in1d()` work for unorderable object arrays (#9999)Jörg Döpfert2017-11-181-0/+31
* 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