Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | they are still an improvement) | ||||
* | 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 |
| | | | | returns [patch by Robert Cimrman]. | ||||
* | 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 |
| | | | | Moved unique1d benchmarking code to new benchmarks directory. | ||||
* | 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 ↵ | Robert Kern | 2007-01-08 | 1 | -45/+147 |
| | | | | | | | sort in setmember1d(). * Add some more information to the function docstrings. * Reduced the "See also" sections of the docstrings to point to the module instead of the full list of functions (some of which were not entirely relevant). | ||||
* | (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 ↵ | Travis Oliphant | 2006-09-20 | 1 | -1/+1 |
| | | | | compiler warning. | ||||
* | Support empty arrays in setxor1d and setdiff1d. | Stefan van der Walt | 2006-09-19 | 1 | -2/+8 |
| | |||||
* | Fix unique1d for empty sets. Closes r208. | Stefan van der Walt | 2006-09-19 | 1 | -6/+10 |
| | |||||
* | Add ediff1d support for empty arrays. | Stefan van der Walt | 2006-09-18 | 1 | -23/+12 |
| | | | | | Fix ediff1d for to_begin or to_end = 0. Allow insert to operate on empty arrays. | ||||
* | Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.product | Travis Oliphant | 2006-08-29 | 1 | -1/+1 |
| | |||||
* | Add axis arguments to various functions so as not to rely on the defaults. | Travis Oliphant | 2006-08-29 | 1 | -1/+1 |
| | |||||
* | Restore un-needed axis arguments | Travis Oliphant | 2006-08-29 | 1 | -4/+4 |
| | |||||
* | Add axis argument to usages of take | Travis Oliphant | 2006-08-29 | 1 | -4/+4 |
| | |||||
* | Fixed where to always return a tuple | Travis Oliphant | 2006-04-12 | 1 | -1/+1 |
| | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -2/+2 |
| | | | | extraneous whitespace | ||||
* | Fix arraysetops. | Travis Oliphant | 2006-01-11 | 1 | -22/+27 |
| | |||||
* | Rename arguments in arraysetops to follow convention. Add bsum for builtin sum. | Travis Oliphant | 2006-01-11 | 1 | -15/+15 |
| | |||||
* | Arraysetops added to numpy.lib | Robert Cimrman | 2006-01-09 | 1 | -0/+201 |