summaryrefslogtreecommitdiff
path: root/numpy/lib/arraysetops.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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