summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
Commit message (Expand)AuthorAgeFilesLines
* Update add_newdocs.pyEric Wieser2018-02-161-1/+1
* DOC: promote_types is _not_ associative by design, despite the fact it would ...Eric Wieser2018-02-081-1/+9
* DOC: See #7968derrick2018-01-121-1/+4
* DOC: Fix typos in partition method (#10334)Milo2018-01-051-4/+4
* Merge pull request #10298 from eric-wieser/digitize-docsCharles Harris2017-12-311-8/+21
|\
| * DOC: Explain np.digitize more clearlyEric Wieser2017-12-311-8/+21
* | ENH: Allow ptp to take an axis tuple and keepdimsEric Wieser2017-12-281-1/+1
|/
* DOC: document nested_iters (#10078)Matti Picus2017-12-151-0/+61
* DOC: change 'a'->'prototype' in empty_like docsJake VanderPlas2017-12-121-8/+8
* DOC: Add documentation for datetime_dataEric Wieser2017-11-271-0/+37
* DOC: Add documentation for datetime_as_stringEric Wieser2017-11-271-0/+61
* DOC: add docstring to ufunc.signatureMarten van Kerkwijk2017-11-251-5/+35
* Merge pull request #9458 from eric-wieser/copyto-scalarAllan Haldane2017-11-201-1/+1
|\
| * DOC: Fix incorrect default for whereEric Wieser2017-07-241-1/+1
* | ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-1/+1
* | DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-081-18/+29
* | Merge pull request #9920 from xuhdev/dot-docCharles Harris2017-11-071-5/+15
|\ \
| * | DOC: dot: Improve and add explanation in case `b` has only 1 dimension.Hong Xu2017-11-051-5/+15
* | | DOC: ndarray.reshape allows shape as int arguments or tupleJohn Goetz2017-10-251-0/+7
|/ /
* | MAINT: Punctuate `fromstring` docstring.Charles Harris2017-10-221-2/+2
* | DEP: Letting fromstring pretend to be frombuffer is a bad ideaEric Wieser2017-10-191-10/+13
* | DOC: ndarray.__copy__ takes no arguments [skip ci]Michael Seifert2017-10-131-11/+5
* | DOC: Improve documentation of axis parameter in numpy.unpackbits (#9828)Oleg Zabluda2017-10-051-2/+3
* | DOC: Update ndarray.shape property documention.Charles Harris2017-10-041-10/+14
* | DOC: Improve ndarray.shape property documentation.solarjoe2017-10-021-1/+8
* | 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