summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Expand)AuthorAgeFilesLines
* 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-2511-78/+212
|\ \ | |/
| * DOC: Describe new keepdims arguments (and axes).Marten van Kerkwijk2018-05-181-0/+12
| * 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-141-1/+9
| * 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-301-1/+1
| * 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
| * | | DOC: advise against use of matrix.Marten van Kerkwijk2018-04-251-0/+7
| | |/ | |/|
| * | 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-211-7/+1
| |/
| * add documentation for constantsguoci2018-03-102-0/+6
| * DOC: describe axes keyword in ufunc documentation.Marten van Kerkwijk2018-02-271-0/+14
* | 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-141-2/+2
* 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-031-1/+1
|\
| * DOC: Prepare to host NEPs on GH pagesJarrod Millman2017-12-141-1/+1
* | 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
* 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
* ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-133-3/+3
* MAINT: Improve wording of documentation.Charles Harris2017-11-111-1/+1
* DOC: reword PyArray_DiscardWritebackIfCopy descriptionmattip2017-11-111-3/+4
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-086-37/+88
* Merge pull request #9953 from eric-wieser/add-unsizedCharles Harris2017-11-041-0/+6
|\
| * MAINT: Add a PyDataType_ISUNSIZED macroEric Wieser2017-11-031-0/+6
* | DOC: update documentation for dragon4Allan Haldane2017-11-041-0/+2
|/
* DOC: Refine SVD documentation (#9845)Toon Verstraelen2017-10-181-0/+2
* DOC: Some minor fixes regarding import_arrayMichael Seifert2017-10-131-3/+3