summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | DEP: Deprecate non-tuple multidimensional indicesSebastian Berg2018-05-251-6/+11
|/
* 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
* document new API functionmattip2017-12-061-3/+13
* DOC: Add documentation for datetime_dataEric Wieser2017-11-271-0/+1
* DOC: Add documentation for datetime_as_stringEric Wieser2017-11-271-0/+6
* DOC:: Clarify the two ufunc signature types.Charles Harris2017-11-271-1/+3
* MAINT: Fix use of parenthesis. Charles Harris2017-11-271-1/+1
* DOC: Update ufunc documentation to mention generalized ufuncs.Marten van Kerkwijk2017-11-251-9/+22
* Replace sphinx extension sphinx.ext.pngmath by sphinx.ext.imgmath.Kexuan Sun2017-11-251-2/+3
* Changed sphinx extension sphinx.ext.pngmath to sphinx.ext.imgmath.Kexuan Sun2017-11-211-1/+7