| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the out= argument to the clip() function to bring it in line with the .cl... | Robert Kern | 2008-05-10 | 1 | -6/+21 |
* | Docstring fixes to fromnumeric, to better mirror ndarray docstrings. | Pauli Virtanen | 2008-04-26 | 1 | -17/+45 |
* | Docstrings: correct description of `dtype` in prod, cumsum, cumprod (was OK i... | Pauli Virtanen | 2008-04-26 | 1 | -48/+49 |
* | Docstrings in fromnumeric: very small fixes. | Pauli Virtanen | 2008-04-26 | 1 | -3/+3 |
* | Docstring improvements for all, any, alltrue, sometrue, clip, compress + smal... | Pauli Virtanen | 2008-04-26 | 1 | -31/+118 |
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -4/+4 |
* | Documented and tested new behaviour of std and var on complex numbers. Added... | aarchiba | 2008-04-07 | 1 | -5/+8 |
* | Fix mean docstring. | Stefan van der Walt | 2008-04-03 | 1 | -5/+4 |
* | Add ddof parameter to std and var computations. | Travis Oliphant | 2008-03-07 | 1 | -8/+14 |
* | Restructure and add to documentation. | Stefan van der Walt | 2008-02-20 | 1 | -826/+1049 |
* | cumprod docstring, median input array coercion | Matthew Brett | 2008-02-19 | 1 | -0/+27 |
* | Remove 'Blah, blah' from docstrings. | Stefan van der Walt | 2008-02-19 | 1 | -19/+1 |
* | 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 |