| Commit message (Expand) | Author | Age | Files | Lines |
* | DOC: wiki merge, fromnumeric.py | rgommers | 2010-07-31 | 1 | -107/+121 |
* | DOC: merge wiki edits for module core. | rgommers | 2010-06-02 | 1 | -1/+1 |
* | updated docstrings from pydoc website (thanks to everyone who contributed!) | Jarrod Millman | 2010-02-17 | 1 | -6/+22 |
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -3/+4 |
* | first set of checkins from the doc editor | Jarrod Millman | 2009-11-13 | 1 | -20/+89 |
* | Docstring update: core | Pauli Virtanen | 2009-10-02 | 1 | -41/+184 |
* | Docstring updates, part 1 | Pauli Virtanen | 2009-10-02 | 1 | -6/+15 |
* | Clarify logic for nan comparisons. | Charles Harris | 2009-08-03 | 1 | -0/+22 |
* | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 1 | -33/+49 |
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 1 | -106/+165 |
* | Fix docstring for amax/amin. | David Cournapeau | 2009-03-09 | 1 | -4/+4 |
* | Merge reviewed docstrings from editor. | Stefan van der Walt | 2009-03-08 | 1 | -7/+14 |
* | Add documentation for amin/amax. | David Cournapeau | 2009-03-06 | 1 | -0/+21 |
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ... | Pauli Virtanen | 2008-10-28 | 1 | -80/+129 |
* | Import documentation from doc wiki (part 1) | Pauli Virtanen | 2008-10-27 | 1 | -33/+32 |
* | Fix failing doctests. | Alan McIntyre | 2008-09-13 | 1 | -0/+2 |
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -607/+774 |
* | Update doctests to assume only an "import numpy as np" has been executed prio... | Alan McIntyre | 2008-07-03 | 1 | -12/+12 |
* | Update doctests to use the implicit "import numpy as np" made available to al... | Alan McIntyre | 2008-07-02 | 1 | -125/+104 |
* | Fixed imports for doctests. | Alan McIntyre | 2008-06-23 | 1 | -28/+49 |
* | Fix accidentally replaced (r5190, r5193) alltrue code. Diff shows that fromnu... | Pauli Virtanen | 2008-05-19 | 1 | -4/+4 |
* | Remove duplicate `alltrue`. | Stefan van der Walt | 2008-05-19 | 1 | -27/+0 |
* | Merge documentation changes from wiki. | Stefan van der Walt | 2008-05-19 | 1 | -47/+119 |
* | 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 |