summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* fixes from reviewmattip2018-06-011-2/+2
* DOC: add existing recfunctions documentation to outputmattip2018-06-011-0/+6
* Merge pull request #11177 from mhvk/gufunc-docs-improvementEric Wieser2018-05-294-12/+26
|\
| * DOC: Further clarification of c-api.Marten van Kerkwijk2018-05-291-9/+14
| * DOC: Clarify C-API for generalized ufuncs.mattip2018-05-284-8/+11
| * 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-2531-211/+513
|\ \ | |/
| * DOC: Describe new keepdims arguments (and axes).Marten van Kerkwijk2018-05-181-0/+12
| * Merge pull request #10991 from eric-wieser/genfromtxt-docsCharles Harris2018-05-161-36/+36
| |\
| | * DOC: Update genfromtxt docs to use StringIO and u-stringsEric Wieser2018-04-271-36/+36
| * | 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-142-1/+17
| * | 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-302-2/+2
| * | 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
| * | | | Merge pull request #10980 from mattip/masterCharles Harris2018-04-272-3/+5
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | DOC: link to governance, convert external link to internalmattip2018-04-272-3/+5
| | | |/ | | |/|
| * | | DOC: advise against use of matrix.Marten van Kerkwijk2018-04-253-69/+46
| |/ /
| * | Merge pull request #10824 from mattip/fix-PyArray_DeprecateWritebackIfCopyCharles Harris2018-04-241-11/+15
| |\ \
| | * | BUG: test, fix PyArray_DiscardWritebackIfCopy refcount issue and documentmattip2018-04-211-11/+15
| * | | DOC: add quantile, nanquantile to tocmattip2018-04-241-0/+2
| * | | MAINT, DOC: Fix typos (#10958)Nicholas Nadeau, P.Eng., AVS2018-04-231-1/+1
| | |/ | |/|
| * | emphasis accessing `it.operands` only on open iteratormattip2018-04-221-9/+16
| |/
| * Merge pull request #9998 from mattip/nditer-as-context-managerAllan Haldane2018-04-212-42/+73
| |\
| | * ENH: add nditer.close as per reviewmattip2018-04-201-3/+6
| | * ENH: add NpyIter_Close, nditer__{enter,exit}__mattip2018-04-202-42/+70
| * | DOC: Removed references to the 2008 documentation marathon (#10945)alexthomas932018-04-212-11/+1
| * | Added a modified version of the basic Sphinx search boxAlex Thomas2018-04-212-1/+24
| * | DOC: clear up warnings, fix matplotlib plotmattip2018-04-172-2/+2
| |/
| * BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822)Raunak Shah2018-04-161-1/+4
| * render the example in numpydoc, add ifconfig for host python major versionmattip2018-04-132-2/+26
| * fix link (now checked) and clean up Acknowledgementsmattip2018-04-111-7/+4
| * fix linkmattip2018-04-111-1/+1
| * fix typos from reviewmattip2018-04-112-2/+2
| * remove duplicated text from numpydoc/formatting, include it insteadmattip2018-04-111-635/+22
| * update copyright yearmattip2018-04-111-1/+1
| * add missing glossary entries and link in missing documentmattip2018-04-111-0/+1
| * update kwargs where neededmattip2018-04-111-2/+2
| * fix from reviewmattip2018-04-112-13/+6
| * maybe controversial - scipy.special required by mtrand.pyx docstringsmattip2018-04-101-1/+3
| * silence warnings, matplotlib deprecated normed in favor of densitymattip2018-04-102-2/+2
| * DOC: cosmetic changes, document need for python3.6 to build docsmattip2018-04-103-5/+8
| * DOC: promote development_workflow, make howtos visiblemattip2018-04-106-1/+756