summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* DOC: remove misplaced section at bottom of governance people pageRalf Gommers2019-04-121-5/+0
* DOC: list Quansight (company) rather than Quansight Labs (program/division)Ralf Gommers2019-04-112-2/+2
* DOC: update people under BIDS Institutional Partner entry.Ralf Gommers2019-04-111-1/+1
* DOC: add Quansight Labs as an Institutional PartnerRalf Gommers2019-04-111-1/+3
* Merge pull request #13219 from kikocorreoso/nan_to_num-enhancementAllan Haldane2019-04-091-0/+6
|\
| * fix (``code``s) sphinx parse warningkikocorreoso2019-04-031-1/+1
| * Update release noteskikocorreoso2019-04-031-0/+6
* | DOC: update numpydoc to latest mastermattip2019-04-091-0/+0
* | DOC : PyArray_Descr.names undocumented (#13234)vrindaaa2019-04-031-3/+25
* | DOC: Correctly document the minimum required Sphinx version (#13231)Kriti Singh2019-04-011-1/+1
* | Adding an example of successful execution of numpy.test() to the DocsVrinda Narayan2019-03-291-0/+3
|/
* Merge pull request #12988 from qwhelan/bool_ufuncEric Wieser2019-03-281-0/+6
|\
| * ENH: Create boolean and integer ufuncs for isnan, isinf, and isfinite.Christopher Whelan2019-03-091-0/+6
* | MAINT: add overlap checks to choose, take, put, putmask (#13182)Allan Haldane2019-03-271-0/+5
* | MAINT: Rewrite numpy.pad without concatenate (gh-11358)Lars Grueter2019-03-251-0/+10
* | Merge pull request #13174 from bmakos/Fix#13013Matti Picus2019-03-242-15/+12
|\ \
| * | DOC: Attempting to remove duplicate documentation.Mircea Akos Bruma2019-03-212-15/+12
* | | DOC, BUILD: fail the devdoc build if there are warningsmattip2019-03-213-11/+8
|/ /
* | Merge pull request #13162 from mattip/update-numpydocsMatti Picus2019-03-201-0/+0
|\ \
| * | BUILD: update numpydocs to latest versionmattip2019-03-201-0/+0
* | | DOC: Fix c-api function documentation duplication. #13119Mircea Akos Bruma2019-03-191-10/+8
|/ /
* | Merge pull request #13099 from liwt31/add-indexing-docMatti Picus2019-03-192-0/+22
|\ \
| * | DOC: add copy on slicing noticewtli2019-03-142-0/+22
| |/
* | Merge branch 'master' into deprecate-float-orderEric Wieser2019-03-165-32/+150
|\ \
| * \ Merge pull request #13127 from eric-wieser/fixup-release-note-whitespaceMatti Picus2019-03-151-6/+2
| |\ \
| | * | DOC: Tidy 1.17.0 release note newlinesEric Wieser2019-03-141-6/+2
| * | | Merge pull request #11689 from tylerjereddy/docs_C_at_symbolEric Wieser2019-03-141-2/+66
| |\ \ \ | | |/ / | |/| |
| | * | DOC: Add ref docs for C generic types.Tyler Reddy2018-10-171-2/+66
| * | | DOC: update scipy-sphinx-theme, fixes searchmattip2019-03-141-0/+0
| * | | Merge pull request #12879 from mattip/deprecate-exec_commandRalf Gommers2019-03-131-0/+7
| |\ \ \
| | * | | DOC: add release notemattip2019-03-131-0/+7
| | | |/ | | |/|
| * | | DOC: remove -n to make this mergeablemattip2019-03-131-1/+1
| * | | DOC: fix references in docsmattip2019-03-103-27/+68
| |/ /
| * | Merge pull request #13036 from mattip/array-interface-offsetCharles Harris2019-03-041-1/+4
| |\ \
| | * | BUG: __array_interface__ offset was always ignoredmattip2019-02-251-1/+4
| * | | Merge pull request #13049 from mattip/remove-buffer-checkCharles Harris2019-03-041-0/+7
| |\ \ \
| | * | | MAINT: remove undocumented __buffer__ attribute lookupmattip2019-03-031-0/+7
* | | | | DEP: polynomial: Be stricter about integral argumentsEric Wieser2019-03-161-0/+9
|/ / / /
* | | | DOC: typo (thanks ev-br)mattip2019-03-011-1/+1
* | | | DOC: revert #13058 and fix Makefilemattip2019-03-011-2/+6
* | | | DOC: fixes from reviewmattip2019-02-284-87/+29
* | | | DOC: reduce warnings when building, reword, tweak doc buildingmattip2019-02-2811-36/+54
* | | | Merge pull request #13035 from eric-wieser/random-matlab-aliasesMatti Picus2019-02-281-1/+1
|\ \ \ \
| * | | | DOC: Encourage users to use the non-matlab-style random functionsEric Wieser2019-02-271-1/+1
| | |/ / | |/| |
* | | | Merge pull request #13050 from rgommers/docmakefileCharles Harris2019-02-271-2/+1
|\ \ \ \
| * | | | BLD: make doc build work more robustly.Ralf Gommers2019-02-271-2/+1
| | |/ / | |/| |
* | | | DOC: Post NumPy 1.16.2 release update.Charles Harris2019-02-273-0/+96
* | | | DOC: Added maximum_sctype to documentationJoseph Fox-Rabinovitz2019-02-271-2/+1
|/ / /
* | | Merge pull request #10855 from madphysicist/unpack-countSebastian Berg2019-02-251-0/+10
|\ \ \
| * | | ENH: Added count parameter to unpackbitsJoseph Fox-Rabinovitz2019-02-251-0/+10
| |/ /