summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
Commit message (Expand)AuthorAgeFilesLines
* Switch order of .put arguments to match the function call. Eliminate .putmas...Travis Oliphant2006-09-221-9/+2
* Fix ticket #284Charles Harris2006-09-191-11/+11
* Documentation tweaks for searchsorted and round.Charles Harris2006-09-071-16/+18
* Fix rounding of integers with decimal < 0Travis Oliphant2006-09-041-3/+4
* Add documentation to round and around to clear up confusion from numpy's choiceCharles Harris2006-09-041-4/+23
* Change ndarray.searchsorted keyword "value" to "keys".Charles Harris2006-09-031-17/+24
* Add new keyword <side> to the searchsorted method and function.Charles Harris2006-09-031-4/+39
* Fix problem with randn in matlib. Acutally add min, max, round, abs to the n...Travis Oliphant2006-08-291-6/+0
* Fix sundry errors.Travis Oliphant2006-08-281-0/+1
* Move the documentation of the sort, argsort, and searchsorted methods intoCharles Harris2006-08-271-12/+71
* Add rudimentary interrupt handliNG. Add max, min, round, abs to the numpy sp...Travis Oliphant2006-08-241-0/+6
* More fixes to masked array support of output arrays. Travis Oliphant2006-08-101-4/+4
* Add output arguments to a few more functions for consistencyTravis Oliphant2006-08-101-6/+6
* Update C-API to add features needed for numarray compatibility. Output argum...Travis Oliphant2006-08-101-70/+73
* Fix uses of nonzero and add flatnonzeroTravis Oliphant2006-08-051-3/+1
* Redo nonzero change --- head for the hills...Travis Oliphant2006-08-051-1/+1
* Final fixes to oldnumericTravis Oliphant2006-08-051-1/+1
* Final fixes to oldnumericTravis Oliphant2006-08-051-5/+1
* Convert so that axis arguments are consistent for methods and functions. Pla...Travis Oliphant2006-08-041-25/+23
* Clean up docstrings.Travis Oliphant2006-07-201-2/+17
* add some more docstringscookedm2006-07-181-1/+9
* Fix docstrings.Travis Oliphant2006-07-121-1/+1
* fix tabs -> spacesTim Leslie2006-07-101-1/+1
* Check-in name-space changes so that numpy.oldnumeric is the compatibility mod...Travis Oliphant2006-06-121-0/+485