summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
Commit message (Expand)AuthorAgeFilesLines
* Fix ticket #599Travis Oliphant2007-10-261-1/+1
* More documentation.Charles Harris2007-09-161-139/+176
* More documentation.Charles Harris2007-09-141-28/+217
* Do more documentation formating.Charles Harris2007-09-131-445/+723
* Clean up fromnumeric docstrings. Closes ticket #543.Stefan van der Walt2007-07-161-310/+340
* Fix the formatting of docstrings for all functions in fromnumeric.py so theyedschofield2007-05-241-156/+175
* Restructure documentation of sort, argsort, searchsorted, var, mean,Charles Harris2007-05-141-127/+161
* Add documentation for diagonal.Charles Harris2007-05-131-70/+181
* Add/edit documentation for mean, std, var.Charles Harris2007-05-121-14/+100
* Fix searchsorted docstring. Closes #457.Stefan van der Walt2007-02-281-1/+1
* Fix doctests.Stefan van der Walt2007-02-181-6/+8
* Expanded docstrings. This is a tedious and slow process, so please jump in an...Robert Kern2007-01-101-8/+109
* clean up unused imports and bad whitespaceTim Leslie2007-01-091-4/+1
* Whitespace cleanup.Stefan van der Walt2007-01-081-3/+3
* Allow argsort and sort functions and argsort method to take None as an argume...Travis Oliphant2006-12-021-12/+27
* 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