summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api.array.rst
Commit message (Expand)AuthorAgeFilesLines
* BUG: test, fix PyArray_DiscardWritebackIfCopy refcount issue and documentmattip2018-04-211-11/+15
* DOC: added "steals a reference" to PyArray_FromAnyMads R. B. Kristensen2018-01-141-3/+4
* return valuesmattip2017-12-061-2/+8
* document new API functionmattip2017-12-061-3/+13
* MAINT: Improve wording of documentation.Charles Harris2017-11-111-1/+1
* DOC: reword PyArray_DiscardWritebackIfCopy descriptionmattip2017-11-111-3/+4
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-081-22/+70
* MAINT: Add a PyDataType_ISUNSIZED macroEric Wieser2017-11-031-0/+6
* DOC: Some minor fixes regarding import_arrayMichael Seifert2017-10-131-3/+3
* Merge pull request #9392 from jaimefrio/updateifcopy_docJulian Taylor2017-07-111-2/+1
|\
| * DOC: UPDATEIFCOPY raises an error if not an array.Jaime Fernandez2017-07-091-2/+1
* | Merge pull request #9389 from jaimefrio/newfromdescr_doc_linkJulian Taylor2017-07-111-1/+1
|\ \
| * | DOC: Fix reference, PyArray_DescrNew -> PyArray_NewFromDescrJaime Fernandez2017-07-081-1/+1
| |/
* | DOC: document how to free memory from PyArray_IntpConverter.Jaime Fernandez2017-07-111-4/+4
|/
* DOC: Document the internal workings of PY_ARRAY_UNIQUE_SYMBOLJaime Fernandez2017-07-061-0/+18
* DOC: Remove all references to bigndarray (#9205)Konrad Kapp2017-06-021-7/+6
* ENH: add np.positive ufunc and use it for ndarray.__pos__Stephan Hoyer2017-04-301-2/+2
* DOC: fix links to flagsEric Wieser2017-04-051-7/+8
* DOC: Add missing context argumentEric Wieser2017-04-051-1/+1
* DOC: Unwrap long signature linesMichael Seifert2017-03-281-103/+228
* DOC: Correct links to ndarray methods when currentmodule != numpyMichael Seifert2017-03-271-42/+42
* DOC: Corrected links for several __array_*__ functionsMichael Seifert2017-03-271-7/+7
* DOC: Included correct destination for "&PyArray_Type" link.Michael Seifert2017-03-271-1/+1
* DOC: fixed link to `NPY_END_THREADS`Michael Seifert2017-03-261-1/+1
* DOC: Fix "PyObject *" links in narrative documentationMichael Seifert2017-03-261-3/+3
* DOC: Fix typosJakub Wilk2017-03-171-8/+8
* DOC: fix return value for PyArray_ResizeA. Jesse Jiryu Davis2017-01-241-4/+4
* DOC: Further fixes for PyArray_{Max, Min, Ptp} documentation.Charles Harris2016-10-171-5/+9
* DOC: Small c api doc fix for PyArray_Max.Frederic Bastien2016-10-171-1/+2
* DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-071-1/+1
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-061-1/+1
* DOC: Updates to documentation from perusing it in detail.Joseph Fox-Rabinovitz2016-03-141-1/+1
* 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