summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: fix link to NEP docsmattip2018-04-101-1/+1
* DOC: note that NDEBUG should be set when OPT should increase optimizationJulian Taylor2018-04-011-0/+2
* DOC: Update link to tox in development docs (#10806)Paul van Mulbregt2018-03-261-1/+1
* DOC: Post 1.14.2 release update.Charles Harris2018-03-121-0/+1
* add documentation for constantsguoci2018-03-102-0/+6
* DOC: describe axes keyword in ufunc documentation.Marten van Kerkwijk2018-02-271-0/+14
* MAINT: Update 1.14.1 release notes and changelog.Charles Harris2018-02-221-0/+1
* DOC: Corrected url for Guide to NumPy book; see part of #8520, all of #9088, ...derrick2018-02-142-6/+6
* DOC: Tell matlab users about np.blockEric Wieser2018-01-311-1/+1
* DOC: Document A@B in Matlab/NumPy summary tableGerrit Holl2018-01-251-1/+1
* DOC: added "steals a reference" to PyArray_FromAnyMads R. B. Kristensen2018-01-141-3/+4
* Merge pull request #10213 from jarrodmillman/nep-processCharles Harris2018-01-0318-55/+2
|\
| * DOC: Prepare to host NEPs on GH pagesJarrod Millman2017-12-1418-55/+2
* | Documentation and misc. typosluzpaz2017-12-301-1/+1
* | DOC: document nested_iters (#10078)Matti Picus2017-12-151-0/+1
|/
* ENH: Add gcd and lcm ufuncsEric Wieser2017-12-122-0/+10
* MAINT: Prepare master for 1.15 development.Charles Harris2017-12-081-0/+1
* Merge pull request #10159 from charris/update-1.14-notesCharles Harris2017-12-071-0/+2
|\
| * DOC: Update 1.14.0 release notes.Charles Harris2017-12-071-0/+1
| * DOC: Document the NumPy 1.13.3 release.Charles Harris2017-12-071-0/+1
| * make example backward compatablemattip2017-12-061-0/+4
* | DOC: Update macro names.Charles Harris2017-12-071-4/+4
* | make example backward compatablemattip2017-12-071-1/+10
|/
* return valuesmattip2017-12-061-2/+8