Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix docstring typo as per #397 | Tim Leslie | 2007-01-08 | 1 | -1/+1 | |
| | ||||||
* | Add order keyword to argsort and fix documentation of sort and argsort. ↵ | Travis Oliphant | 2006-12-02 | 1 | -8/+20 | |
| | | | | Also, fix so that a Python long is passed to mmap instead of an array scalar. Fix setting when using mixed array indices and slice objects by making sure to swap the object in the reverse direction to the swapping that takes place on the MapGet operations. | |||||
* | better doc for a.dump and a.dumps | cookedm | 2006-11-21 | 1 | -2/+5 | |
| | ||||||
* | Expose fromiter's docstring. | Stefan van der Walt | 2006-11-13 | 1 | -1/+1 | |
| | ||||||
* | Remove extra semi-colon. | Stefan van der Walt | 2006-10-10 | 1 | -1/+1 | |
| | ||||||
* | Fidget with average/mean docstrings. | Stefan van der Walt | 2006-10-10 | 1 | -1/+1 | |
| | ||||||
* | Simplify mean and average docstrings. | Stefan van der Walt | 2006-10-10 | 1 | -5/+4 | |
| | ||||||
* | Update lexsort documentation a bit to give a hint as to how to use the keys ↵ | Travis Oliphant | 2006-09-28 | 1 | -2/+4 | |
| | | | | to implement primary and secondary sorting | |||||
* | Switch order of .put arguments to match the function call. Eliminate ↵ | Travis Oliphant | 2006-09-22 | 1 | -9/+8 | |
| | | | | .putmask as a method and make it only a function. | |||||
* | Fix ticket #284 | Charles Harris | 2006-09-19 | 1 | -9/+9 | |
| | ||||||
* | Documentation tweaks for searchsorted and round. | Charles Harris | 2006-09-07 | 1 | -14/+15 | |
| | ||||||
* | Break up more of the documentation in add_newdocs | Charles Harris | 2006-09-06 | 1 | -25/+94 | |
| | ||||||
* | Docstring for tostring and small formatting change to PyArray_SearchSorted. | Charles Harris | 2006-09-05 | 1 | -4/+16 | |
| | ||||||
* | Add more docs to function fromfile() | Charles Harris | 2006-09-05 | 1 | -12/+29 | |
| | ||||||
* | Document the method tofile() | Charles Harris | 2006-09-05 | 1 | -1/+19 | |
| | ||||||
* | Update ndarray.round docs to match Travis' mods | Charles Harris | 2006-09-04 | 1 | -1/+1 | |
| | ||||||
* | Add documentation to round and around to clear up confusion from numpy's choice | Charles Harris | 2006-09-04 | 1 | -1/+22 | |
| | | | | to round to even. | |||||
* | More document tweaks for searchsorted. | Charles Harris | 2006-09-03 | 1 | -8/+8 | |
| | ||||||
* | Change ndarray.searchsorted keyword "value" to "keys". | Charles Harris | 2006-09-03 | 1 | -494/+536 | |
| | | | | | Tweak documentation of searchsorted. Indent many docstrings in add_newdocs. | |||||
* | Add new keyword <side> to the searchsorted method and function. | Charles Harris | 2006-09-03 | 1 | -6/+33 | |
| | | | | | Add documentation thereto. Cleanup whitespace. | |||||
* | Finish moving comments from arraymethods to add_newdocs. | Charles Harris | 2006-08-29 | 1 | -0/+58 | |
| | | | | Replace hardcoded 1 by METH_VARARGS in arraymethods. | |||||
* | Add axis arguments to various functions so as not to rely on the defaults. | Travis Oliphant | 2006-08-29 | 1 | -3/+3 | |
| | ||||||
* | Move more documentation from arraymethods to add_newdocs. | Charles Harris | 2006-08-29 | 1 | -13/+126 | |
| | ||||||
* | Break up the documentation of ndarray attributes into separate calls. | Charles Harris | 2006-08-28 | 1 | -27/+100 | |
| | ||||||
* | Move most of the remaining documentation from arraymethods to add_newdocs. | Charles Harris | 2006-08-28 | 1 | -75/+409 | |
| | | | | The formatting is still very crude and the docs need expansion. | |||||
* | Move the documentation of the sort, argsort, and searchsorted methods into | Charles Harris | 2006-08-27 | 1 | -14/+91 | |
| | | | | | add_newdocs. Rewrite the documentation of sort and argsort. Replace the documentation of these functions in fromnumeric with the new documentation. | |||||
* | Convert so that axis arguments are consistent for methods and functions. ↵ | Travis Oliphant | 2006-08-04 | 1 | -1/+1 | |
| | | | | Place functions for which this changes the Numeric default into oldnumeric. | |||||
* | Move more docstrings to add_newdocs | Travis Oliphant | 2006-07-31 | 1 | -1/+92 | |
| | ||||||
* | Don't add docstrings in add_newdoc if run with -OO | Travis Oliphant | 2006-07-31 | 1 | -1/+0 | |
| | ||||||
* | Add docstrings for multiarray to numpy.core.multiarray instead of to | Stefan van der Walt | 2006-07-31 | 1 | -33/+23 | |
| | | | | numpy.core. Fix some typos in function names. | |||||
* | Move docstrings from multiarraymodule.c to add_newdocs.py. | Stefan van der Walt | 2006-07-31 | 1 | -0/+261 | |
| | ||||||
* | Fixed spelling of type object to be consistent with rest of code. | Stefan van der Walt | 2006-07-20 | 1 | -1/+1 | |
| | ||||||
* | Add more documentation. Fix #99 | Travis Oliphant | 2006-07-20 | 1 | -4/+7 | |
| | ||||||
* | Fix-up _wrapit | Travis Oliphant | 2006-03-30 | 1 | -1/+1 | |
| | ||||||
* | Add a few more docstrings using add_docstring. | Travis Oliphant | 2006-01-05 | 1 | -0/+16 | |