Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |