summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10635 from hameerabbasi/ufunc-reduce-identityMarten van Kerkwijk2018-04-261-0/+6
|\
| * ENH: Implement initial kwarg for ufunc.add.reduceHameer Abbasi2018-04-241-0/+6
* | 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
| |/ |/|
* | Merge pull request #10199 from chunweiyuan/quantileStephan Hoyer2018-04-231-0/+10
|\ \
| * | ENH: Adding np.quantile() and np.nanquantile(). #10199Chun-Wei Yuan2018-04-161-0/+10
* | | 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-213-42/+99
|\ \
| * | ENH: add nditer.close as per reviewmattip2018-04-202-11/+13
| * | ENH: add NpyIter_Close, nditer__{enter,exit}__mattip2018-04-203-42/+97
* | | 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: fix broken links for developer documentationNikita Kartashov2018-04-211-1/+1
* | | Merge pull request #10921 from mattip/percentile-graphCharles Harris2018-04-202-2/+2
|\ \ \
| * | | DOC: clear up warnings, fix matplotlib plotmattip2018-04-172-2/+2
* | | | DOC: Fix typos in 1.15.0 changelogBaurzhan Muftakhidinov2018-04-181-6/+6
| |/ / |/| |
* | | ENH: Extend np.flip to work over multiple axesJunjie Bai2018-04-171-0/+5
|/ /
* | BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822)Raunak Shah2018-04-161-1/+4
|/
* Merge pull request #10878 from mattip/devdocsRalf Gommers2018-04-1612-677/+98
|\
| * render the example in numpydoc, add ifconfig for host python major versionmattip2018-04-132-2/+26
| * update submodule numpydoc for changes due to this branchmattip2018-04-121-0/+0
| * 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
| * add stub document for outside projects that link to itmattip2018-04-111-0/+1
| * 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/+14
| * BUG: fix link to NEP docsmattip2018-04-101-1/+1
* | Merge pull request #10665 from pv/accumulate-same-nocopyCharles Harris2018-04-121-0/+8
|\ \
| * | DOC: Update 1.15.0 release notesCharles Harris2018-04-121-0/+8
* | | Merge pull request #10745 from eric-wieser/comparison-object-loopMarten van Kerkwijk2018-04-111-0/+6
|\ \ \ | |_|/ |/| |
| * | ENH: Add object loops to the comparison ufuncsEric Wieser2018-04-081-0/+6
| |/
* | ENH: Improve histogram bins="auto" for data with little variance (#10739)Varun Nayyar2018-04-091-0/+5
|/
* Merge pull request #10802 from eric-wieser/histogramdd-fixesCharles Harris2018-04-061-0/+6
|\
| * MAINT/ENH: Reuse range computation code from np.histogram in np.histogramddEric Wieser2018-04-061-0/+6
* | Merge pull request #10842 from charris/switch-to-pytestCharles Harris2018-04-061-1/+19
|\ \
| * | DOC: Note the switch to pytest in the 1.15.0 release notes.Charles Harris2018-04-041-1/+19
* | | Merge pull request #10670 from eric-wieser/deprecate-sum-generatorCharles Harris2018-04-061-0/+5
|\ \ \
| * | | DEP: Deprecate np.sum(generator)Eric Wieser2018-02-261-0/+5
* | | | Merge pull request #10826 from tylerjereddy/issue_10779_squeezeCharles Harris2018-04-061-0/+10
|\ \ \ \