| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: Replace integers in places where booleans are expected | MSeifert04 | 2019-07-01 | 1 | -7/+7 |
* | BUG: loosen kwargs requirements in ediff1d | mattip | 2019-01-10 | 1 | -4/+4 |
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1... | Roman Yurchak | 2018-12-06 | 1 | -1/+0 |
* | DOC, TST: test setdiff1d assume_unique | Tyler Reddy | 2018-10-16 | 1 | -0/+7 |
* | BUG: add type cast check to ediff1d | Tyler Reddy | 2018-08-26 | 1 | -1/+66 |
* | BUG: Fix regression in intersect1d. | Charles Harris | 2018-08-17 | 1 | -7/+18 |
* | ENH: Modify intersect1d to return common indices (#10684) | Christopher | 2018-05-25 | 1 | -1/+40 |
* | MAINT: move matrix tests in lib to matrixlib. | Marten van Kerkwijk | 2018-04-29 | 1 | -2/+0 |
* | MAINT: Remove all uses of run_module_suite. | Charles Harris | 2018-04-06 | 1 | -7/+1 |
* | BUG: Revert sort optimization in np.unique. | Charles Harris | 2018-02-14 | 1 | -0/+11 |
* | MAINT: Use AxisError in swapaxes | Eric Wieser | 2018-02-03 | 1 | -2/+2 |
* | STY: Break some long lines. | Charles Harris | 2018-01-18 | 1 | -1/+2 |
* | adding a reference to the related issue | Anas Khan | 2018-01-10 | 1 | -0/+1 |
* | adding new tests for union1d | Anas Khan | 2018-01-09 | 1 | -0/+6 |
* | ENH: Make `np.in1d()` work for unorderable object arrays (#9999) | Jörg Döpfert | 2017-11-18 | 1 | -0/+31 |
* | TST: Remove unittest dependencies in numpy/lib/tests. | Charles Harris | 2017-07-24 | 1 | -8/+8 |
* | BUG: set default type for empty index array to `numpy.intp` (#9142) | Konrad Kapp | 2017-05-20 | 1 | -0/+10 |
* | ENH: Add isin, genereralizing in1d to ND arrays (#8423) | B R S Recht | 2017-05-05 | 1 | -1/+41 |
* | BUG: Make MaskedArray.argsort and MaskedArray.sort consistent | Eric Wieser | 2017-03-07 | 1 | -0/+12 |
* | Added axis argument to numpy.unique | martinosorb | 2016-11-13 | 1 | -105/+186 |
* | BUG: return subclasses from ediff1d | MattHarrigan | 2016-10-27 | 1 | -0/+2 |
* | TST: Added cases for better coverage of ediff1d | MattHarrigan | 2016-10-21 | 1 | -0/+6 |
* | BUG: setdiff1d return dtype | Christian Brodbeck | 2015-05-07 | 1 | -1/+3 |
* | BUG: np.unique with chararray + inverse_index | CJ Carey | 2014-09-23 | 1 | -0/+6 |
* | STY: PEP8 compliance for numpy/lib/tests. | Charles Harris | 2014-07-31 | 1 | -2/+2 |
* | MAINT: Fix problems noted by pyflakes in numpy/lib/tests. | Charles Harris | 2014-07-31 | 1 | -4/+6 |
* | BUG: Correct behavior for lists of tuples in unique, closes #4785 | jaimefrio | 2014-06-06 | 1 | -0/+10 |
* | ENH: add a 'return_counts=' keyword argument to `np.unique` | jaimefrio | 2014-04-05 | 1 | -11/+39 |
* | BUG: Fixes #2799 | jaimefrio | 2014-02-21 | 1 | -0/+4 |
* | STY: Make numpy/lib/test/*.py PEP8 compliant. | Charles Harris | 2013-09-03 | 1 | -56/+55 |
* | STY: Giant comma spacing fixup. | Charles Harris | 2013-08-18 | 1 | -21/+21 |
* | 2to3: Apply zip fixer. | Charles Harris | 2013-04-13 | 1 | -2/+2 |
* | ENH: add `invert` parameter to numpy.in1d(). | Julien Phalip | 2013-04-08 | 1 | -0/+9 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -1/+2 |
* | TST: Add test for in1d ravelling | Sebastian Berg | 2012-12-16 | 1 | -0/+13 |
* | BUG: Fix regression for in1d with non-array input | Sebastian Berg | 2012-12-08 | 1 | -2/+3 |
* | BUG: test_unique needs to test bigger arrays. | Charles Harris | 2012-07-11 | 1 | -37/+31 |
* | TST: Improve type coverage in test_unique. | Charles Harris | 2012-07-11 | 1 | -20/+57 |
* | ENH: speed up in1d() in the case of ar1 >> ar2. Closes #1603. | rgommers | 2011-05-29 | 1 | -53/+49 |
* | DEP: remove unique1d, setmember1d and intersect1d_nu. | rgommers | 2011-03-11 | 1 | -42/+3 |
* | Made sure the warning filters in test_function_base and test_arraysetops do n... | dhuard | 2010-08-31 | 1 | -10/+11 |
* | 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 |
* | 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 |