| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ran reindent | Jarrod Millman | 2008-02-08 | 1 | -1/+1 |
* | fixed setmember1d for string arrays | Robert Cimrman | 2007-12-20 | 1 | -3/+6 |
* | Edited module docstring. | Robert Cimrman | 2007-11-20 | 1 | -3/+5 |
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -6/+6 |
* | * Fix #410 by using the stable mergesort instead of the unstable default sort... | Robert Kern | 2007-01-08 | 1 | -45/+147 |
* | (no commit message) | Robert Cimrman | 2006-10-12 | 1 | -7/+5 |
* | modernized to use new numpy features, speed-up of unique1d, doc update | Robert Cimrman | 2006-10-12 | 1 | -75/+95 |
* | Change unique1d's argument name from retindx to return_index. | Stefan van der Walt | 2006-09-28 | 1 | -6/+8 |
* | Remove sorted from unique1d. Add testall to test if level > 10. Remove comp... | Travis Oliphant | 2006-09-20 | 1 | -1/+1 |
* | Support empty arrays in setxor1d and setdiff1d. | Stefan van der Walt | 2006-09-19 | 1 | -2/+8 |