summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Expand)AuthorAgeFilesLines
...
* | DOC: warn about directly using PyUFuncObject and PyArray_Descrmattip2018-09-171-3/+20
* | DOC: update for changes in d8a8e4536mattip2018-09-161-5/+4
* | merge master into gufunc-signature-modification2mattip2018-09-151-3/+3
|\ \ | |/
| * DOC: Adjust the gufunc signature examplesMatti Picus2018-09-131-2/+6
| * DOC: Add documentation of PyUFuncObject membersMatti Picus2018-09-131-1/+58
| * STY: string trailing spacesEric Wieser2018-09-131-2/+2
* | Merge 'master' into branchmattip2018-09-125-24/+89
|\ \ | |/
| * Merge pull request #11929 from derek-kim/masterMatti Picus2018-09-121-4/+4
| |\
| | * DOC: #defining -> #define / Added a short explanation for Numeric, whichDerek Kim2018-09-111-4/+4
| * | DOC: Clarify difference between PySequence_GETITEM, PyArray_GETITEM (#11914)Yug Khanna2018-09-101-3/+5
| * | DOC: dtype offset is limited to intmattip2018-09-091-3/+4
| * | DOC: Polybase augmented assignment notes (#11806)Jeff2018-08-261-5/+10
| * | DOC: reflow paragraph to 80 columnsmattip2018-08-171-9/+7
| * | DOC: reduce warnings and cleanup redundant c-api documentationmattip2018-08-141-3/+62
| |/
* | DOC: updates and fixes for gufunc descriptions.mattip2018-07-171-4/+84
* | ENH: test, document, implement flexible signature.mattip2018-07-171-18/+33
|/
* Merge pull request #11084 from mattip/test-documentationRalf Gommers2018-07-132-2/+19
|\
| * DOC: link to TESTS.rst.txt testing guidelines document, tweak testing docsmattip2018-06-252-2/+19
* | Tiny typo on numpy/reference/arrays.dtypes.htmlLilian Besson2018-07-111-0/+1
* | Merge pull request #11347 from mattip/less-sphinx-warningsRalf Gommers2018-06-275-26/+13
|\ \ | |/ |/|
| * fixes from reviewmattip2018-06-242-16/+0
| * DOC: typos, small fixesmattip2018-06-153-14/+13
| * DOC: quiet warnings about "document not in any toctree"mattip2018-06-152-0/+4
* | ENH: Remove NpyIter_Closemattip2018-06-181-25/+7
* | HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-162-5/+5
* | DOC: document new functionsmattip2018-06-153-0/+4
|/
* Merge pull request #11222 from hmaarrfk/documentation_nditerCharles Harris2018-06-091-19/+19
|\
| * Updated with correct endMark Harfouche2018-06-021-19/+19
| * Reference doc to nditer is python3 friendlyMark Harfouche2018-06-011-19/+19
* | DOC: Describe new axis argument.Marten van Kerkwijk2018-06-071-1/+12
|/
* Merge pull request #11177 from mhvk/gufunc-docs-improvementEric Wieser2018-05-293-12/+25
|\
| * DOC: Further clarification of c-api.Marten van Kerkwijk2018-05-291-9/+14
| * DOC: Clarify C-API for generalized ufuncs.mattip2018-05-283-8/+10
| * DOC: improve docs for PyUFunc_FromFuncAndData.mattip2018-05-281-4/+10
* | Merge pull request #11105 from eric-wieser/take_along_axis-strictMarten van Kerkwijk2018-05-281-0/+2
|\ \ | |/ |/|
| * ENH: Add (put|take)_along_axis as described in #8708Eric Wieser2018-05-251-0/+2
* | Merge branch 'master' into force-tupleEric Wieser2018-05-2511-78/+212
|\ \ | |/
| * DOC: Describe new keepdims arguments (and axes).Marten van Kerkwijk2018-05-181-0/+12
| * DOC: Mention we can return unitinitialized values (#11086)Matti Picus2018-05-151-0/+10
| * DOC: add numpy.lib.format to docs and link to itmattip2018-05-141-1/+9
| * DOC: create label and ref, fixes broken linkmattip2018-05-131-1/+1
| * DOC: link to updated module docstring, not NEPmattip2018-05-131-1/+1
| * DOC: expand reasoning behind npy_*floatstatus_barrer()mattip2018-05-101-2/+13
| * BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036)Matti Picus2018-05-091-0/+21
| * MAINT: Misc. typos (#11005)luzpaz2018-04-301-1/+1
| * Merge pull request #10949 from mattip/doc-nditerAllan Haldane2018-04-272-23/+30
| |\
| | * Merge branch 'master' into doc-nditerCharles Harris2018-04-243-12/+18
| | |\
| | * | DOC: cleanup documentation, continuation of nditer PR #9998mattip2018-04-232-24/+31
| * | | DOC: advise against use of matrix.Marten van Kerkwijk2018-04-251-0/+7
| | |/ | |/|
| * | Merge pull request #10824 from mattip/fix-PyArray_DeprecateWritebackIfCopyCharles Harris2018-04-241-11/+15
| |\ \