summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: merge wiki edits for numpy.core.rgommers2011-03-021-39/+71
* DOC: merge more doc wiki edits.rgommers2011-03-021-2/+12
* ENH: core: Allow user to pass in output array for dot()Luis Pedro Coelho2011-02-121-1/+9
* STY: index_tricks: Improve comments and documentation stringsMark Wiebe2011-02-101-12/+16
* ENH: index_tricks: Implement unravel_index and ravel_coords functions in CMark Wiebe2011-02-101-0/+94
* DOC: Note version minlength was added to bincount.Charles Harris2011-02-041-0/+1
* ENH: einsum: Add alternative einsum parameter methodMark Wiebe2011-02-011-0/+30
* ENH: einsum: Disable broadcasting by default, allow spaces in subscripts stringMark Wiebe2011-02-011-9/+12
* Merge branch 'new_iterator' - new iterator, ufunc update, restore 1.5 ABIMark Wiebe2011-01-281-3/+444
|\
| * ENH: core: Add dtype= and order= parameters to zeros_like, ones_like, and emp...Mark Wiebe2011-01-281-0/+52
| * WRN: iter: Fix half-float warnings, other small tweaksMark Wiebe2011-01-271-3/+3
| * ENH: ufunc: Add new iterator version of generalized ufuncsMark Wiebe2011-01-271-1/+1
| * ENH: core: Make NumPy trunk ABI-compatible with 1.5Mark Wiebe2011-01-271-1/+12
| * DOC: core: Document the new einsum functionMark Wiebe2011-01-241-0/+145
| * ENH: iter: Switch the iterator to use PyArray_ResultTypeMark Wiebe2011-01-181-2/+2
| * ENH: core: Add functions PyArray_CanCastArrayTo and PyArray_ResultTypeMark Wiebe2011-01-181-3/+99
| * ENH: core: Add PyArray_MinScalarType and expose it to PythonMark Wiebe2011-01-181-0/+37
| * ENH: core: Start converting ufunc to new iterator, add PyArray_PromoteTypesMark Wiebe2011-01-181-0/+40
| * ENH: core: Change PyArray_CopyAnyInto and PyArray_MoveAnyInto to use the new ...Mark Wiebe2011-01-171-0/+31
| * ENH: core: Switch nonzero to use the iterator as an example, add count_nonzer...Mark Wiebe2011-01-161-0/+29
* | ENH: Add minlength keyword to bincount. Patch from ticket #1595.David Warde-Farley2011-01-101-3/+8
|/
* DOC: Made problems with arange floating-point steps more clearly spelled out.Mark Wiebe2010-11-201-1/+6
* BUG: core: Enabled keyword argument for 'order' parameter where it was missin...Mark Wiebe2010-10-271-2/+3
* BUG: DOC: fix invalid vdot documentationPauli Virtanen2010-10-141-14/+9
* DOC: wiki merge, matrlixlib and some ndarray methods.rgommers2010-07-311-15/+17
* DOC: wiki merge, add itemset method doc.rgommers2010-07-311-13/+59
* BUG: core: make set_string_function(None) to restore the functions to what th...Pauli Virtanen2010-07-181-47/+1
* ENH: Remove order keyword from ndarray.resize. This is pretty muchCharles Harris2010-04-251-18/+2
* updated documentation from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-0/+6
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-5/+5
* 3K: add_newdocs: use absolute importPauli Virtanen2009-12-061-1/+1
* Fix documentation of array.Charles Harris2009-11-281-1/+1
* Fix misformatted see also sectionPauli Virtanen2009-11-141-6/+3
* second set of checkins from doc editorJarrod Millman2009-11-131-67/+577
* Move some docstrings to add_newdocsPauli Virtanen2009-10-031-0/+154
* Make doc build to work againPauli Virtanen2009-10-021-3/+3
* Docstring update: add_newdocs.pyPauli Virtanen2009-10-021-304/+1172
* Docstring updates, part 1Pauli Virtanen2009-10-021-3/+42
* Fix remaining references to numpy.core.defmatrixPauli Virtanen2009-09-261-1/+1
* add support for __array_prepare__Darren Dale2009-08-231-4/+10
* Merge from doc wikiPauli Virtanen2009-06-191-55/+301
* Merge from the doc wikiPauli Virtanen2009-03-241-170/+525
* Ensure that documentation for dot, vdot, inner, alterdot, restoredot is the s...Pauli Virtanen2009-03-211-1/+162
* Added docstring for isbuiltinMatthew Brett2009-02-241-1/+28
* Move (un)packbits docstrings to add_newdocs.py. Fix typos.Pauli Virtanen2009-02-141-4/+42
* More add_newdocs entries, and make add_newdoc capable of adding docs also to ...Pauli Virtanen2009-02-141-175/+708
* New docstrings for byteorder and newbyteorder()Matthew Brett2009-01-301-0/+123
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-80/+187
* Merge from documentation editor.Stefan van der Walt2008-08-051-1142/+1373
* Use the implicit "import numpy as np" made available to all doctests instead Alan McIntyre2008-07-051-38/+38