summaryrefslogtreecommitdiff
path: root/numpy/lib/arraysetops.py
Commit message (Collapse)AuthorAgeFilesLines
...
* ran reindentJarrod Millman2008-02-081-1/+1
|
* fixed setmember1d for string arraysRobert Cimrman2007-12-201-3/+6
|
* Edited module docstring.Robert Cimrman2007-11-201-3/+5
|
* Whitespace cleanup.Stefan van der Walt2007-01-081-6/+6
|
* * Fix #410 by using the stable mergesort instead of the unstable default ↵Robert Kern2007-01-081-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 Cimrman2006-10-121-7/+5
|
* modernized to use new numpy features, speed-up of unique1d, doc updateRobert Cimrman2006-10-121-75/+95
|
* Change unique1d's argument name from retindx to return_index.Stefan van der Walt2006-09-281-6/+8
|
* Remove sorted from unique1d. Add testall to test if level > 10. Remove ↵Travis Oliphant2006-09-201-1/+1
| | | | compiler warning.
* Support empty arrays in setxor1d and setdiff1d.Stefan van der Walt2006-09-191-2/+8
|
* Fix unique1d for empty sets. Closes r208.Stefan van der Walt2006-09-191-6/+10
|
* Add ediff1d support for empty arrays.Stefan van der Walt2006-09-181-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.productTravis Oliphant2006-08-291-1/+1
|
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-291-1/+1
|
* Restore un-needed axis argumentsTravis Oliphant2006-08-291-4/+4
|
* Add axis argument to usages of takeTravis Oliphant2006-08-291-4/+4
|
* Fixed where to always return a tupleTravis Oliphant2006-04-121-1/+1
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-2/+2
| | | | extraneous whitespace
* Fix arraysetops.Travis Oliphant2006-01-111-22/+27
|
* Rename arguments in arraysetops to follow convention. Add bsum for builtin sum.Travis Oliphant2006-01-111-15/+15
|
* Arraysetops added to numpy.libRobert Cimrman2006-01-091-0/+201