summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
Commit message (Expand)AuthorAgeFilesLines
...
* | DOC: Fix ndarray.__setstate__ documentation, it only takes one argument.Michael Seifert2017-09-231-1/+4
* | Merge pull request #9700 from MSeifert04/add_memo_argument_to_deepcopy_method...Charles Harris2017-09-181-1/+1
|\ \
| * | DOC: Add mandatory memo argument to __deepcopy__ method documentationMichael Seifert2017-09-181-1/+1
* | | Merge branch 'master' into concatenate-outEric Wieser2017-09-171-5/+6
|\ \ \
| * | | DOC: Add keepdims argument for ndarray.max documentationMichael Seifert2017-09-181-1/+1
| |/ /
| * | arange: `start` is not needed even when `step` is given.Hong Xu2017-09-161-1/+2
| * | BUG: Fix usage of keyword "from" as argument name for "can_cast".Michael Seifert2017-09-061-3/+3
* | | ENH: Add out argument to `concatenate`Eric Wieser2017-09-121-1/+5
|/ /
* | DOC: Fix link in numpy.ndarray.copy method (missing backticks)Michael Seifert2017-08-181-1/+1
* | MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-6/+6
|/
* Merge pull request #8187 from eric-wieser/accumulate-no-keepdimMarten van Kerkwijk2017-06-011-3/+1
|\
| * API: Remove the keepdims argument to accumulateEric Wieser2017-06-011-3/+1
* | Merge pull request #9200 from eric-wieser/bincount-docsMarten van Kerkwijk2017-06-011-1/+1
|\ \ | |/ |/|
| * DOC: Update bincount docs to reflect gh-8348Eric Wieser2017-06-011-1/+1
* | Merge pull request #9106 from mhvk/array_ufunc_reduce_out_tupleEric Wieser2017-05-181-11/+28
|\ \
| * | DOC: update documentation allowing tuple of one in reduce, etc.Marten van Kerkwijk2017-05-171-11/+28
| |/
* | ENH: Allow inplace as keyword parameter for byteswapMichael Seifert2017-05-111-2/+2
|/
* DOC: Simplify the output of help(ufunc)Eric Wieser2017-05-081-37/+21
* ENH: Add isin, genereralizing in1d to ND arrays (#8423)B R S Recht2017-05-051-1/+1
* DOC: Fix for issues #7622 and #7914Stefan Peterson2017-04-051-2/+2
* ENH: Allow AxisErrors to have a prefix on the messageEric Wieser2017-03-281-1/+7
* Merge pull request #8348 from anntzer/bincount-zero-minlengthEric Wieser2017-03-261-1/+1
|\
| * ENH: Allow bincount(..., minlength=0).Antony Lee2017-03-241-1/+1
* | ENH: add a .ndim property to dype objectsEric Wieser2017-02-251-0/+9
* | ENH: Expose np.core.multiarray.normalize_axis_index(axis, ndim)Eric Wieser2017-02-201-0/+45
* | Merge pull request #8043 from pv/ufunc-copy-overlapCharles Harris2017-02-161-0/+7
|\ \
| * | DOC: fix wrong flag name docstringPauli Virtanen2017-01-231-1/+1
| * | ENH: core: change NPY_ITER_OVERLAP_NOT_SAME to NPY_ITER_OVERLAP_ALLOW_SAMEPauli Virtanen2017-01-191-3/+5
| * | ENH: NpyIter: add a flag to handle read/write operand overlapPauli Virtanen2017-01-191-0/+5
* | | Added searchsorted to see items.Joseph Fox-Rabinovitz2017-01-311-1/+1
* | | DOC: Missing backticksJoseph Fox-Rabinovitz2017-01-311-1/+1
|/ /
* | DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-1/+1
|/
* BUG: fix packbits and unpackbits to correctly handle empty arraysTakuya Akiba2016-12-021-1/+2
* DOC: Patch doc errors for atleast_nd and frombuffergfyoung2016-10-271-1/+1
* Merge pull request #8198 from eric-wieser/warning-on-accumulate-keepdimCharles Harris2016-10-231-1/+3
|\
| * DEP: Deprecate the keepdims argument to accumulateEric Wieser2016-10-231-1/+3
* | DOC: Add missing arguments to np.ufunc.outerEric Wieser2016-10-221-1/+3
|/
* DOC: warn that dtype.descr is only for use in PEP3118Allan Haldane2016-10-181-2/+4
* ENH: Allows contraction order optimization in einsum function.Daniel Smith2016-09-261-5/+9
* ENH: a.resize(.., refcheck=True) is almost unusable on PyPyMatti Picus2016-09-171-0/+3
* Update add_newdocs.py (#8040)AustereCuriosity2016-09-111-1/+1
* DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-071-1/+1
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-10/+10
* ENH: added axis param for np.count_nonzerogfyoung2016-08-041-28/+0
* DOC: Remove a redundant theShayan Pooya2016-06-221-1/+1
* MAINT: Tweak documentation of broadcast.nd and broadcast.ndim.Charles Harris2016-06-171-2/+3
* ENH: Alias broadcast.ndim to broadcast.ndEric Wieser2016-06-151-1/+17
* DOC: Further clarification of order argument in np.array.Charles Harris2016-06-121-24/+34
* DOC: Fix order='A' docs of np.arrayMechCoder2016-06-121-5/+9
* DOC: Fix some incorrect RST definition listsEndolith2016-05-111-4/+9