summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api.array.rst
Commit message (Expand)AuthorAgeFilesLines
* DOC: core: Document the PyArray_SetBaseObject functionMark Wiebe2011-07-221-1/+26
* DOC: core: Document the mask-based nditer flags and new inline mask functionsMark Wiebe2011-07-111-1/+44
* ENH: core: Add np.copyto, PyArray_MaskedMoveInto, PyArray_MaskedCopyIntoMark Wiebe2011-07-081-0/+8
* DOC: c-api: Update to reflect array flag namespace changeMark Wiebe2011-07-061-110/+114
* DOC: Document the ufunc 'where=' parameter and the NpyAuxData C API mechanismMark Wiebe2011-07-061-0/+91
* DOC: Improve the documentation about type promotionMark Wiebe2011-04-221-4/+40
* ENH: Add 'subok' parameter to PyArray_NewLikeArray, np.empty_like, np.zeros_l...Mark Wiebe2011-03-151-1/+5
* DOC: Document constructor API change, and fill in some more missing documenta...Mark Wiebe2011-03-131-4/+27
* BUG: For compatibility with 1.5, revert to permitting limited broadcasting of...Mark Wiebe2011-03-111-1/+1
* DOC: Replace 'deprecated' with 'superceded' in a few places, fix a typo.Mark Wiebe2011-03-101-15/+16
* DOC: Add some missing documentation, hyper-link the iterator documentationMark Wiebe2011-03-101-18/+159
* DOC: add some more wiki edits, of rst files in ref/user guide.rgommers2011-03-021-5/+5
* ENH: core: Allow user to pass in output array for dot()Luis Pedro Coelho2011-02-121-1/+9
* ENH: core: Add PyArray_NewLikeArray functionMark Wiebe2011-01-281-0/+15
* ENH: ufunc: Restructure iterator ufunc evaluation into functionsMark Wiebe2011-01-201-12/+20
* ENH: ufunc: Add the main loop selection/type-determination mechanismMark Wiebe2011-01-191-0/+5
* ENH: doc: Document the new API functionsMark Wiebe2011-01-181-0/+50
* second set of checkins from doc editorJarrod Millman2009-11-131-1/+1
* Docstring update: doc/source/referencePauli Virtanen2009-10-021-6/+4
* Update documentation.David Cournapeau2009-08-071-38/+1
* Update doc for neighborhood iterator.David Cournapeau2009-07-211-9/+68
* Update new correlation support.David Cournapeau2009-07-181-0/+23
* docs: document that neighbourhood iterator was added in 1.4.0Pauli Virtanen2009-06-191-0/+2
* Add neighborhood iterator.David Cournapeau2009-06-191-0/+66
* docs: port documentation from CAPI.txtPauli Virtanen2009-06-161-4/+49
* Document the new PyArray_GetNDArrayCFeatureVersion.David Cournapeau2009-05-131-5/+41
* docs: strip trailing whitespace from RST filesPauli Virtanen2009-03-211-84/+84
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-231-0/+2635