summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
Commit message (Collapse)AuthorAgeFilesLines
* Break long line.Charles Harris2008-05-101-288/+303
| | | | | Reformat a bit. Remove trailing whitespace.
* Moved docstrings to add_newdoc.py; added docstring for the class as a whole ↵aarchiba2008-05-091-0/+209
| | | | which describes __call__.
* Support for Python types in x.view.Stefan van der Walt2008-05-011-3/+16
|
* For x.view, change dtype into keyword argument.Stefan van der Walt2008-04-301-4/+4
|
* Fix two typos in ndarray docstrings.Pauli Virtanen2008-04-261-2/+2
|
* Rewrite most ndarray docstrings: RST-reformat old and add new ones.Pauli Virtanen2008-04-261-212/+902
| | | | | | | | | Most of the docstrings are adapted from those of the functions in core.fromnumeric. I edited the ndarray method docstrings to closely match the function docstrings. I didn't yet fix the discrepancy in ndarray.reshape and fromnumeric.reshape docstrings re ValueError raising.
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-8/+8
|
* Documented and tested new behaviour of std and var on complex numbers. ↵aarchiba2008-04-071-10/+20
| | | | Added ddof argument and its documentation to the std and var methods of matrix. Documented ddof for std and var methods of ma. Note that stdu and varu in ma still have the old, peculiar, behaviour for complex values.
* Add basic usage docstring for dtype.Stefan van der Walt2008-03-011-0/+55
|
* ran reindentJarrod Millman2008-02-081-5/+5
|
* Fix fromstring to match fromfile behavior when parsing integers (base-10 ↵Travis Oliphant2008-01-291-0/+1
| | | | only). Ticket #650
* Add description of get/seterrobj.Stefan van der Walt2007-12-301-0/+28
|
* Improve docstringsTravis Oliphant2007-12-281-299/+309
|
* Increase test code coverage. Add documentation.Stefan van der Walt2007-12-031-11/+21
|
* Update documentation for `where`.Stefan van der Walt2007-09-201-8/+20
|
* Fix documentation for 'where'.Stefan van der Walt2007-07-171-2/+2
|
* Replace <= by < in the insertion sort part of argsort(kind='mergesort')Charles Harris2007-06-301-5/+5
| | | | for strings. Fixes ticket #540.
* Add documentation for diagonal.Charles Harris2007-05-131-80/+184
| | | | Reformat documentation of sort, argsort, lexsort, and searchsorted.
* Add/edit documentation for mean, std, var.Charles Harris2007-05-121-16/+96
|
* Add interp to numpy.lib adapted from arrayfns. Add an unfinished arrayfns ↵Travis Oliphant2007-04-021-0/+1
| | | | compatibility module to old_numeric.
* Whitespace cleanup.Stefan van der Walt2007-01-081-4/+4
|
* Fix docstring typo as per #397Tim Leslie2007-01-081-1/+1
|
* Add order keyword to argsort and fix documentation of sort and argsort. ↵Travis Oliphant2006-12-021-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.dumpscookedm2006-11-211-2/+5
|
* Expose fromiter's docstring.Stefan van der Walt2006-11-131-1/+1
|
* Remove extra semi-colon.Stefan van der Walt2006-10-101-1/+1
|
* Fidget with average/mean docstrings.Stefan van der Walt2006-10-101-1/+1
|
* Simplify mean and average docstrings.Stefan van der Walt2006-10-101-5/+4
|
* Update lexsort documentation a bit to give a hint as to how to use the keys ↵Travis Oliphant2006-09-281-2/+4
| | | | to implement primary and secondary sorting
* Switch order of .put arguments to match the function call. Eliminate ↵Travis Oliphant2006-09-221-9/+8
| | | | .putmask as a method and make it only a function.
* Fix ticket #284Charles Harris2006-09-191-9/+9
|
* Documentation tweaks for searchsorted and round.Charles Harris2006-09-071-14/+15
|
* Break up more of the documentation in add_newdocsCharles Harris2006-09-061-25/+94
|
* Docstring for tostring and small formatting change to PyArray_SearchSorted.Charles Harris2006-09-051-4/+16
|
* Add more docs to function fromfile()Charles Harris2006-09-051-12/+29
|
* Document the method tofile()Charles Harris2006-09-051-1/+19
|
* Update ndarray.round docs to match Travis' modsCharles Harris2006-09-041-1/+1
|
* Add documentation to round and around to clear up confusion from numpy's choiceCharles Harris2006-09-041-1/+22
| | | | to round to even.
* More document tweaks for searchsorted.Charles Harris2006-09-031-8/+8
|
* Change ndarray.searchsorted keyword "value" to "keys".Charles Harris2006-09-031-494/+536
| | | | | Tweak documentation of searchsorted. Indent many docstrings in add_newdocs.
* Add new keyword <side> to the searchsorted method and function.Charles Harris2006-09-031-6/+33
| | | | | Add documentation thereto. Cleanup whitespace.
* Finish moving comments from arraymethods to add_newdocs.Charles Harris2006-08-291-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 Oliphant2006-08-291-3/+3
|
* Move more documentation from arraymethods to add_newdocs.Charles Harris2006-08-291-13/+126
|
* Break up the documentation of ndarray attributes into separate calls.Charles Harris2006-08-281-27/+100
|
* Move most of the remaining documentation from arraymethods to add_newdocs.Charles Harris2006-08-281-75/+409
| | | | The formatting is still very crude and the docs need expansion.
* Move the documentation of the sort, argsort, and searchsorted methods intoCharles Harris2006-08-271-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 Oliphant2006-08-041-1/+1
| | | | Place functions for which this changes the Numeric default into oldnumeric.
* Move more docstrings to add_newdocsTravis Oliphant2006-07-311-1/+92
|
* Don't add docstrings in add_newdoc if run with -OOTravis Oliphant2006-07-311-1/+0
|