| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: Fix unique handling of nan entries. (#18070) | Filip Trojan | 2021-02-12 | 1 | -1/+20 |
* | Implement different approach to fix bug | AngelGris | 2021-02-08 | 1 | -20/+8 |
* | BUG: np.in1d bug on the object array (issue 17923) | AngelGris | 2021-02-08 | 1 | -4/+20 |
* | BUG: Fixes incorrect error message in numpy.ediff1d (#17457) | stuartarchibald | 2020-10-05 | 1 | -1/+1 |
* | DOC: Add arraysetops to autosummary. | Ross Barnowski | 2020-09-29 | 1 | -16/+5 |
* | MAINT: Chain some exceptions in arraysetops. (#17132) | Raghav Khanna | 2020-08-23 | 1 | -3/+3 |
* | DOC: Improve intersect1d docstring (#16420) | Dima Kogan | 2020-08-05 | 1 | -1/+3 |
* | DOC: add example to unique() and make connection to repeat() (#16743) | Allen Downey | 2020-07-07 | 1 | -1/+13 |
* | BUG: lib: Handle axes with length 0 in np.unique. | Warren Weckesser | 2020-03-15 | 1 | -4/+16 |
* | Update unique docstring example | Jon Morris | 2020-02-04 | 1 | -2/+2 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | BUG: Make ``ediff1d`` kwarg casting consistent | Sebastian Berg | 2019-11-25 | 1 | -13/+13 |
* | MAINT: revert gh-14800, which gave precedence to OO->O over OO->? | mattip | 2019-11-06 | 1 | -6/+2 |
* | ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add comments | mattip | 2019-10-30 | 1 | -0/+4 |
* | WIP, DEP, ENH: finish richcompare changes from 1.10 | mattip | 2019-10-29 | 1 | -2/+2 |
* | add description in docstring | Huang, Guangtai | 2019-08-21 | 1 | -0/+1 |
* | fix unique | Huang, Guangtai | 2019-08-13 | 1 | -2/+2 |
* | Add blank line above doctest for intersect1d | Jackie Leng | 2019-07-23 | 1 | -0/+1 |
* | BUG: loosen kwargs requirements in ediff1d | mattip | 2019-01-10 | 1 | -14/+12 |
* | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -14/+12 |
* | ENH: set correct __module__ for objects in numpy's public API | Stephan Hoyer | 2018-11-13 | 1 | -0/+5 |
* | MAINT: set preferred __module__ for numpy functions | Stephan Hoyer | 2018-10-23 | 1 | -1/+7 |
* | DOC, TST: test setdiff1d assume_unique | Tyler Reddy | 2018-10-16 | 1 | -2/+4 |
* | ENH: __array_function__ for np.lib, part 1 | Stephan Hoyer | 2018-10-08 | 1 | -0/+39 |
* | BUG: add type cast check to ediff1d | Tyler Reddy | 2018-08-26 | 1 | -2/+17 |
* | BUG: Fix regression in intersect1d. | Charles Harris | 2018-08-17 | 1 | -10/+14 |
* | DOC: Clear up confusion between np.where(cond) and np.where(cond, x, y) | Eric Wieser | 2018-06-29 | 1 | -0/+8 |
* | ENH: Modify intersect1d to return common indices (#10684) | Christopher | 2018-05-25 | 1 | -8/+57 |
* | BUG: Revert sort optimization in np.unique. | Charles Harris | 2018-02-14 | 1 | -17/+20 |
* | MAINT: Use AxisError in swapaxes | Eric Wieser | 2018-02-03 | 1 | -3/+5 |
* | MAINT: Make it clear that counts and inverse depend only on the mask | Eric Wieser | 2018-01-31 | 1 | -2/+2 |
* | DOC: Use a bulleted list to show the outputs of `unique`, for clarity | Eric Wieser | 2018-01-31 | 1 | -4/+5 |
* | MAINT: Remove special-casing of empty arrays in unique_1d | Eric Wieser | 2018-01-31 | 1 | -16/+8 |
* | MAINT: Remove messy handling of output tuple in np.unique | Claudio Freire | 2018-01-31 | 1 | -31/+33 |
* | Merge pull request #10342 from anaskhan96/union1d-fix | Charles Harris | 2018-01-18 | 1 | -1/+1 |
|\ |
|
| * | BUG: concatenation using axis=None in union1d | Anas Khan | 2018-01-09 | 1 | -1/+1 |
| * | BUG: fixing flattening of arrays in `union1d` in arraysetops.py | Anas Khan | 2018-01-08 | 1 | -1/+1 |
* | | DOC: Fix version added labels in numpy.unique | Samuel Jackson | 2018-01-17 | 1 | -0/+4 |
|/ |
|
* | Merge pull request #10021 from eric-wieser/no-dtype-bool-repr | Allan Haldane | 2017-11-18 | 1 | -6/+6 |
|\ |
|
| * | ENH: don't show boolean dtype, as it is implied | Eric Wieser | 2017-11-13 | 1 | -6/+6 |
* | | ENH: Make `np.in1d()` work for unorderable object arrays (#9999) | Jörg Döpfert | 2017-11-18 | 1 | -2/+8 |
|/ |
|
* | MAINT/DOC: Use builtin when np.{x} is builtins.{x}. | Eric Wieser | 2017-08-05 | 1 | -2/+2 |
* | MAINT: Make `setxor1d' a bit clearer and speed it up | wufangjie | 2017-07-28 | 1 | -5/+1 |
* | make `setxor1d' a bit clear and speed up | wufangjie | 2017-07-27 | 1 | -2/+3 |
* | BUG: set default type for empty index array to `numpy.intp` (#9142) | Konrad Kapp | 2017-05-20 | 1 | -2/+2 |
* | DOC: fix docstring for np.isin | Stephan Hoyer | 2017-05-07 | 1 | -0/+1 |
* | ENH: Add isin, genereralizing in1d to ND arrays (#8423) | B R S Recht | 2017-05-05 | 1 | -3/+99 |
* | Added axis argument to numpy.unique | martinosorb | 2016-11-13 | 1 | -11/+73 |
* | BUG: return subclasses from ediff1d | MattHarrigan | 2016-10-27 | 1 | -13/+12 |
* | ENH: fast track default kwargs for ediff1d | MattHarrigan | 2016-10-26 | 1 | -0/+4 |