summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api.array.rst
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix typos in docsDongjoon Hyun2016-01-251-1/+1
* DOC: fixed #6525Yifan Li2015-10-191-8/+8
* DOC: Fixed a typo at line 289 at c-api.array.rstNicolas Calle2015-10-191-1/+1
* DOC: Fix outdated sphinx directives.Charles Harris2015-07-011-683/+683
* DOC: Update docs for PyArray_FromInterface/PyArray_FromStructInterfacejaimefrio2015-01-281-7/+5
* Merge pull request #5249 from immerrr/add-missing-scalar-func-docsCharles Harris2015-01-261-3/+18
|\
| * DOC: add documentation for some scalar checksimmerrr2014-11-291-3/+18
* | DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-221-7/+7
* | DOC: fix typo in array flag docs.Eric Moore2014-12-191-1/+1
* | DOC: Update the docs for the C API to reflect the change in return type of Py...Chris Kerr2014-11-171-1/+4
|/
* DOC: document NPY_BEGIN_THREADS_THRESHOLDEDjaimefrio2014-09-251-0/+6
* DOC: Update PyArray_SearchSorted docs in c-api.array.rstjaimefrio2014-09-241-11/+20
* DOC: fix signature of PyArray_NewShape in C-API docsJulian Taylor2014-06-111-3/+4
* MAINT: add a few nonnull attributes to array creation functionsJulian Taylor2014-04-241-1/+1
* DOC: suggest definition of unique symbol in .hHans Meine2014-03-161-1/+5
* BUG: Fix promote_types, can_cast, as astype issuesJay Bourque2014-02-251-2/+6
* Update c-api.array.rstMarc-Alexandre Côté2014-02-171-0/+12
* DOC: Typo, replace PyArrayDescr_Check by PyArray_DescrCheck.Charles Harris2014-02-161-1/+1
* ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-111-1/+1
* Fix the doc of PyArray_ArgMax and PyArray_ArgMinFrederic2013-12-171-2/+2
* ENH: add quickselect algorithm and expose it via partitionJulian Taylor2013-08-121-0/+21
* Corrected typos in documentation for PyArray_GETPTR1.Daniel2013-07-011-7/+7
* DOC: Document NPY_RELAXED_STRIDES_CHECKING changesSebastian Berg2013-04-111-8/+24
* DOC: Add mention of PyArray_SetBaseObject stealing a referenceMark Wiebe2013-03-071-2/+4
* better new doc sentence following code review.Frederic2012-07-161-1/+1
* Add doc for PyArray_FILLWBYTE to tell the ndarray must be c contiguous.Frederic2012-07-061-0/+1
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-114/+0
* Stress that all array creation C functions steals a reference to descr.Francesc Alted2012-05-041-0/+4
* DOC: Replace references to macros in old_defines with new.Charles Harris2012-02-041-6/+6
* ENH: missingdata: Make PyArray_Converter and PyArray_OutputConverter safer fo...Mark Wiebe2011-08-271-0/+24
* DOC: missingdata: Add example of a C-API function supporting NA masksMark Wiebe2011-08-271-44/+6
* DOC: missingdata: Documenting C API for NA-masked arraysMark Wiebe2011-08-271-0/+3
* ENH: missingdata: Rewrite PyArray_Concatenate to work with NA masksMark Wiebe2011-08-271-12/+14
* DOC: missingdata: Add some NA mask info to the documentationMark Wiebe2011-08-271-50/+181
* 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