| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ticket #599 | Travis Oliphant | 2007-10-26 | 1 | -1/+1 |
* | More documentation. | Charles Harris | 2007-09-16 | 1 | -139/+176 |
* | More documentation. | Charles Harris | 2007-09-14 | 1 | -28/+217 |
* | Do more documentation formating. | Charles Harris | 2007-09-13 | 1 | -445/+723 |
* | Clean up fromnumeric docstrings. Closes ticket #543. | Stefan van der Walt | 2007-07-16 | 1 | -310/+340 |
* | Fix the formatting of docstrings for all functions in fromnumeric.py so they | edschofield | 2007-05-24 | 1 | -156/+175 |
* | Restructure documentation of sort, argsort, searchsorted, var, mean, | Charles Harris | 2007-05-14 | 1 | -127/+161 |
* | Add documentation for diagonal. | Charles Harris | 2007-05-13 | 1 | -70/+181 |
* | Add/edit documentation for mean, std, var. | Charles Harris | 2007-05-12 | 1 | -14/+100 |
* | Fix searchsorted docstring. Closes #457. | Stefan van der Walt | 2007-02-28 | 1 | -1/+1 |
* | Fix doctests. | Stefan van der Walt | 2007-02-18 | 1 | -6/+8 |
* | Expanded docstrings. This is a tedious and slow process, so please jump in an... | Robert Kern | 2007-01-10 | 1 | -8/+109 |
* | clean up unused imports and bad whitespace | Tim Leslie | 2007-01-09 | 1 | -4/+1 |
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -3/+3 |
* | Allow argsort and sort functions and argsort method to take None as an argume... | Travis Oliphant | 2006-12-02 | 1 | -12/+27 |
* | Switch order of .put arguments to match the function call. Eliminate .putmas... | Travis Oliphant | 2006-09-22 | 1 | -9/+2 |
* | Fix ticket #284 | Charles Harris | 2006-09-19 | 1 | -11/+11 |
* | Documentation tweaks for searchsorted and round. | Charles Harris | 2006-09-07 | 1 | -16/+18 |
* | Fix rounding of integers with decimal < 0 | Travis Oliphant | 2006-09-04 | 1 | -3/+4 |
* | Add documentation to round and around to clear up confusion from numpy's choice | Charles Harris | 2006-09-04 | 1 | -4/+23 |
* | Change ndarray.searchsorted keyword "value" to "keys". | Charles Harris | 2006-09-03 | 1 | -17/+24 |
* | Add new keyword <side> to the searchsorted method and function. | Charles Harris | 2006-09-03 | 1 | -4/+39 |
* | Fix problem with randn in matlib. Acutally add min, max, round, abs to the n... | Travis Oliphant | 2006-08-29 | 1 | -6/+0 |
* | Fix sundry errors. | Travis Oliphant | 2006-08-28 | 1 | -0/+1 |
* | Move the documentation of the sort, argsort, and searchsorted methods into | Charles Harris | 2006-08-27 | 1 | -12/+71 |
* | Add rudimentary interrupt handliNG. Add max, min, round, abs to the numpy sp... | Travis Oliphant | 2006-08-24 | 1 | -0/+6 |
* | More fixes to masked array support of output arrays. | Travis Oliphant | 2006-08-10 | 1 | -4/+4 |
* | Add output arguments to a few more functions for consistency | Travis Oliphant | 2006-08-10 | 1 | -6/+6 |
* | Update C-API to add features needed for numarray compatibility. Output argum... | Travis Oliphant | 2006-08-10 | 1 | -70/+73 |
* | Fix uses of nonzero and add flatnonzero | Travis Oliphant | 2006-08-05 | 1 | -3/+1 |
* | Redo nonzero change --- head for the hills... | Travis Oliphant | 2006-08-05 | 1 | -1/+1 |
* | Final fixes to oldnumeric | Travis Oliphant | 2006-08-05 | 1 | -1/+1 |
* | Final fixes to oldnumeric | Travis Oliphant | 2006-08-05 | 1 | -5/+1 |
* | Convert so that axis arguments are consistent for methods and functions. Pla... | Travis Oliphant | 2006-08-04 | 1 | -25/+23 |
* | Clean up docstrings. | Travis Oliphant | 2006-07-20 | 1 | -2/+17 |
* | add some more docstrings | cookedm | 2006-07-18 | 1 | -1/+9 |
* | Fix docstrings. | Travis Oliphant | 2006-07-12 | 1 | -1/+1 |
* | fix tabs -> spaces | Tim Leslie | 2006-07-10 | 1 | -1/+1 |
* | Check-in name-space changes so that numpy.oldnumeric is the compatibility mod... | Travis Oliphant | 2006-06-12 | 1 | -0/+485 |