summaryrefslogtreecommitdiff
path: root/numpy/lib/arraysetops.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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 ex...cookedm2006-03-101-2/+2
* 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