| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ENH: performance improvement to ediff1d | MattHarrigan | 2016-10-18 | 1 | -14/+27 |
* | DOC: Fix docstring warnings in documetation generation. | Charles Harris | 2015-07-01 | 1 | -2/+4 |
* | BUG: setdiff1d return dtype | Christian Brodbeck | 2015-05-07 | 1 | -6/+4 |
* | Merge pull request #5619 from jaimefrio/unique_docstring | Julian Taylor | 2015-03-01 | 1 | -3/+4 |
|\ |
|
| * | DOC: Describe return_counts keyword in np.unique docstring | Jaime Fernandez | 2015-03-01 | 1 | -3/+4 |
* | | ENH: speed-up in1d replacing sorting with fancy indexing | jaimefrio | 2015-01-25 | 1 | -3/+4 |
* | | Add examples for intersect1d and union1d of more than two arrays. | Christian Brueffer | 2014-10-15 | 1 | -0/+10 |
* | | BUG: np.unique with chararray + inverse_index | CJ Carey | 2014-09-23 | 1 | -1/+1 |
* | | DOC: warn about using a set with 'in1d'. | Patrick Peglar | 2014-08-31 | 1 | -0/+4 |
* | | ENH: Speed up `unique` with `return_inverse` | jaimefrio | 2014-08-27 | 1 | -2/+3 |
|/ |
|
* | STY: Make files in numpy/lib PEP8 compliant. | Charles Harris | 2014-07-31 | 1 | -7/+7 |
* | MAINT: Fixes for problems in numpy/lib revealed by pyflakes. | Charles Harris | 2014-07-31 | 1 | -4/+7 |
* | BUG: Correct behavior for lists of tuples in unique, closes #4785 | jaimefrio | 2014-06-06 | 1 | -7/+1 |
* | ENH: add a 'return_counts=' keyword argument to `np.unique` | jaimefrio | 2014-04-05 | 1 | -26/+42 |
* | BUG: Fixes #2799 | jaimefrio | 2014-02-21 | 1 | -2/+1 |
* | ENH: add `invert` parameter to numpy.in1d(). | Julien Phalip | 2013-04-08 | 1 | -7/+26 |
* | 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 | -0/+3 |
* | BUG: Fix regression for in1d with non-array input | Sebastian Berg | 2012-12-08 | 1 | -0/+4 |
* | DOC: merge doc wiki edits. A number of small edits in linalg and lib. | Ralf Gommers | 2012-07-07 | 1 | -8/+8 |
* | BUG: ticket #2063, make unique return consistent index. | Bryan Van de Ven | 2012-03-30 | 1 | -3/+6 |
* | ENH: missingdata: Implemented boolean assignment, working with NA masks | Mark Wiebe | 2011-08-27 | 1 | -1/+1 |
* | ENH: speed up in1d() in the case of ar1 >> ar2. Closes #1603. | rgommers | 2011-05-29 | 1 | -2/+10 |
* | DEP: remove unique1d, setmember1d and intersect1d_nu. | rgommers | 2011-03-11 | 1 | -76/+2 |
* | Merge deprecate_with_doc into deprecate(message="..."). | Stefan van der Walt | 2009-10-25 | 1 | -4/+4 |
* | Docstring update: lib | Pauli Virtanen | 2009-10-02 | 1 | -45/+91 |
* | Docstring updates, part 1 | Pauli Virtanen | 2009-10-02 | 1 | -11/+28 |
* | Fix to setdiff1d (and masked version) + tests (#1133, by N.C.) | Robert Cimrman | 2009-07-20 | 1 | -1/+4 |
* | Enhancements to arraysetops (ticket #1133, by Neil Crighton) | Robert Cimrman | 2009-07-08 | 1 | -196/+164 |
* | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 1 | -26/+72 |
* | Added setmember1d_nu to arraysetops. | Robert Cimrman | 2009-06-08 | 1 | -19/+43 |
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 1 | -6/+16 |
* | * replace np.asarray by np.asanyarray in unique1d | pierregm | 2009-01-19 | 1 | -2/+8 |
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ... | Pauli Virtanen | 2008-10-28 | 1 | -14/+14 |
* | Removed unused imports. | Alan McIntyre | 2008-09-09 | 1 | -1/+0 |
* | Unique1d will now return unique as well as reverse indices. Fix order of | Stefan van der Walt | 2008-08-13 | 1 | -8/+45 |
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -1/+0 |
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -42/+73 |
* | Standardized NumPy import as "import numpy as np". | Alan McIntyre | 2008-07-23 | 1 | -84/+22 |
* | Merge documentation changes from wiki. | Stefan van der Walt | 2008-05-19 | 1 | -71/+103 |